summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordamien <damien@mandriva.com>2000-12-02 20:47:35 +0000
committerdamien <damien@mandriva.com>2000-12-02 20:47:35 +0000
commit34e70f2c2eeac1e5c7640bf1133e0c808655ebbc (patch)
tree18387dd2b2a0ffc4b8252db825f73138c63f12d2
parent63aa9e643882b3081bc5c0b4cf8e179a3be5dd58 (diff)
downloaddrakx-backup-do-not-use-34e70f2c2eeac1e5c7640bf1133e0c808655ebbc.tar
drakx-backup-do-not-use-34e70f2c2eeac1e5c7640bf1133e0c808655ebbc.tar.gz
drakx-backup-do-not-use-34e70f2c2eeac1e5c7640bf1133e0c808655ebbc.tar.bz2
drakx-backup-do-not-use-34e70f2c2eeac1e5c7640bf1133e0c808655ebbc.tar.xz
drakx-backup-do-not-use-34e70f2c2eeac1e5c7640bf1133e0c808655ebbc.zip
added upload_firewall section, updated upload directory.
-rw-r--r--Makefile19
1 files changed, 19 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index bb8afa7a3..099ae04cc 100644
--- a/Makefile
+++ b/Makefile
@@ -94,6 +94,25 @@ upload: clean install
tools/addchangelog perl-install/ChangeLog 'snapshot uploaded'
# cvs commit perl-install/ChangeLog # otherwise i always have a conflict :-(
+upload_firewall: clean install
+ function upload() { rsync -qSavz --verbose --exclude '*~' -e ssh --delete $(ROOTDEST)/$$1/$$2 mandrake@kenobi:/mnt/BIG/build/corporate/pieces/install.firewall/$$1; } ;\
+ upload Mandrake/mdkinst '' ;\
+ upload Mandrake/base compss* ;\
+ upload Mandrake/base *_stage2.gz ;\
+ upload boot '' ;\
+ upload misc genbasefiles ;\
+ upload misc genhdlist_cz2 ;\
+ upload misc make_mdkinst_stage2 ;\
+ upload misc packdrake ;\
+ upload misc rpm2header ;\
+ upload '' live_update ;\
+ for i in $(RELEASE_BOOT_IMG); do upload images $$i; done ;\
+ echo
+
+ perl -pe 'exit if / DrakX </' perl-install/ChangeLog | tools/mailchangelog
+ tools/addchangelog perl-install/ChangeLog 'snapshot uploaded'
+# cvs commit perl-install/ChangeLog # otherwise i always have a conflict :-(
+
upload_sparc:
touch /tmp/mdkinst_done
cp -a $(ROOTDEST)/images/* $(UPLOAD_SPARC_DEST)/images ; true