Skip to content

Commit

Permalink
Merge branch 'release/1.1.17'
Browse files Browse the repository at this point in the history
  • Loading branch information
lueschem committed Dec 16, 2019
2 parents 256d46f + 1b49241 commit abca4d4
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 7 deletions.
7 changes: 7 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
edi (1.1.17) bionic; urgency=medium

[ Matthias Lüscher ]
* Silence build output.

-- Matthias Luescher <lueschem@gmail.com> Mon, 16 Dec 2019 18:30:46 +0100

edi (1.1.16) bionic; urgency=medium

[ Matthias Lüscher ]
Expand Down
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,8 @@
# built documents.
#
# The short X.Y version.
version = '1.1.16'
release = '1.1.16'
version = '1.1.17'
release = '1.1.17'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion edi/lib/versionhelpers.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@

# The do_release script will update this version!
# During launchpad debuild neither the git version nor the package version is available.
edi_fallback_version = '1.1.16'
edi_fallback_version = '1.1.17'


def get_edi_version():
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
setup(
name='edi',

version='1.1.16',
version='1.1.17',

description='Embedded Development Infrastructure - edi',
long_description=long_description,
Expand Down
6 changes: 3 additions & 3 deletions travis/travis-build
Original file line number Diff line number Diff line change
Expand Up @@ -87,13 +87,13 @@ sudo -u ${TESTUSER} git add debian/changelog
sudo -u ${TESTUSER} git commit -m "New version ${NEW_VERSION}."
sudo -u ${TESTUSER} git tag -a v${NEW_VERSION} -m "New version ${NEW_VERSION}."
mk-build-deps -i debian/control -t "apt-get -y"
mk-build-deps -i debian/control -t "apt-get -y" > /dev/null
sudo -u ${TESTUSER} py.test-3
sudo -u ${TESTUSER} git clean -dxf
sudo -u ${TESTUSER} debuild -us -uc
sudo -u ${TESTUSER} debuild -us -uc > /dev/null
dpkg -i ../edi_*_all.deb || true
apt-get -y --no-install-recommends install -f
Expand Down Expand Up @@ -131,7 +131,7 @@ then
GPG_KEY_PASSPHRASE="${CONTAINER_WORK}/travis/travis-key.passphrase"
gpg ${GPG_OPTIONS} --passphrase-file ${GPG_KEY_PASSPHRASE} --import ${GPG_KEY}
sudo -u ${TESTUSER} debuild -S -us -uc
sudo -u ${TESTUSER} debuild -S -us -uc > /dev/null
RESULT="${CONTAINER_WORK}/../edi_${NEW_VERSION}_source.changes"
debsign -p"gpg ${GPG_OPTIONS} --passphrase-file ${GPG_KEY_PASSPHRASE}" -S -kB6D5610F601C6B6E4A880C93AA6945FE5AAFB25D ${RESULT}
Expand Down

0 comments on commit abca4d4

Please sign in to comment.