rpms/python-suds push.sh,NONE,1.1

Jeff Ortel jortel at fedoraproject.org
Thu Apr 2 20:02:52 UTC 2009


Author: jortel

Update of /cvs/pkgs/rpms/python-suds
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv17588

Added Files:
	push.sh 
Log Message:
Add script to easily update branches from devel


--- NEW FILE push.sh ---
branches="F-9 F-10 EL-4 EL-5"
files="devel/python-suds.spec devel/sources"

echo "Update the branches"

for branch in $branches
do
  echo "update branch $branch"
  cp -v $files $branch
done

echo "Commit updates in branches"

cvs commit

echo "Tag branches"

for branch in $branches
do
  echo "tagging branch $branch"
  cd $branch
  make tag
  cd ../
done

echo "Build branches"

for branch in $branches
do
  echo "building branch $branch"
  cd $branch
  make build
  cd ../
done




More information about the scm-commits mailing list