Skip to content
This repository has been archived by the owner on Aug 7, 2019. It is now read-only.

Commit

Permalink
Merge pull request #1 from pantheon-systems/deploy
Browse files Browse the repository at this point in the history
Deploy
  • Loading branch information
spheromak committed Oct 22, 2015
2 parents aeeaff9 + 686324c commit d8be50e
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 10 deletions.
1 change: 0 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
GO15VENDOREXPERIMENT=1
GOOGLE_PROJECT=pantheon-internal
APP=baryon

all: deps test build
Expand Down
6 changes: 0 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,9 +56,3 @@ Application Options:
Help Options:
-h, --help Show this help message
```

## Todo:
* Reverse dependency lookup
* Parse dependency info from tag annotations (don't fetch metadata from a repo)
* Policy Interface for handling different sources and merge strategy
* Configurable max versions per cookbook
6 changes: 6 additions & 0 deletions TODO.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
## Todo:
* Reverse dependency lookup
* Parse dependency info from tag annotations (don't fetch metadata from a repo)
* Policy Interface for handling different sources and merge strategy
* Configurable max versions per cookbook
* Versioning & autotag
2 changes: 1 addition & 1 deletion deploy/gce/gcloud-setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
# CLOUDSDK_COMPUTE_ZONE # The compute zone container the GKE container cluster to deploy into
# CLUSTER_ID # ID of the GKE container cluster to deploy into

set -ex
set -e

if [ "$CIRCLECI" != "true" ]; then
echo "This script is only intended to run on Circle-CI."
Expand Down
2 changes: 1 addition & 1 deletion deploy/install-go.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

set -xe
set -e

if [ -d "$HOME/go1.5" ] ; then
echo "go 1.5 installed skipping"
Expand Down
2 changes: 1 addition & 1 deletion deploy/release.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

set -xe
set -e

# ensure we have autotag
if [ ! -d "$HOME/bin" ]; then
Expand Down

0 comments on commit d8be50e

Please sign in to comment.