Merge branch 'hotfix-2.0.2' into develop
This commit is contained in:
commit
fcbfdff33a
@ -1,6 +1,6 @@
|
|||||||
Package: remaster
|
Package: remaster
|
||||||
Source: remaster
|
Source: remaster
|
||||||
Version: 2.0.1
|
Version: 2.0.2
|
||||||
Architecture: all
|
Architecture: all
|
||||||
Maintainer: 6543 <6543@obermui.de>
|
Maintainer: 6543 <6543@obermui.de>
|
||||||
Installed-Size: <SIZE>
|
Installed-Size: <SIZE>
|
||||||
|
@ -104,6 +104,7 @@ function build-deb() {
|
|||||||
version="`cat build/DEBIAN/control | grep Version | cut -d " " -f 2`"
|
version="`cat build/DEBIAN/control | grep Version | cut -d " " -f 2`"
|
||||||
arch="`cat build/DEBIAN/control | grep Arch | cut -d " " -f 2`"
|
arch="`cat build/DEBIAN/control | grep Arch | cut -d " " -f 2`"
|
||||||
[ -f "release/remaster_"$version"_"$arch".deb" ] && rm "release/remaster_"$version"_"$arch".deb"
|
[ -f "release/remaster_"$version"_"$arch".deb" ] && rm "release/remaster_"$version"_"$arch".deb"
|
||||||
|
mkdir -p release
|
||||||
mv -v "build.deb" "release/remaster_"$version"_"$arch".deb"
|
mv -v "build.deb" "release/remaster_"$version"_"$arch".deb"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -15,3 +15,6 @@
|
|||||||
|
|
||||||
2018-05-13 - 2.0.1
|
2018-05-13 - 2.0.1
|
||||||
* Update-Prüfmechanismus #15
|
* Update-Prüfmechanismus #15
|
||||||
|
|
||||||
|
2018-05-13 - 2.0.2
|
||||||
|
* hotfix-2.0.2 ( create release folder if not exist )
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
#@version 2.0.1
|
#@version 2.0.2
|
||||||
#@autor 6543@obermui.de
|
#@autor 6543@obermui.de
|
||||||
#@date 2018-05-13
|
#@date 2018-05-13
|
||||||
#@licence GNUv3
|
#@licence GNUv3
|
||||||
|
Loading…
Reference in New Issue
Block a user