parent
06c753f91e
commit
7a37e424cf
@ -1,15 +1,15 @@
|
|||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
# Where I keep the sources
|
# Where I keep the sources
|
||||||
BASEDIR=~/sources/gmnd
|
BASEDIR=~/sources
|
||||||
# Version of gmnd
|
# Version of gmnd
|
||||||
VERSION=$(awk '/.*SERVER_SOFTWARE/ {print $4}' ${BASEDIR}/gmnd/__init__.py|sed "s/'//" )
|
VERSION=$(awk '/.*SERVER_SOFTWARE/ {print $4}' ${BASEDIR}/gmnd/gmnd/__init__.py|sed "s/'//" )
|
||||||
|
|
||||||
# Change to source dir
|
# Change to source dir
|
||||||
cd ${BASEDIR}
|
cd ${BASEDIR}/gmnd
|
||||||
|
|
||||||
# Build deb
|
# Build deb
|
||||||
dpkg-buildpackage -us -uc
|
dpkg-buildpackage -us -uc
|
||||||
|
|
||||||
# Add binary and source to repo
|
# Add binary and source to repo
|
||||||
reprepro --basedir ${BASEDIR}/debian includedeb unstable ${BASEDIR}/gmnd_${VERSION}_all.deb
|
reprepro --basedir ${BASEDIR}/repo/debian includedeb unstable ${BASEDIR}/gmnd_${VERSION}_all.deb
|
||||||
reprepro --basedir ${BASEDIR}/debian -S net --priority optional includedsc unstable ${BASEDIR}/gmnd_${VERSION}.dsc
|
reprepro --basedir ${BASEDIR}/repo/debian -S net --priority optional includedsc unstable ${BASEDIR}/gmnd_${VERSION}.dsc
|
||||||
|
Loading…
Reference in new issue