Skip to content
This repository has been archived by the owner on Jul 29, 2018. It is now read-only.

Commit

Permalink
Merge pull request #305 from LalatenduMohanty/172
Browse files Browse the repository at this point in the history
Changing the version to 1.7.2
  • Loading branch information
bexelbie committed Mar 24, 2016
2 parents 0bd92dc + 01e91d5 commit 3c4a3f9
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Changelog


## v1.8.0 Mar 23, 2016
- Changes for release 1.8.0 @LalatenduMohanty
## v1.7.2 Mar 24, 2016
- Changes for release 1.7.2 @LalatenduMohanty
- OpenShift Vagrantfile mod to reflect new command @bexelbie

## v1.7.1 Mar 9, 2016
Expand Down
4 changes: 2 additions & 2 deletions build_tools/build_scripts/do_vagrant_cbs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
#To see all options in koji -p command check "koji -p cbs image-build --help"

koji -p cbs image-build \
centos-7-adb 1.8 atomic7-adb-common-el7 \
centos-7-adb 1.7 atomic7-adb-common-el7 \
http://mirror.centos.org/centos/7/os/x86_64/ x86_64 \
--release=0 \
--release=2 \
--distro RHEL-7.0 \
--ksver RHEL7 \
--kickstart=./build_tools/kickstarts/centos-7-adb-vagrant.ks \
Expand Down
2 changes: 1 addition & 1 deletion build_tools/kickstarts/centos-7-adb-vagrant.ks
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ yum downgrade python-docker-py -y
# https://github.com/projectatomic/adb-atomic-developer-bundle/issues/183
echo "VARIANT=\"Atomic Developer Bundle (ADB)\"" >> /etc/os-release
echo "VARIANT_ID=\"adb\"" >> /etc/os-release
echo "VARIANT_VERSION=\"1.8.0\"" >> /etc/os-release
echo "VARIANT_VERSION=\"1.7.2\"" >> /etc/os-release
#Fixing https://github.com/projectatomic/adb-atomic-developer-bundle/issues/155
echo "127.0.0.1 centos7-adb" >> /etc/hosts
Expand Down

0 comments on commit 3c4a3f9

Please sign in to comment.