From f6058dfdb4d496244bc2b26abddbe03029622bb3 Mon Sep 17 00:00:00 2001 From: Oliver Grawert Date: Tue, 19 Jul 2016 14:00:49 +0200 Subject: [PATCH] sanitize the version number of the ubuntu-core snap --- debian/changelog | 8 ++++++-- live-build/auto/build | 2 +- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/debian/changelog b/debian/changelog index 9f6e49ab..d5ebe3c4 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,10 +1,14 @@ -livecd-rootfs (2.420) UNRELEASED; urgency=medium +livecd-rootfs (2.420ubuntu1) UNRELEASED; urgency=medium + [ Łukasz 'sil2100' Zemczak ] * Remove the ubuntu-pd project from the scripts * Add instead an ubuntu-touch-custom project for custom re-builds of ubuntu-touch - -- Łukasz 'sil2100' Zemczak Wed, 06 Jul 2016 12:57:44 +0200 + [ Oliver Grawert ] + * sanitize the version number of the ubuntu-core snap + + -- Oliver Grawert Tue, 19 Jul 2016 13:59:16 +0200 livecd-rootfs (2.419) yakkety; urgency=medium diff --git a/live-build/auto/build b/live-build/auto/build index e3fe1ca8..8b04d686 100755 --- a/live-build/auto/build +++ b/live-build/auto/build @@ -257,7 +257,7 @@ if [ "$PROJECT:$SUBPROJECT" = "ubuntu-core:system-image" ]; then mkdir -p $rootfs/$dir done - VERSION="$(lsb_release -r -s)+$(date +20%y%m%d.%H-%M)" + VERSION="$(lsb_release -r -s)" CORENAME="ubuntu-core" cat > $rootfs/meta/snap.yaml <