Skip to content

Commit

Permalink
Updated version 0.2rc1
Browse files Browse the repository at this point in the history
  • Loading branch information
Jesus89 committed May 21, 2016
1 parent 2455e13 commit 68c1ddd
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
4 changes: 2 additions & 2 deletions package.sh
Expand Up @@ -17,7 +17,7 @@ BUILD_TARGET=${1:-none}
EXTRA_ARGS=${2}

##Which version name are we appending to the final archive
export VERSION=0.2b4
export VERSION=0.2rc1

This comment has been minimized.

Copy link
@Mercedesw209

Mercedesw209 Jan 22, 2022

Download

export DATETIME=`git log -1 --pretty=%ci`
export COMMIT=`git log -1 --pretty=%H`
TARGET_DIR=Horus-${VERSION}-${BUILD_TARGET}
Expand Down Expand Up @@ -147,7 +147,7 @@ if [ $BUILD_TARGET = "debian" ]; then
# Upload to launchpad
debuild -S -sa
PPA=${PPA:="ppa:bqlabs/horus-dev"}
RELEASES="trusty vivid wily"
RELEASES="trusty vivid wily xenial"
for RELEASE in $RELEASES ;
do
cp debian/changelog debian/changelog.backup
Expand Down
6 changes: 6 additions & 0 deletions pkg/linux/debian/changelog
@@ -1,3 +1,9 @@
horus (0.2rc1) unstable; urgency=medium

* Release candidate 1

-- Jesús Arroyo Torrens <jesus.arroyo@bq.com> Fri, 20 May 2016 00:00:00 +0100

horus (0.2b4) unstable; urgency=medium

* Beta 4
Expand Down
2 changes: 1 addition & 1 deletion src/horus/__init__.py
Expand Up @@ -5,7 +5,7 @@
__copyright__ = 'Copyright (C) 2014-2016 Mundo Reader S.L.'
__license__ = 'GNU General Public License v2 http://www.gnu.org/licenses/gpl2.html'

__version__ = '0.2b4'
__version__ = '0.2rc1'
__datetime__ = ''
__commit__ = ''

Expand Down

0 comments on commit 68c1ddd

Please sign in to comment.