Skip to content

Commit

Permalink
doc: update create-release for tag different than version
Browse files Browse the repository at this point in the history
  • Loading branch information
smoser committed Oct 10, 2017
1 parent 6e418fd commit b020ca1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion doc/create-release.txt
@@ -1,12 +1,13 @@
# set version to build
VER=0.3.2
tag=${VER//"~"/_}

# set up the system / install any deps
./bin/system-setup

git clone https://git.launchpad.net/~cirros-dev/cirros cirros
cd cirros
git checkout $VER
git checkout $tag

CIRROS_PARALLEL=true ./bin/build-release $VER 2>&1 | tee build-$VER.log

Expand Down

0 comments on commit b020ca1

Please sign in to comment.