File: release.sh

package info (click to toggle)
calypso 1.4
  • links: PTS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 228 kB
  • ctags: 176
  • sloc: python: 1,246; sh: 106; makefile: 6
file content (9 lines) | stat: -rw-r--r-- 197 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
#!/bin/sh

set -e

VERSION=`python ./calypso.py --version`

git-buildpackage --git-debian-branch=debian

git archive --format=tar.gz --prefix=calypso-$VERSION/ -o ../calypso-$VERSION.tar.gz master