mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 05:25:56 +00:00
release 1.5.8
This commit is contained in:
7
debian/changelog
vendored
7
debian/changelog
vendored
@@ -1,3 +1,10 @@
|
||||
tt-rss (1.5.8) unstable; urgency=low
|
||||
|
||||
* New release
|
||||
* Changelog: http://tt-rss.org/redmine/versions/show/69
|
||||
|
||||
-- Andrew Dolgov <fox@madoka.volgo-balt.ru> Tue, 20 Dec 2011 15:33:11 +0400
|
||||
|
||||
tt-rss (1.5.7) unstable; urgency=low
|
||||
|
||||
* New release
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
<?php
|
||||
define('VERSION', "1.5.7");
|
||||
define('VERSION', "1.5.8");
|
||||
?>
|
||||
|
||||
@@ -14,7 +14,7 @@ debuild -i -us -uc -b -aamd64
|
||||
|
||||
cd ..
|
||||
|
||||
if [! -z "$DEPLOY_DEBS" ]; then
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user