-
Notifications
You must be signed in to change notification settings - Fork 19
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Assorted fixes #29
Assorted fixes #29
Commits on Nov 10, 2023
-
Calling echo on expanded results only serves to negate the advantage of using an array, as it will split any array element on whitespace. Signed-off-by: Yann Dirson <[email protected]> Cc: Simone Conti <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for e6ed5e0 - Browse repository at this point
Copy the full SHA e6ed5e0View commit details -
Dockerfiles: remove useless export as env-var
This is only used by this shell snippet. Signed-off-by: Yann Dirson <[email protected]> Cc: Simone Conti <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for af3b9cb - Browse repository at this point
Copy the full SHA af3b9cbView commit details -
Don't restrict cross-building to arm64
There's no apparent reason for such a restriction. We'll need to revisit anyway when XCP-ng supports other archs. Just passing through the --platform flag will likely be better. Signed-off-by: Yann Dirson <[email protected]> Cc: Simone Conti <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 4a60584 - Browse repository at this point
Copy the full SHA 4a60584View commit details -
README: use run.py not plain docker
Example predates the introduction of -v as run.py argument. Signed-off-by: Yann Dirson <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 82070fe - Browse repository at this point
Copy the full SHA 82070feView commit details -
build.sh: simplify parsing of release argument
We don't need any parsing beyond pattern matching, especially when given parsing is brittle. Signed-off-by: Yann Dirson <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 1b37ef1 - Browse repository at this point
Copy the full SHA 1b37ef1View commit details -
Dockerfiles: fix checking existence of requested group
Besides that egrep is deprecated, the command was intended to be run against /etc/groups, but acted on stdin. getent is a much cleaner way to do the check anyway. Signed-off-by: Yann Dirson <[email protected]> Cc: Simone Conti <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 2fe411b - Browse repository at this point
Copy the full SHA 2fe411bView commit details -
Dockerfiles: improve readability of user/group creation logic
Signed-off-by: Yann Dirson <[email protected]> Cc: Simone Conti <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for d198d4a - Browse repository at this point
Copy the full SHA d198d4aView commit details