From: Chris Koeritz Date: Sun, 29 Jan 2012 00:02:45 +0000 (-0500) Subject: dropping a bunch of files that belong to other products. X-Git-Tag: 2.140.90~1656^2~2 X-Git-Url: https://feistymeow.org/gitweb/?a=commitdiff_plain;h=9bd081c3d2b4f9143213765aa48b164e7ecf89ab;p=feisty_meow.git dropping a bunch of files that belong to other products. --- diff --git a/scripts/archival/pack_3rdparty.sh b/scripts/archival/pack_3rdparty.sh deleted file mode 100644 index 89d7794f..00000000 --- a/scripts/archival/pack_3rdparty.sh +++ /dev/null @@ -1,16 +0,0 @@ -#!/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 - diff --git a/scripts/archival/pack_feisty_meow.sh b/scripts/archival/pack_feisty_meow.sh new file mode 100644 index 00000000..d4e8edce --- /dev/null +++ b/scripts/archival/pack_feisty_meow.sh @@ -0,0 +1,20 @@ +#!/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 + diff --git a/scripts/archival/pack_hoople1.sh b/scripts/archival/pack_hoople1.sh deleted file mode 100644 index dbf8149a..00000000 --- a/scripts/archival/pack_hoople1.sh +++ /dev/null @@ -1,18 +0,0 @@ -#!/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 - diff --git a/scripts/archival/pack_hoople2.sh b/scripts/archival/pack_hoople2.sh deleted file mode 100644 index d2567015..00000000 --- a/scripts/archival/pack_hoople2.sh +++ /dev/null @@ -1,18 +0,0 @@ -#!/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 - diff --git a/scripts/archival/pack_msysbins.sh b/scripts/archival/pack_msysbins.sh deleted file mode 100644 index 9bc8ff8e..00000000 --- a/scripts/archival/pack_msysbins.sh +++ /dev/null @@ -1,16 +0,0 @@ -#!/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 - diff --git a/scripts/archival/pack_yeti.sh b/scripts/archival/pack_yeti.sh deleted file mode 100644 index 71080e60..00000000 --- a/scripts/archival/pack_yeti.sh +++ /dev/null @@ -1,30 +0,0 @@ -#!/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 - diff --git a/scripts/archival/snarf_hoople.pl b/scripts/archival/snarf_hoople.pl deleted file mode 100644 index 58c060fa..00000000 --- a/scripts/archival/snarf_hoople.pl +++ /dev/null @@ -1,61 +0,0 @@ -#!/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; - diff --git a/scripts/archival/snarf_hoople1.pl b/scripts/archival/snarf_hoople1.pl deleted file mode 100644 index c92f7b11..00000000 --- a/scripts/archival/snarf_hoople1.pl +++ /dev/null @@ -1,61 +0,0 @@ -#!/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; - diff --git a/scripts/archival/snarf_yeti.pl b/scripts/archival/snarf_yeti.pl deleted file mode 100644 index 0510b2f2..00000000 --- a/scripts/archival/snarf_yeti.pl +++ /dev/null @@ -1,45 +0,0 @@ -#!/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; -