diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2004-11-18 13:29:14 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2004-11-18 13:29:14 +0000 |
commit | 29e265a5e0e005f3bee61bc21e8b07836245e297 (patch) | |
tree | 066fb5e9964e90c1385804c26932d31b92246ad0 /Makefile | |
parent | 459eedd7dc7ef289f379d2fc1dc691a057d1e144 (diff) | |
download | drakx-29e265a5e0e005f3bee61bc21e8b07836245e297.tar drakx-29e265a5e0e005f3bee61bc21e8b07836245e297.tar.gz drakx-29e265a5e0e005f3bee61bc21e8b07836245e297.tar.bz2 drakx-29e265a5e0e005f3bee61bc21e8b07836245e297.tar.xz drakx-29e265a5e0e005f3bee61bc21e8b07836245e297.zip |
not uploading stage2/live anymore :)
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -68,7 +68,6 @@ upload: upload_only: function upload() { rel=`echo $$1 | sed 's!$(ROOTDEST)/!!'`; rsync -qSavz --verbose --exclude '*~' -e ssh --delete $$1/$$2 mandrake@ken:/c/cooker/$$rel; } ;\ - upload $(STAGE2_LIVE) '' ;\ upload $(MEDIA_INFO_DEST) 'compssUsers.pl*' ;\ upload $(MEDIA_INFO_DEST) rpmsrate ;\ upload $(STAGE2_DEST) '*_stage2.bz2' ;\ |