Skip to content
This repository has been archived by the owner on Feb 24, 2020. It is now read-only.

Commit

Permalink
version: bump to v1.30.0+git
Browse files Browse the repository at this point in the history
  • Loading branch information
iaguis committed Apr 11, 2018
1 parent 662e0c2 commit 907ebcb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
AC_PREREQ([2.63])
AC_INIT([rkt], [1.30.0], [https://github.com/rkt/rkt/issues])
AC_INIT([rkt], [1.30.0+git], [https://github.com/rkt/rkt/issues])

AC_PROG_CC
AC_PROG_CXX
Expand Down
2 changes: 1 addition & 1 deletion tests/rkt-monitor/build-stresser.sh
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ buildImages() {
acbuild --debug begin
trap acbuildEnd EXIT
acbuild --debug set-name appc.io/rkt-"${1}"-stresser
acbuild --debug copy build-rkt-1.30.0/target/bin/"${1}"-stresser /worker
acbuild --debug copy build-rkt-1.30.0+git/target/bin/"${1}"-stresser /worker
acbuild --debug set-exec -- /worker
acbuild --debug write --overwrite "${1}"-stresser.aci
acbuild --debug end
Expand Down

0 comments on commit 907ebcb

Please sign in to comment.