Skip to content

Commit

Permalink
Merge branch 'dev'
Browse files Browse the repository at this point in the history
* dev:
  no message
  v0.8
  • Loading branch information
rimusz committed Mar 3, 2015
2 parents cda6e30 + ee2910b commit 6b25376
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 7 deletions.
4 changes: 2 additions & 2 deletions src/CoreOS GUI/CoreOS GUI-Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,11 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>0.7.9</string>
<string>0.8</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>331</string>
<string>335</string>
<key>LSApplicationCategoryType</key>
<string>public.app-category.utilities</string>
<key>LSMinimumSystemVersion</key>
Expand Down
3 changes: 1 addition & 2 deletions src/load_docker_images.command
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,10 @@ cd ~/coreos-osx/docker_images

for file in *.tar
do
echo "Loading docker image $file"
echo "Loading docker image: $file"
docker load < $file
done

echo " "
echo "Done !!!"
echo " "
pause 'Press [Enter] key to continue...'
2 changes: 1 addition & 1 deletion src/set_env.command
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ mkdir -p ~/coreos-osx/.env

# save App's Resouces folder
echo "$1" > ~/coreos-osx/.env/resouces_path
sed -i "" 's/S G/S\ G/g' ~/coreos-osx/.env/resouces_path
#sed -i "" 's/S G/S\ G/g' ~/coreos-osx/.env/resouces_path

# save App's version
echo "$2" > ~/coreos-osx/.env/version
Expand Down
4 changes: 2 additions & 2 deletions src/vagrant_up.command
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ export PATH=${HOME}/coreos-osx/bin:$PATH

# set etcd endpoint
export ETCDCTL_PEERS=http://172.19.8.99:4001
echo "etcd ls /:"
echo "etcdctl ls /:"
etcdctl --no-sync ls /
echo ""

Expand All @@ -32,7 +32,7 @@ echo ""
# list fleet units
cd ~/coreos-osx/fleet
fleetctl start *.service
echo "fleet list-units:"
echo "fleetctl list-units:"
fleetctl list-units
echo " "

Expand Down

0 comments on commit 6b25376

Please sign in to comment.