summaryrefslogtreecommitdiff
path: root/utils
diff options
context:
space:
mode:
Diffstat (limited to 'utils')
-rwxr-xr-xutils/create-release-deb.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/utils/create-release-deb.sh b/utils/create-release-deb.sh
index 7d87afc93..df2369afc 100755
--- a/utils/create-release-deb.sh
+++ b/utils/create-release-deb.sh
@@ -10,13 +10,13 @@ cd dpkg-tmp/tt-rss
git checkout $1
debuild -i -us -uc
-debuild -i -us -uc -b -aamd64
+#debuild -i -us -uc -b -aamd64
cd ..
if [ ! -z "$DEPLOY_DEBS" ]; then
reprepro -b /var/www/apt include unstable tt-rss*_i386.changes
- reprepro -b /var/www/apt include unstable tt-rss*_amd64.changes
+ #reprepro -b /var/www/apt include unstable tt-rss*_amd64.changes
fi
#cd ..