Commit 1197a6ac authored by Sebastien Robin's avatar Sebastien Robin

update for Mandrake 10.0


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@945 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 5175279f
......@@ -16,9 +16,10 @@ clean:
# For nexedi, same as above and the synchronyzation
# with the rpm server
nex-all: nex-all-9.2
nex-all: nex-all-10.0
nex-all-9.1: all list-9.1 sync-9.1
nex-all-9.2: all list-9.2 sync-9.2
nex-all-10.0: all list-10.0 sync-10.0
nex-update: list sync
......@@ -52,7 +53,7 @@ construct-all:
rpmbuild -ba CMFCategory.spec ERP5Compatibility.spec ERP5Type.spec ERP5SyncML.spec ERP5Catalog.spec ERP5.spec ERP5Form.spec Base18.spec ZSQLCatalog.spec Coramy.spec CMFActivity.spec
# create the synthesis.hdlist.cz file
list: list-9.2 copy
list: list-10.0 copy
list-9.1:
-rsync -av $(RPM_PATH)/RPMS/i586/*.rpm $(RPM_PATH)/nexRPMS-mdk-9.1/
......@@ -68,8 +69,15 @@ list-9.2:
genhdlist $(RPM_PATH)/nexSRPMS-mdk-9.2/
genhdlist $(RPM_PATH)/nexRPMS-mdk-9.2/
list-10.0:
-rsync -av $(RPM_PATH)/RPMS/i586/*.rpm $(RPM_PATH)/nexRPMS-mdk-10.0/
-rsync -av $(RPM_PATH)/RPMS/noarch/*.rpm $(RPM_PATH)/nexRPMS-mdk-10.0/
-rsync -av $(RPM_PATH)/SRPMS/*.rpm $(RPM_PATH)/nexSRPMS-mdk-10.0/
genhdlist $(RPM_PATH)/nexSRPMS-mdk-10.0/
genhdlist $(RPM_PATH)/nexRPMS-mdk-10.0/
# Synchronization with the nexedi server
sync: sync-9.2
sync: sync-10.0
sync-9.1:
-rsync -rlvputz -e ssh --progress --partial --stats $(RPM_PATH)/nexRPMS-mdk-9.1/ $(USER)@smets.com:/var/www/html/nexedi.org/static/Mandrake/9.1/RPMS/
......@@ -79,3 +87,7 @@ sync-9.2:
-rsync -rlvputz -e ssh --progress --partial --stats $(RPM_PATH)/nexRPMS-mdk-9.2/ $(USER)@smets.com:/var/www/html/nexedi.org/static/Mandrake/9.2/RPMS/
-rsync -rlvputz -e ssh --progress --partial --stats $(RPM_PATH)/nexSRPMS-mdk-9.2/ $(USER)@smets.com:/var/www/html/nexedi.org/static/Mandrake/9.2/SRPMS
sync-9.2:
-rsync -rlvputz -e ssh --progress --partial --stats $(RPM_PATH)/nexRPMS-mdk-10.0/ $(USER)@smets.com:/var/www/html/nexedi.org/static/Mandrake/10.0/RPMS/
-rsync -rlvputz -e ssh --progress --partial --stats $(RPM_PATH)/nexSRPMS-mdk-10.0/ $(USER)@smets.com:/var/www/html/nexedi.org/static/Mandrake/10.0/SRPMS
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment