Revision d23bbb48 ci/autopkg_debian.sh

b/ci/autopkg_debian.sh
1 1
#!/usr/bin/env sh
2 2

  
3
if [ -z $(git branch -a | grep " debian-develop") ]; then
4
  git branch debian-develop origin/debian-develop
5
fi
6

  
7
devflow-autopkg -b $1 snapshot
3
devflow-autopkg -b $1 snapshot $2

Also available in: Unified diff