~wicd-devel/wicd/release-scripts

« back to all changes in this revision

Viewing changes to package-wicd.sh

  • Committer: Adam Blackburn
  • Date: 2009-04-22 14:42:16 UTC
  • Revision ID: compwiz18@gmail.com-20090422144216-fiojzsg9830svhpm
Update to use ~wicd-devel instead of ~adamblackburn, now builds the 1.6 branch and vcsinfo.py works

Show diffs side-by-side

added added

removed removed

Lines of Context:
7
7
set -o errexit
8
8
 
9
9
# Change the following line if you want to package a different branch
10
 
BRANCH=lp:wicd
 
10
BRANCH=lp:wicd/1.6
11
11
# This will fail with no unbound variables if $1 is not defined
12
12
VERSION=$1
13
13
ON_DEBIAN=0
36
36
# if on Debian, grab the Debian packaging stuff as well
37
37
if [ $ON_DEBIAN -eq 1 ];
38
38
then
39
 
        bzr co lp:~adamblackburn/wicd/debian-packaging debian-packaging
 
39
        bzr co lp:~wicd-devel/wicd/debian-packaging debian-packaging
40
40
fi;
41
41
 
42
42
# clean up the bzr stuff and get the translations
45
45
        rm -rf debian-packaging/.bzr
46
46
fi;
47
47
cd wicd-$VERSION
48
 
rm -rf .bzr
49
48
# the -B option is for Python 2.6 up only
50
49
python -B setup.py get_translations
 
50
# remove .bzr
 
51
rm -rf .bzr
51
52
cd ..
52
53
 
53
54
# make the tarballs