root

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Rev Chgset Date Author Log Message
(edit) @508 [508] 9 months ccowart Cleaning up exit handling. Fixes #114
(edit) @507 [507] 9 months ccowart Moving up the wcopy lock enforces the existence of the wcopy with a …
(edit) @506 [506] 9 months ccowart Fixing up group permissions on /var/db/confman. Fixes #110
(edit) @505 [505] 10 months ccowart Tagging confman-1.9.3b release. Resolves #108
(edit) @504 [504] 10 months ccowart Merging the BUGS section for the man page. Resolves #107
(edit) @503 [503] 10 months ccowart Documenting bugs. Fixes #107
(edit) @502 [502] 10 months ccowart Merging enhancements to confman recipe edit. Resolves #105
(edit) @501 [501] 10 months ccowart Allowing confman recipe edit to be used with no arguments. Also fixing …
(edit) @500 [500] 10 months blee Merge from trunk singularity fixes for confman install and minor recipe …
(edit) @499 [499] 10 months blee Fix double installs Fixes #102
(edit) @498 [498] 10 months ccowart Moving the call to conf_install_file up into the for loop to overcome the …
(edit) @497 [497] 10 months blee Fix removal of recipe files when recipe creation is canceled Fixes #103
(edit) @496 [496] 10 months blee Fix the install syntax check regression. Fixes #104
(edit) @495 [495] 10 months blee Fix the installation of singularities. There are a few corresponding …
(edit) @494 [494] 10 months ccowart Merging fixes to sed -i as well as support for rename to update recipe …
(edit) @493 [493] 10 months ccowart Merging fix for committing recipe changes. Resolves #101
(edit) @492 [492] 10 months ccowart Apparently doing sed_i_cmd in a variable has quoting issues and doesn't …
(edit) @491 [491] 10 months ccowart Defining $sed_i_cmd that deals with OS-specific logic for whether -i must …
(edit) @490 [490] 10 months ccowart Fixing function name for recipe commits. Fixes #101
(edit) @489 [489] 10 months ccowart Merging EDITOR fixes from trunk. Resolves #92
(edit) @488 [488] 10 months ccowart Merging commit working directory bug fix from trunk. Resolves #91
(edit) @487 [487] 10 months ccowart Merging rename and sed cleanups from trunk. Resolves #97, #98
(edit) @486 [486] 10 months ccowart Merging support for the -q flag on confsync. Resolves #71
(edit) @485 [485] 10 months ccowart Merging fix for double-install issue. Resolves #89
(edit) @484 [484] 10 months ccowart Merging fix for regression on installing directories from trunk. Resolves …
(edit) @483 [483] 10 months ccowart Merging new locking idiom from trunk. Resolves #87
(edit) @482 [482] 10 months ccowart Merging support for recipe print with no arguments from trunk. Resolves …
(edit) @481 [481] 10 months ccowart Merging improved recipe creation and editing from trunk. Resolves #83, …
(edit) @480 [480] 10 months ccowart Merging chgrp fix from trunk. Resolves #99
(edit) @479 [479] 10 months ccowart Correcting a variable naming issue that broke chgrp. Fixes #99
(edit) @478 [478] 10 months ccowart The call to EDITOR outside the loop was using the correct >&3 idiom, but …
(edit) @477 [477] 10 months ccowart Passing full paths into conf_commit_file, which is the expected …
(edit) @476 [476] 10 months blee Fix the svn commit in conf_rename. See #97
(edit) @475 [475] 10 months blee Rewrite confman rename. Fixes some unreported bugs and greatly improves …
(edit) @474 [474] 10 months blee Merge from trunk confman create log message change Resolves #93
(edit) @473 [473] 10 months blee Remove unnecessary username in confman create log message Fixes #93
(edit) @472 [472] 11 months ccowart Cleaning up self-reference and a manual merge from trunk for 411. See #90
(edit) @471 [471] 11 months ccowart Adding support for a -q flag to suppress the no-op log messages. Fixes …
(edit) @470 [470] 11 months ccowart Fixing double-install issue. See #89
(edit) @469 [469] 11 months ccowart Removing a debugging statement that slipped into trunk. See #84
(edit) @468 [468] 11 months ccowart Merging error checking into 1.9 branch. Fixes #88
(edit) @467 [467] 11 months ccowart Requiring the recipe be set for confaudit and confsync. See #88
(edit) @466 [466] 11 months ccowart Fixing install. When one thing led to another, I ended up reworking …
(edit) @465 [465] 11 months ccowart Locking idiom is improved (and documented in the wiki). See #87
(edit) @464 [464] 11 months ccowart I've significantly improved the new log message handling features. The …
(edit) @463 [463] 11 months ccowart Updated confman recipe print with no arguments to print the host's …
(edit) @462 [462] 11 months ccowart Reworked the way in which confman handles opening an EDITOR for recipe …
(edit) @461 [461] 11 months ccowart Merging link fixes from trunk. Fixes #51
(edit) @460 [460] 11 months ccowart This is a real, tested fix for the linking business. I've also …
(edit) @459 [459] 11 months blee Merge from trunk new temporary file architecture. Plugs multiple leaks. …
(edit) @458 [458] 11 months blee Merge from trunk Makefile fix. Fixes #82
(edit) @457 [457] 11 months blee Detect SVNVERSION automatically. This change requires GNU make. See #81
(edit) @456 [456] 11 months blee Add missing '\' to CLEANFILES. See #82
(edit) @455 [455] 11 months blee Merge from trunk bulk operations for create, rmmod, and recipe remove. …
(edit) @454 [454] 11 months blee Implement bulk operations for confman recipe remove. See #72
(edit) @453 [453] 11 months blee Document confman rmmod bulk operations. See #72
(edit) @452 [452] 11 months blee Implement bulk operations for confman rmmod and robustify error handling. …
(edit) @451 [451] 11 months blee Implement bulk operations for confman create. See #72
(edit) @450 [450] 11 months blee Merge from trunk world-readable locks. Fixes #80
(edit) @449 [449] 11 months blee Ensure that lock files are world-readable, which removes the need for …
(edit) @448 [448] 11 months blee Merge from trunk multiple help-related fixes. Fixes #75, #78, #79
(edit) @447 [447] 11 months blee Catch generic help call in both confmandoc and confadmindoc for clean …
(edit) @446 [446] 11 months blee Remove some trailing whitespace.
(edit) @445 [445] 11 months blee print_help doesn't expect to receive an rc from its caller. See #79
(edit) @444 [444] 11 months blee print_help doesn't expect to receive an rc from its caller. See #79
(edit) @443 [443] 11 months blee Fix multiple calls to print_help that were intended to call print_usage. …
(edit) @442 [442] 11 months blee Remove some trailing whitespace.
(edit) @441 [441] 11 months blee Revert extraneous modification from previous commit. See #78
(edit) @440 [440] 11 months blee Fix typo in recipe help. See #78
(edit) @439 [439] 11 months blee Merge from trunk confman.conf man page fix.
(edit) @438 [438] 11 months blee Fix spliced CONF_EXPORT_MODE entry. See #74
(edit) @437 [437] 11 months blee Re-architect the way tmpfiles are created. All processes automatically …
(edit) @436 [436] 11 months blee Merge from trunk new @localstaterundir@. Fixes #59
(edit) @435 [435] 11 months blee Create new @localstaterundir@ and make sure it gets created on install. …
(edit) @434 [434] 11 months blee Merge from trunk syntax check fix for confman create. Fixes #73
(edit) @433 [433] 11 months blee Fix syntax check for confman create. See #73
(edit) @432 [432] 11 months blee Merge from trunk improved error handling for conf_create_module. Fixes …
(edit) @431 [431] 11 months blee Better error message for conf_create_module. See #67
(edit) @430 [430] 11 months blee Improve error handling for conf_create_module. See #67
(edit) @429 [429] 11 months blee Merge from trunk various fixes and improvements for libexec utilities. …
(edit) @428 [428] 11 months blee Sync confaudit usage statement with the man page. See #65
(edit) @427 [427] 11 months blee confaudit should exit if it can't find confmancommon.sh. See #70
(edit) @426 [426] 11 months blee Sync confexport usage statement with the man page. See #65
(edit) @425 [425] 11 months blee confsync should exit if it can't find confmancommon.sh. See #70
(edit) @424 [424] 11 months blee Fix confsync dirty file system case to use conf_cleanExit. See #69
(edit) @423 [423] 11 months blee Sync confsync usage statement with the man page. See #65
(edit) @422 [422] 11 months blee Implement force capability (-f) for confsync. This option cannot be used …
(edit) @421 [421] 11 months blee Merge from trunk an improvement to confexport to reduce the amount of time …
(edit) @420 [420] 11 months blee Reduce the amount of time export files are unavailable. This is down to 2 …
(edit) @419 [419] 12 months ccowart The existing `confman ln' feature was buggy. This corrects a problem …
(edit) @418 [418] 12 months ccowart Merging update enhancement from trunk. Fixes #60
(edit) @417 [417] 12 months ccowart Passing arguments to "svn update" via confman update. Needs to be merged …
(edit) @416 [416] 12 months ccowart Tagging the 1.9.2b release of confman.
(edit) @415 [415] 12 months ccowart Merging sudo fix into 1.9 branch from trunk. Fixes #62
(edit) @414 [414] 12 months ccowart Merging REPO_URI changes from trunk into 1.9 branch. Fixes #63
(edit) @413 [413] 12 months ccowart Adding support to confexport so it can use an alternate REPO_URI. This …
(edit) @412 [412] 12 months ccowart Merging fixes from trunk for several issues. Fixes #49, #53, #61, #47, …
(edit) @411 [411] 12 months ccowart Fixing unterminated function.
(edit) @410 [410] 12 months ccowart So just fixing locking wasn't quite enough; the error message to the user …
(edit) @409 [409] 12 months ccowart confman will now bail on a rollout operation if the working copy is too …
Note: See TracRevisionLog for help on using the revision log.