diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2019-03-02 17:35:29 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2019-03-02 17:36:51 +0000 |
commit | a9cc81f2f0b81a605090c6a993832ed558039470 (patch) | |
tree | 4528621865ab3fe074a626f282437419253f5a1e | |
parent | Adding debian version 20190202-1. (diff) | |
download | open-infrastructure-system-tools-a9cc81f2f0b81a605090c6a993832ed558039470.tar.xz open-infrastructure-system-tools-a9cc81f2f0b81a605090c6a993832ed558039470.zip |
Merging upstream version 20190301.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
-rw-r--r-- | CHANGELOG.txt | 7 | ||||
-rw-r--r-- | VERSION.txt | 2 | ||||
-rwxr-xr-x | system-build/functions/defaults.sh | 2 |
3 files changed, 9 insertions, 2 deletions
diff --git a/CHANGELOG.txt b/CHANGELOG.txt index 5c06233..be7d90f 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -1,3 +1,10 @@ +2019-03-01 Daniel Baumann <daniel.baumann@open-infrastructure.net> + + * Releasing version 20190301. + + [ Daniel Baumann ] + * system-build: Settin default distribution to buster. + 2019-02-02 Daniel Baumann <daniel.baumann@open-infrastructure.net> * Releasing version 20190202. diff --git a/VERSION.txt b/VERSION.txt index dc65e4f..868c05a 100644 --- a/VERSION.txt +++ b/VERSION.txt @@ -1 +1 @@ -20190202 +20190301 diff --git a/system-build/functions/defaults.sh b/system-build/functions/defaults.sh index e1106a7..dadf84d 100755 --- a/system-build/functions/defaults.sh +++ b/system-build/functions/defaults.sh @@ -104,7 +104,7 @@ Set_defaults () ;; *) - LB_DISTRIBUTION="${LB_DISTRIBUTION:-stretch}" + LB_DISTRIBUTION="${LB_DISTRIBUTION:-buster}" LB_DERIVATIVE="false" ;; esac |