mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-15 16:55:57 +00:00
remove release deb/tarball scripts
This commit is contained in:
@@ -1,23 +0,0 @@
|
|||||||
#!/bin/sh -ei
|
|
||||||
|
|
||||||
if [ -z $1 ]; then
|
|
||||||
echo usage: $0 VERSION
|
|
||||||
exit 1
|
|
||||||
fi
|
|
||||||
|
|
||||||
git clone . dpkg-tmp/tt-rss
|
|
||||||
cd dpkg-tmp/tt-rss
|
|
||||||
git checkout $1
|
|
||||||
|
|
||||||
debuild -i -us -uc
|
|
||||||
#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
|
|
||||||
fi
|
|
||||||
|
|
||||||
#cd ..
|
|
||||||
#rm -rf dpkg-tmp
|
|
||||||
@@ -1,6 +0,0 @@
|
|||||||
if [ -z $1 ]; then
|
|
||||||
echo usage: $0 VERSION
|
|
||||||
exit 1
|
|
||||||
fi
|
|
||||||
|
|
||||||
git archive --format=tar --prefix=tt-rss-$1/ $1 | gzip >tt-rss-$1.tar.gz
|
|
||||||
Reference in New Issue
Block a user