cleaned some cron
authorChris Koeritz <fred@gruntose.com>
Mon, 2 Jan 2017 03:43:01 +0000 (22:43 -0500)
committerChris Koeritz <fred@gruntose.com>
Mon, 2 Jan 2017 03:43:01 +0000 (22:43 -0500)
added a new script used on web server to pack feisty meow releases periodically.
cleaned old stuff out of the swim_upstream script.
more checking done in archival scripts.

infobase/configuration/cron/pack_feisty_for_web.crontab [new file with mode: 0644]
infobase/configuration/cron/swim_upstream.crontab
scripts/archival/backup_arbitrary.sh [changed mode: 0755->0644]
scripts/archival/backup_trac.sh [changed mode: 0755->0644]
scripts/cleaning_progress.txt

diff --git a/infobase/configuration/cron/pack_feisty_for_web.crontab b/infobase/configuration/cron/pack_feisty_for_web.crontab
new file mode 100644 (file)
index 0000000..a48fd48
--- /dev/null
@@ -0,0 +1,8 @@
+##############
+
+#[pack feisty for web]
+# this packs up our source code distributions every 8 days.
+16 22 */8 * * (source $HOME/feisty_meow/scripts/core/launch_feisty_meow.sh; bash $HOME/feisty_meow/scripts/archival/pack_feisty_meow.sh) &>$TMP/zz_packing_cron.log 
+
+##############
+
index f7ca01f4afa75d530f3c138b7e3b8dc12059f9ba..79a2f3e8068ff299fc87d56fa1161d0e834f0990 100644 (file)
@@ -1,4 +1,5 @@
 
+
 SHELL=/bin/bash
 
 # m h dom mon dow command
@@ -9,6 +10,10 @@ USER=fred
 # this cron job updates the feisty meow repository on source forge based on
 # the real one at feistymeow.org.
 # update the source code to the latest, every day at 3am or so.
-14 */2 * * * (export LIGHTWEIGHT_INIT=true; source $HOME/feisty_meow/scripts/core/launch_feisty_meow.sh; bash $HOME/feisty_meow/scripts/rev_control/push_repo_upstream.sh $HOME/repos/sf-feistymeow-trunk ) &>>/tmp/zz_nechung_fortune_$USER.log
+
+# OUT OF DATE.  # we just need to do a make nowadays!
+#14 */2 * * * (export LIGHTWEIGHT_INIT=true; source $HOME/feisty_meow/scripts/core/launch_feisty_meow.sh; bash $HOME/feisty_meow/scripts/rev_control/push_repo_upstream.sh $HOME/repos/sf-feistymeow-trunk ) &>>/tmp/zz_nechung_fortune_$USER.log
+
+14 */2 * * * (export LIGHTWEIGHT_INIT=true; source $HOME/feisty_meow/scripts/core/launch_feisty_meow.sh; cd $HOME ; make ) &>>/tmp/cron-swim_upstream-$USER.log
 
 
old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)
index 00a72ac399de98d11c6c064e71d64570bcf5fe23..b1f3748e19c3efdde8831f5f220080d1c1502ca9 100644 (file)
@@ -2,4 +2,7 @@
 
 starting at:
 archival 2017-01-01
-  okay with backup arb, 
+  okay with backup arb, fixed backup_trac, found pack_feisty used in www-data cron job (copied for new cron config script), listarch considered one of newer gen of good scripts (but still could probably use refactoring; it's just that it works well already),
+  okay with search_arch, serene backer upper (filesynch / transporter kind of blow right now, but we have lots of notes for them), shared snarfer is a good lib used by many snarfers,
+  okay with snarf_feisty_meow (retested good), snarf_linux_config which is used constantly, snarf_notes -- surprisingly useful as it grabbed the local note (*.txt) files i don't usually grab, but it also did grab the cloud, which is a backed up repository style asset; seems a little silly to keep it in notes still,
+  okay with