Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-04-08 | Recursively ignore subdirs in /etc/backup.d (Closes: #361102) | intrigeri | |
2006-01-26 | Apparantly it is common practice to NOT keep generated files in the repository, | Micah Anderson | |
since Makefile.in is generated through autogen.sh or autoreconf, it shouldn't be put in the repo itself (except on release) | |||
2006-01-17 | code refactor: backupninja now uses vservers lib to init vservers support | intrigeri | |
(I hate duplicated code!) | |||
2006-01-17 | backupninja.in: improved VROOTDIR detection as in lib/vserver.in | intrigeri | |
2006-01-09 | . now reports error if the helper script has a syntax error or bombs out. | Elijah Saxon | |
. code formatting cleanup (three spaces indent) | |||
2005-12-28 | r263@crapouille: intrigeri | 2005-12-28 21:19:10 +0100 | intrigeri | |
Reverted indentation level to 3. | |||
2005-12-28 | r261@crapouille: intrigeri | 2005-12-28 20:59:01 +0100 | intrigeri | |
Changed default indentation level to 8, to make it presbyopia-friendly | |||
2005-12-28 | Added the "Emacs comment line" on top of every shell file. | intrigeri | |
2005-12-16 | Fixed broken toint function, causes backups to not run from cron | Micah Anderson | |
when told to run "everyday" (debian bug: #341881) | |||
2005-11-29 | Reverted bashism removals from r228, after discussing this. | intrigeri | |
2005-11-29 | r3566@krups: intrigeri | 2005-11-17 21:59:38 +0100 | intrigeri | |
ninjahelper: moved (and enhanced) vservers-related functions to lib/vservers. dup.helper, pgsql.helper: use these functions | |||
2005-11-29 | r3565@krups: intrigeri | 2005-11-16 20:43:44 +0100 | intrigeri | |
ninjahelper and backupninja: cosmetic enhancement of the "am I root?" test. | |||
2005-11-29 | r3563@krups: intrigeri | 2005-11-16 20:32:41 +0100 | intrigeri | |
ninjahelper: documented a few pieces of code | |||
2005-11-29 | r3562@krups: intrigeri | 2005-11-16 20:20:16 +0100 | intrigeri | |
Moved more code to lib/ (conffile-related functions, parseini. Added dup helper, using new modular vservers-related functions shared for all helpers. | |||
2005-11-29 | r3561@krups: intrigeri | 2005-11-15 15:16:50 +0100 | intrigeri | |
ninjahelper: use autotools' @BASH@ instead of hard-coded path | |||
2005-11-29 | r3560@krups: intrigeri | 2005-11-15 15:13:35 +0100 | intrigeri | |
backupninja now uses the maketemp function shared in lib/tools, instead of its own one. | |||
2005-11-29 | r3559@krups: intrigeri | 2005-11-15 15:07:17 +0100 | intrigeri | |
ninjahelper & backupninja now set $libdir when bootstrapping. improved $scriptdir search, too. | |||
2005-11-29 | r3557@krups: intrigeri | 2005-11-15 14:41:32 +0100 | intrigeri | |
Start to move common functions (maketemp) to lib/tools, and better use autotools for lib/{easydialog,tools}. | |||
2005-11-29 | r3555@krups: intrigeri | 2005-11-15 13:59:57 +0100 | intrigeri | |
Moved easydialog.sh to lib/ directory: more code is going to be shared, let's start here. | |||
2005-11-29 | r3549@krups: intrigeri | 2005-11-14 21:47:01 +0100 | intrigeri | |
Fix documentation for get_next_filename function | |||
2005-11-19 | Converted some bashisms to POSIX -- no concept of arrays in posix, bleh | Micah Anderson | |
2005-11-19 | Color comments were wrong - error is red, fatal is purple. Comments | Micah Anderson | |
said error was orange and fatal was red, maybe this is better? | |||
2005-10-26 | Move to templated version | Micah Anderson | |
2005-10-26 | Move to templated version | Micah Anderson | |
2005-10-26 | Add more Makefile templates | Micah Anderson | |