diff options
author | Oliver Poignant <oliver@poignant.se> | 2016-03-11 23:57:20 +0100 |
---|---|---|
committer | Oliver Poignant <oliver@poignant.se> | 2016-03-11 23:57:20 +0100 |
commit | 041361b72c143f565d8cc534037bc4cde010bd5b (patch) | |
tree | ea227bcf1b682890c1c11eb6f0c59af3e119db71 | |
parent | 87797cfbb4d0b640997e3501144ca2f59b55baae (diff) | |
download | Git-Auto-Deploy-041361b72c143f565d8cc534037bc4cde010bd5b.zip Git-Auto-Deploy-041361b72c143f565d8cc534037bc4cde010bd5b.tar.gz Git-Auto-Deploy-041361b72c143f565d8cc534037bc4cde010bd5b.tar.bz2 |
Moved platform specific config file
-rwxr-xr-x | platforms/debian/scripts/create-debian-package.sh | 2 | ||||
-rw-r--r-- | platforms/debian/stdeb.cfg (renamed from stdeb.cfg) | 0 |
2 files changed, 1 insertions, 1 deletions
diff --git a/platforms/debian/scripts/create-debian-package.sh b/platforms/debian/scripts/create-debian-package.sh index 9043cf0..d103416 100755 --- a/platforms/debian/scripts/create-debian-package.sh +++ b/platforms/debian/scripts/create-debian-package.sh @@ -22,7 +22,7 @@ PACKAGE_VERSION=`python setup.py --version` # Generate a Debian source package echo echo "** Generating a Debian source package **" -python setup.py --command-packages=stdeb.command sdist_dsc +python setup.py --command-packages=stdeb.command sdist_dsc -x platforms/debian/stdeb.cfg # Path to newly generated deb_dist directory TARGET=`readlink -f "$PROJECT_PATH/deb_dist/$PACKAGE_NAME-$PACKAGE_VERSION"` diff --git a/stdeb.cfg b/platforms/debian/stdeb.cfg index 10ce100..10ce100 100644 --- a/stdeb.cfg +++ b/platforms/debian/stdeb.cfg |