|
|
|
@587
|
5 months |
blee |
Implement confman touch for creating versioned files in working copies.
…
|
|
|
|
@554
|
5 months |
blee |
Handle nocommit logic in commit_repo_only.
See #122
|
|
|
|
@551
|
5 months |
blee |
Also add statefile creation to confman audit.
See #120
|
|
|
|
@547
|
5 months |
blee |
Set statefile in confman inst and shift the right number of variables
in …
|
|
|
|
@545
|
5 months |
ccowart |
WIP: Fixing race condition. And committing to the right place (trunk).
…
|
|
|
|
@541
|
5 months |
blee |
add CONF_COMMIT_REPO_ONLY option, fixes #122
|
|
|
|
@536
|
9 months |
blee |
Commit changes to the repository before updating the working copy.
This …
|
|
|
|
@521
|
10 months |
joshu |
Reverting changes made for import failing on nonexistent directories; see …
|
|
|
|
@520
|
11 months |
joshu |
confman now checks whether the directory that contains a file to be …
|
|
|
|
@518
|
12 months |
joshu |
confman now checks whether a directory exists before trying to import it …
|
|
|
|
@517
|
12 months |
joshu |
Fixes #143
|
|
|
|
@512
|
18 months |
joshu |
Changed 'confman update' so that it no longer has the (undocumented) …
|
|
|
|
@511
|
19 months |
joshu |
Adds an $UPDATE_RELEVANT_ONLY option to confman.conf that updates only …
|
|
|
|
@508
|
2 years |
ccowart |
Cleaning up exit handling.
Fixes #114
|
|
|
|
@507
|
2 years |
ccowart |
Moving up the wcopy lock enforces the existence of the wcopy with
a …
|
|
|
|
@501
|
3 years |
ccowart |
Allowing confman recipe edit to be used with no arguments. Also
fixing …
|
|
|
|
@499
|
3 years |
blee |
Fix double installs
Fixes #102
|
|
|
|
@498
|
3 years |
ccowart |
Moving the call to conf_install_file up into the for loop
to overcome the …
|
|
|
|
@497
|
3 years |
blee |
Fix removal of recipe files when recipe creation is canceled
Fixes #103
|
|
|
|
@496
|
3 years |
blee |
Fix the install syntax check regression.
Fixes #104
|
|
|
|
@495
|
3 years |
blee |
Fix the installation of singularities.
There are a few corresponding …
|
|
|
|
@492
|
3 years |
ccowart |
Apparently doing sed_i_cmd in a variable has quoting issues and
doesn't …
|
|
|
|
@491
|
3 years |
ccowart |
Defining $sed_i_cmd that deals with OS-specific logic for whether
-i must …
|
|
|
|
@490
|
3 years |
ccowart |
Fixing function name for recipe commits.
Fixes #101
|
|
|
|
@479
|
3 years |
ccowart |
Correcting a variable naming issue that broke chgrp.
Fixes #99
|
|
|
|
@478
|
3 years |
ccowart |
The call to EDITOR outside the loop was using the correct
>&3 idiom, but …
|
|
|
|
@477
|
3 years |
ccowart |
Passing full paths into conf_commit_file, which is the expected …
|
|
|
|
@475
|
3 years |
blee |
Rewrite confman rename. Fixes some unreported bugs and greatly improves …
|
|
|
|
@469
|
3 years |
ccowart |
Removing a debugging statement that slipped into trunk.
See #84
|
|
|
|
@466
|
3 years |
ccowart |
Fixing install. When one thing led to another, I ended up
reworking …
|
|
|
|
@465
|
3 years |
ccowart |
Locking idiom is improved (and documented in the wiki).
See #87
|
|
|
|
@464
|
3 years |
ccowart |
I've significantly improved the new log message handling features.
The …
|
|
|
|
@463
|
3 years |
ccowart |
Updated confman recipe print with no arguments to print the
host's …
|
|
|
|
@462
|
3 years |
ccowart |
Reworked the way in which confman handles opening an EDITOR for
recipe …
|
|
|
|
@454
|
3 years |
blee |
Implement bulk operations for confman recipe remove.
See #72
|
|
|
|
@452
|
3 years |
blee |
Implement bulk operations for confman rmmod and robustify error handling.
…
|
|
|
|
@451
|
3 years |
blee |
Implement bulk operations for confman create.
See #72
|
|
|
|
@443
|
3 years |
blee |
Fix multiple calls to print_help that were intended to call print_usage.
…
|
|
|
|
@437
|
3 years |
blee |
Re-architect the way tmpfiles are created. All processes automatically …
|
|
|
|
@433
|
3 years |
blee |
Fix syntax check for confman create.
See #73
|
|
|
|
@430
|
3 years |
blee |
Improve error handling for conf_create_module.
See #67
|
|
|
|
@417
|
3 years |
ccowart |
Passing arguments to "svn update" via confman update.
Needs to be merged …
|
|
|
|
@388
|
3 years |
ccowart |
Version output is now supported.
Fixes #27
|
|
|
|
@387
|
3 years |
ccowart |
Cleaned up exit handling.
* A new global, WCOPY_DIRTY is set whenever …
|
|
|
|
@386
|
3 years |
ccowart |
* Fixed glob expansion bug in import that led to not-so-empty empty
…
|
|
|
|
@384
|
3 years |
ccowart |
* Cleaning up recursive locking and releasing semantics in import.
* …
|
|
|
|
@374
|
3 years |
blee |
Replacing global variables with functions:
* METADIR -> conf_meta_dir
* …
|
|
|
|
@357
|
3 years |
blee |
audit should run conf_update_tree like install and commit to ensure
that …
|
|
|
|
@354
|
3 years |
blee |
Miscellaneous cleanup for audit to look more like commit.
|
|
|
|
@352
|
3 years |
blee |
Add usage check for audit.
|
|
|
|
@329
|
3 years |
ccowart |
Accidentally committed make dist fix to branch first. Merging back to …
|
|
|
|
@325
|
3 years |
ccowart |
Using autotools to fill in paths for bash, svn, and sudo.
|
|
|
|
@323
|
3 years |
ccowart |
Refactored sourcing of the documentation library to support the confadmin …
|
|
|
|
@319
|
3 years |
ccowart |
* Implemented abort option on empty log.
* Cleaned up some logic …
|
|
|
|
@318
|
3 years |
ccowart |
Fixing small bug in wc behavior for no-log-needed case.
|
|
|
|
@317
|
3 years |
ccowart |
* Made make aware of the confadmin man page
* Fixed disagreement between …
|
|
|
|
@314
|
3 years |
ccowart |
Don't prompt for a commit message if no files have changed.
See #24
|
|
|
|
@312
|
3 years |
ccowart |
Fixing this module expansion to use xargs -I instead of a bash
curly …
|
|
|
|
@308
|
3 years |
ccowart |
This was cause by a recursive locking issue in "newdir." While I was …
|
|
|
|
@302
|
3 years |
blee |
This is the big commit to use GNU Autotools. However, Makefile.am
could …
|
|
copied from trunk/confman:
|
|
|
|
@278
|
3 years |
ccowart |
Documented the recipe subcommands in help.
Closes #3
Made temp file …
|