This repository has been archived by the owner on Oct 2, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 60
implement ch-image modify
#1408
Merged
Merged
Changes from 53 commits
Commits
Show all changes
71 commits
Select commit
Hold shift + click to select a range
e8b04c9
draft docs [skip ci]
reidpr 2e1da45
attempt to merge
lucaudill 83beda8
add proper formatting [skip ci]
lucaudill 244d174
interactive modify [skip ci]
lucaudill 1ae7c94
Merge branch 'master' into modify_1400
lucaudill 580b6ec
move modify function, other additions (buggy) [skip ci]
lucaudill e843576
clean stuff up a bit?
lucaudill d05460e
add (prototype) completion [skip ci]
lucaudill 1df874f
don't enforce different out image [skip ci]
lucaudill 50f917f
standardize ch-run exit codes, make sure out image is different than …
lucaudill 2f43bc9
fix a bug?
lucaudill 491ce01
update some return codes in CI
lucaudill 6f8014e
update test suite
lucaudill 4996b4e
update more exit statuses
lucaudill feee043
Merge branch 'master' into modify_1400
lucaudill e641935
wtf
lucaudill a0867d4
Merge branch 'modify_1400' of github.com:hpc/charliecloud into modify…
lucaudill 151592f
enable CI ssh
lucaudill e0bc574
run ci
lucaudill 7d6f66e
oops
lucaudill 2c8b2f7
CI debugging
lucaudill 731cfe8
CI debugging again
lucaudill fd45f64
CI debugging again pt 2
lucaudill 05dac9b
fix a CI bug
lucaudill 00e2ec6
more ci
lucaudill de7d63c
uggh
lucaudill f7b87e5
lets try this
lucaudill 4b84644
fix disabled cache bug
lucaudill 1afc853
update docs [skip ci]
lucaudill c6ae8a9
weird docker message?
lucaudill 4e61c06
some cleanup [skip ci]
lucaudill 9d74d19
put CI exit statuses in one place
lucaudill 579ec81
ignore seemingly erroneous SC error
lucaudill b37232b
update exit codes and docs
lucaudill 3742a28
oops 🤦
lucaudill 6e0ff69
tidy docs [skip ci]
reidpr 26ce9e6
work on suggestions
lucaudill dbbf74d
more work on non-interactive script case
lucaudill 8cb7975
try to debug CI
lucaudill b859089
hopefully this works
lucaudill 54c2ee8
back to how it used to work?
lucaudill bb0283e
more interactive shell troubles
lucaudill 6bc35a9
skip mysteriously failing test for now
lucaudill 8a97d8d
work on some suggestions
lucaudill 5be8c3e
more RPM issues?
lucaudill c53a820
oops, misread failure
lucaudill 1dcbb4d
what happens when I do this
lucaudill 3314546
try removing hidden ci opt
lucaudill 6ec4b26
fully remove automated ci option
lucaudill b6da358
hopefully this also works in CI
lucaudill 2b96ecc
fix syntax error
lucaudill ed46d89
check for empty string instead of None
lucaudill fc5c89a
update comment [skip ci]
lucaudill a9b1e23
Merge branch 'master' into modify_1400
lucaudill dc5ed4d
fix interactive case
lucaudill 1593009
Merge branch 'modify_1400' of github.com:hpc/charliecloud into modify…
lucaudill 7c320e7
create new Python module
lucaudill d3b06fb
add new module to makefile
lucaudill ce2a620
update fedora spec
lucaudill 7f17900
a few minor suggestions
lucaudill 8d0befc
more suggestions, move some build cli stuff around
lucaudill 1b65df9
fix CI tty error
lucaudill d4f90f3
add cache validation test
lucaudill 09f78f2
add cache validation for interactive modify
lucaudill 681a39c
more suggestions
lucaudill 2cd6149
fix CI
lucaudill 20e2d91
even more suggestions
lucaudill 32efbe4
couple more suggestions
lucaudill f4b1ba7
docs + comments
lucaudill 62fe3e2
comment on log level stuff
lucaudill 621b19a
some cleanup
lucaudill File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I wonder if we should call it
EXIT_CHRUN
orEXIT_MISC_FAIL
instead?There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thinking more about this I do think we want something about exiting rather than errors.