+++ /dev/null
-#!/bin/bash
-
-cd /var/www/hoople.org
- # change to the hoople directory.
-
-export TEMPO_FILE="$(mktemp "$TMP/zz_temp_3rdparty.XXXXXX")"
- # specify where we keep the file until we're ready to move it.
-
-export XC='--exclude='
-
-tar -czf $TEMPO_FILE hoople/3rdparty $XC"*.svn/*" $XC"*CVS/*" $XC"*/*.tar.gz" $XC"*/*.zip"
- # exclude the file names we never want to see.
-
-# move the file into its well-known location.
-mv -v $TEMPO_FILE 3rdparty_support.tar.gz
-
--- /dev/null
+#!/bin/bash
+
+# change to the home directory so we can find our files.
+cd
+
+TEMPO_FILE="$(mktemp "$TMP/zz_temp_hoople2.XXXXXX")"
+ # specify where we keep the file until we're ready to move it.
+
+# shortcut for the lengthy exclude parameter.
+export XC='--exclude='
+
+# zip up hoople2, but exclude the file names we never want to see.
+tar -czf $TEMPO_FILE feisty_meow $XC"*/*.tar.gz" $XC"*/*.zip" $XC"*/waste/*" $XC"*/logs/*" $XC"*/binaries/*"
+
+date_string="$(date +"%Y_%b_%e_%H%M" | sed -e 's/ //g')"
+
+# now move the newest version into its resting place. this prepares the
+# feisty_meow package for uploading.
+mv -v $TEMPO_FILE /var/www/feistymeow.org/feisty_meow_codebase_${date_string}.tar.gz
+
+++ /dev/null
-#!/bin/bash
-
-# change to the home directory so we can find our files.
-cd
-
-TEMPO_FILE="$(mktemp "$TMP/zz_temp_hoople1.XXXXXX")"
- # specify where we keep the file until we're ready to move it.
-
-# shortcut for the lengthy exclude parameter.
-export XC='--exclude='
-
-# zip up hoople1, but exclude the file names we never want to see.
-tar -czf $TEMPO_FILE hoople1 $XC"*CVS/*" $XC"*.svn/*" $XC"*/*.tar.gz" $XC"*/*.zip" $XC"*/3rdparty/*" $XC"hoople1/dll/*" $XC"hoople1/exe/*" $XC"hoople1/lib/*" $XC"hoople1/tests/*" $XC"hoople1/install/*" $XC"hoople1/install/*" $XC"hoople1/include/*" $XC"hoople1/logs/*" $XC"hoople1/objects/*" $XC"hoople1/docs/html/*" $XC"hoople1/binaries/*" $XC"hoople1/waste/*"
-
-# now move the newest version into its resting place. this prepares the
-# hoople package for uploading.
-mv -v $TEMPO_FILE /var/www/hoople.org/hoople1_library.tar.gz
-
+++ /dev/null
-#!/bin/bash
-
-# change to the home directory so we can find our files.
-cd
-
-TEMPO_FILE="$(mktemp "$TMP/zz_temp_hoople2.XXXXXX")"
- # specify where we keep the file until we're ready to move it.
-
-# shortcut for the lengthy exclude parameter.
-export XC='--exclude='
-
-# zip up hoople2, but exclude the file names we never want to see.
-tar -czf $TEMPO_FILE hoople2 $XC"*CVS/*" $XC"*.svn/*" $XC"*/*.tar.gz" $XC"*/*.zip" $XC"*/3rdparty/*" $XC"hoople2/install/*" $XC"hoople2/logs/*" $XC"hoople2/docs/html/*" $XC"hoople2/binaries/*" $XC"hoople2/waste/*"
-
-# now move the newest version into its resting place. this prepares the
-# hoople2 package for uploading.
-mv -v $TEMPO_FILE /var/www/hoople.org/hoople2_library.tar.gz
-
+++ /dev/null
-#!/bin/bash
-
-cd /var/www/hoople.org
- # change to the hoople directory.
-
-export TEMPO_FILE="$(mktemp "$TMP/zz_temp_msys_bins.XXXXXX")"
- # specify where we keep the file until we're ready to move it.
-
-export XC='--exclude='
-
-tar -czf $TEMPO_FILE hoople/msys $XC"*.svn/*" $XC"*CVS/*" $XC"*/*.tar.gz" $XC"*/*.zip"
- # exclude the file names we never want to see.
-
-# move the file into its well-known location.
-mv -v $TEMPO_FILE msys_bins.tar.gz
-
+++ /dev/null
-#!/bin/bash
-
-cd $FEISTY_MEOW_DIR
- # change to the yeti root.
-
-cd ..
- # go one level up.
-
-export TEMPO_FILE="$(mktemp "$TMP/zz_temp_yeti.XXXXXX")"
- # specify where we keep the file until we're ready to move it.
-
-export XC='--exclude='
-
-tar -czf $TEMPO_FILE $SCRIPT_SYSTEM/* $XC"*.svn/*" $XC"*CVS/*" $XC"*/whole_YETI.tar.gz" $XC"*/yeti_stat*" $XC"*/custom/*"
- # exclude the file names we never want to see.
-
-# the publishing location for the packing.
-export YETI_WEB=/var/www/yeti
-if [ ! -d $YETI_WEB ]; then
- mkdir $YETI_WEB
-fi
-if [ ! -d $YETI_WEB ]; then
- echo The web directory $YETI_WEB cannot be created.
- exit 23
-fi
-
-# now move the newest version into its resting place. this prepares the
-# hierarchy for uploading; it should be self-consistent.
-mv -v $TEMPO_FILE $YETI_WEB/whole_YETI.tar.gz
-
+++ /dev/null
-#!/usr/bin/perl
-
-###############################################################################
-# #
-# Name : snarf_hoople2 #
-# Author : Chris Koeritz #
-# Rights : Copyright (C) 1996-$now by Author #
-# #
-# Purpose: #
-# #
-# Backs up the full set of hoople 2.0 source code, plus some extra stuff. #
-# #
-###############################################################################
-# This program is free software; you can redistribute it and/or modify it #
-# under the terms of the GNU General Public License as published by the Free #
-# Software Foundation; either version 2 of the License or (at your option) #
-# any later version. See: "http://www.gruntose.com/Info/GNU/GPL.html" for a #
-# version of the License. Please send any updates to "fred@gruntose.com". #
-###############################################################################
-
-require "importenv.pl";
-require "shared_snarfer.pl";
-
-&initialize_snarfer; # let the snarfer hook us in.
-
-# get the number attachment and increment it for the next use.
-local($number) = &retrieve_number("aa_backup");
-
-# variables used throughout here.
-local($base) = &snarf_prefix("hoople2");
-local($snarf_file) = &snarf_name($base, $number);
-
-# store the archive number in the file for retrieval on the other side.
-&backup_number("aa_backup", $base, $number);
-
-# the top directory where everything we're grabbing lives.
-local($root) = &canonicalize("$HOME/hoople2");
-
-# grab the top level stuff.
-&backup_files($base, $number, $root, ".", ("*.txt", "make*"));
-
-# get the documentation directory.
-&snarfer($base, $number, $root, "docs", ("-maxdepth", "1"));
-# get an extra folder we like.
-&backup_hierarchy($base, $number, "$root", "docs/text_examples");
-
-# get the build scripts.
-&backup_files($base, $number, $root, "build", ("*.ini"));
-&backup_hierarchy($base, $number, "$root", "build/clam");
-&backup_hierarchy($base, $number, "$root", "build/generator");
-&backup_hierarchy($base, $number, "$root", "build/config");
-&backup_hierarchy($base, $number, "$root", "build/jenkins");
-
-# get all C++ code projects by resetting variable for main grab.
-&backup_hierarchy($base, $number, "$root/source", ".");
-
-# now rename the file so only the unpacker can access it.
-&rename_archive($snarf_file);
-
-exit 0;
-
+++ /dev/null
-#!/usr/bin/perl
-
-###############################################################################
-# #
-# Name : snarf_hoople #
-# Author : Chris Koeritz #
-# Rights : Copyright (C) 1996-$now by Author #
-# #
-# Purpose: #
-# #
-# Backs up the full set of hoople source code, plus some extra stuff. #
-# #
-###############################################################################
-# This program is free software; you can redistribute it and/or modify it #
-# under the terms of the GNU General Public License as published by the Free #
-# Software Foundation; either version 2 of the License or (at your option) #
-# any later version. See: "http://www.gruntose.com/Info/GNU/GPL.html" for a #
-# version of the License. Please send any updates to "fred@gruntose.com". #
-###############################################################################
-
-require "importenv.pl";
-require "shared_snarfer.pl";
-
-&initialize_snarfer; # let the snarfer hook us in.
-
-# get the number attachment and increment it for the next use.
-local($number) = &retrieve_number("aa_backup");
-
-# variables used throughout here.
-local($base) = &snarf_prefix("hoople1");
-local($snarf_file) = &snarf_name($base, $number);
-
-# store the archive number in the file for retrieval on the other side.
-&backup_number("aa_backup", $base, $number);
-
-# the top directory where everything we're grabbing lives.
-local($root) = &canonicalize("$HOME/hoople");
-
-# grab the top level stuff.
-&backup_files($base, $number, $root, ".", ("*.ini", "*.txt", "make*"));
-
-# get the documentation directory.
-&snarfer($base, $number, $root, "docs", ("-maxdepth", "1"));
-
-# get the build scripts.
-&backup_files($base, $number, $root, "build", ("*.ini", "*.txt"));
-&backup_hierarchy($base, $number, "$root", "build/clam");
-&backup_hierarchy($base, $number, "$root", "build/generator");
-&backup_hierarchy($base, $number, "$root", "build/config");
-
-# get all C++ code projects by resetting variable for main grab.
-&backup_hierarchy($base, $number, "$root/source", ".");
-
-# get the museum for code bits.
-&backup_hierarchy($base, $number, "$root/museum", ".");
-
-# now rename the file so only the unpacker can access it.
-&rename_archive($snarf_file);
-
-exit 0;
-
+++ /dev/null
-#!/usr/bin/perl
-
-###############################################################################
-# #
-# Name : snarf_yeti #
-# Author : Chris Koeritz #
-# Rights : Copyright (C) 1996-$now by Author #
-# #
-# Purpose: #
-# #
-# Gathers together the useful shell files and standard databases. #
-# #
-###############################################################################
-# This program is free software; you can redistribute it and/or modify it #
-# under the terms of the GNU General Public License as published by the Free #
-# Software Foundation; either version 2 of the License or (at your option) #
-# any later version. See: "http://www.gruntose.com/Info/GNU/GPL.html" for a #
-# version of the License. Please send any updates to "fred@gruntose.com". #
-###############################################################################
-
-require "importenv.pl";
-require "shared_snarfer.pl";
-
-&initialize_snarfer;
-
-# get the number we use and increment it for the next use.
-local($number) = &retrieve_number("aa_backup");
-
-# variables for directory location to backup and the file to dump it in.
-local($root) = $FEISTY_MEOW_DIR;
-local($base) = &snarf_prefix("yeti");
-local($snarf_file) = &snarf_name($base, $number);
-
-# store the current archive number in the file for retrieval on the
-# other side.
-&backup_number("aa_backup", $base, $number);
-
-# get the whole yeti hierarchy in there.
-&backup_hierarchy($base, $number, $root, ".");
-
-# now rename the file so only the unpacker can access it.
-&rename_archive($snarf_file);
-
-exit 0;
-