Skip to content

Commit

Permalink
Merge pull request #66 from whikloj/increment-rc-2
Browse files Browse the repository at this point in the history
Move vagrant to point at RC-2 artifacts
  • Loading branch information
acoburn authored Oct 18, 2016
2 parents c325e30 + 325a1c1 commit 77dab81
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions install_scripts/config
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ if [ ! -d $DOWNLOAD_DIR ]; then
mkdir $DOWNLOAD_DIR
fi

FEDORA_VERSION=4.7.0-RC-1
FEDORA_TAG=4.7.0-RC-1
FEDORA_VERSION=4.7.0-RC-2
FEDORA_TAG=4.7.0-RC-2
# true to enable auth, false to disable it
FEDORA_AUTH=true
FEDORA_AUDIT=true
Expand Down

0 comments on commit 77dab81

Please sign in to comment.