diff options
| author | Andrew Dolgov <fox@madoka.volgo-balt.ru> | 2011-12-26 14:38:26 +0400 |
|---|---|---|
| committer | Andrew Dolgov <fox@madoka.volgo-balt.ru> | 2011-12-26 14:38:48 +0400 |
| commit | a357f53c6371ed4757ed800a805ba1e3f2ae22d9 (patch) | |
| tree | 1ec79491d442f72e0830521ec13d88186408af88 /utils | |
| parent | 4efd9246930eb598679d312182b4f433490c0664 (diff) | |
change deb architecture from any to all (fixes #406)
Diffstat (limited to 'utils')
| -rwxr-xr-x | utils/create-release-deb.sh | 4 |
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 .. |