Make adapt.sh initialize a debian branch

This commit is contained in:
Benjamin Dauvergne 2015-02-13 14:51:54 +01:00
parent 982b1e3afe
commit 601e8f5f1a
1 changed files with 5 additions and 0 deletions

View File

@ -53,4 +53,9 @@ git rm adapt.sh || true
git add .
git commit -m "Initialize $PROJECT_NAME"
git checkout --orphan debian
git commit -m "Initialize $PROJECT_NAME debian branch" debian
git checkout master
git rm -fr debian
git commit --amend -m "Initialize $PROJECT_NAME"
git tag -a -m '0.1' v0.1