commit e8cf0f4e96443dccfc9f0afa1674345631933e43 Author: Damian Johnson atagar@torproject.org Date: Thu Apr 21 09:24:10 2011 -0700
Deb build process expects a local branches The deb-prep.sh script is written to use a local release and packaging branch, so if they don't exist it errors. --- build/debian/README.source | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/build/debian/README.source b/build/debian/README.source index 372638d..8f3bbdd 100644 --- a/build/debian/README.source +++ b/build/debian/README.source @@ -2,7 +2,8 @@ To rebuild this deb run the following...
git clone git://git.torproject.org/arm.git cd arm -git checkout remotes/origin/packaging +git checkout -b release remotes/origin/release +git checkout -b packaging remotes/origin/packaging ./deb-prep-sh cd release_deb ./debian/make-deb
tor-commits@lists.torproject.org