mirror of
https://github.com/hermitcore/libhermit.git
synced 2025-03-09 00:00:03 +01:00
bump version number to 0.2.10
This commit is contained in:
parent
b65e733395
commit
0ed7b7399f
5 changed files with 7 additions and 7 deletions
|
@ -13,7 +13,7 @@
|
||||||
},
|
},
|
||||||
|
|
||||||
"version": {
|
"version": {
|
||||||
"name": "0.2.9",
|
"name": "0.2.10",
|
||||||
"desc": "HermitCore's kernel as libOS",
|
"desc": "HermitCore's kernel as libOS",
|
||||||
"gpgSign": false
|
"gpgSign": false
|
||||||
},
|
},
|
||||||
|
|
|
@ -19,7 +19,7 @@ script:
|
||||||
-c "cd /work; ./tests.sh ${OS_TYPE} ${OS_NAME}"
|
-c "cd /work; ./tests.sh ${OS_TYPE} ${OS_NAME}"
|
||||||
before_deploy:
|
before_deploy:
|
||||||
- cd ${TRAVIS_BUILD_DIR}
|
- cd ${TRAVIS_BUILD_DIR}
|
||||||
- dpkg-deb -b tmp libhermit-0.2.9-all.deb
|
- dpkg-deb -b tmp libhermit-0.2.10-all.deb
|
||||||
- sed -i "s/REPLACE_REPO/$OS_TYPE/" .bintray_descriptor.json
|
- sed -i "s/REPLACE_REPO/$OS_TYPE/" .bintray_descriptor.json
|
||||||
- sed -i "s/REPLACE_OS/$OS_NAME/" .bintray_descriptor.json
|
- sed -i "s/REPLACE_OS/$OS_NAME/" .bintray_descriptor.json
|
||||||
deploy:
|
deploy:
|
||||||
|
|
|
@ -217,7 +217,7 @@ set(CPACK_SYSTEM_NAME all)
|
||||||
|
|
||||||
set(CPACK_PACKAGE_VERSION_MAJOR 0)
|
set(CPACK_PACKAGE_VERSION_MAJOR 0)
|
||||||
set(CPACK_PACKAGE_VERSION_MINOR 2)
|
set(CPACK_PACKAGE_VERSION_MINOR 2)
|
||||||
set(CPACK_PACKAGE_VERSION_PATCH 9)
|
set(CPACK_PACKAGE_VERSION_PATCH 10)
|
||||||
|
|
||||||
set(CPACK_PACKAGE_CONTACT "Stefan Lankes <slankes@eonerc.rwth-aachen.de>")
|
set(CPACK_PACKAGE_CONTACT "Stefan Lankes <slankes@eonerc.rwth-aachen.de>")
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
set(PACKAGE_VERSION "0.2.9" CACHE STRING
|
set(PACKAGE_VERSION "0.2.10" CACHE STRING
|
||||||
"HermitCore current version")
|
"HermitCore current version")
|
||||||
|
|
||||||
set(MAX_CORES "512" CACHE STRING
|
set(MAX_CORES "512" CACHE STRING
|
||||||
|
|
6
tests.sh
6
tests.sh
|
@ -44,7 +44,7 @@ mkdir -p build
|
||||||
cd build
|
cd build
|
||||||
cmake -DTOOLCHAIN_BIN_DIR=/opt/hermit/bin -DCMAKE_INSTALL_PREFIX=/opt/hermit -DBOOTSTRAP=true ..
|
cmake -DTOOLCHAIN_BIN_DIR=/opt/hermit/bin -DCMAKE_INSTALL_PREFIX=/opt/hermit -DBOOTSTRAP=true ..
|
||||||
make hermit-bootstrap
|
make hermit-bootstrap
|
||||||
#checkinstall -D -y --exclude=build --pkggroup=main --maintainer=stefan@eonerc.rwth-aachen.de --pkgsource=https://hermitcore.org --pkgname=libhermit --pkgversion=0.2.9 --pkglicense=BSD make hermit-bootstrap-install
|
#checkinstall -D -y --exclude=build --pkggroup=main --maintainer=stefan@eonerc.rwth-aachen.de --pkgsource=https://hermitcore.org --pkgname=libhermit --pkgversion=0.2.10 --pkglicense=BSD make hermit-bootstrap-install
|
||||||
make hermit-bootstrap-install
|
make hermit-bootstrap-install
|
||||||
rm -rf *
|
rm -rf *
|
||||||
cmake -DTOOLCHAIN_BIN_DIR=/opt/hermit/bin -DCMAKE_INSTALL_PREFIX=/opt/hermit ..
|
cmake -DTOOLCHAIN_BIN_DIR=/opt/hermit/bin -DCMAKE_INSTALL_PREFIX=/opt/hermit ..
|
||||||
|
@ -52,8 +52,8 @@ make -j1 package
|
||||||
|
|
||||||
cd ..
|
cd ..
|
||||||
mkdir -p tmp
|
mkdir -p tmp
|
||||||
dpkg-deb -R build/libhermit-0.2.9-all.deb tmp
|
dpkg-deb -R build/libhermit-0.2.10-all.deb tmp
|
||||||
#dpkg-deb -R build/libhermit_0.2.9-1_amd64.deb tmp
|
#dpkg-deb -R build/libhermit_0.2.10-1_amd64.deb tmp
|
||||||
rm -rf build/*.deb build/_CPack_Packages
|
rm -rf build/*.deb build/_CPack_Packages
|
||||||
|
|
||||||
#exit 0
|
#exit 0
|
||||||
|
|
Loading…
Add table
Reference in a new issue