Skip to content

Commit

Permalink
use upstream linchpin repo
Browse files Browse the repository at this point in the history
  • Loading branch information
Clint Savage committed Apr 26, 2018
1 parent 93b5952 commit 7e703fe
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
ansible.cfg
*.swp
.fuse*
.cache
.pytest_cache

# generated files
docs/build/
Expand Down
6 changes: 3 additions & 3 deletions scripts/create_pypi_package.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ CLEAN_CMD="clean"
REG_CMD="register"
UPLOAD_CMD="${PKG_TYPES} upload"
GIT=$(which git)
#LP_GIT_URL=git://github.com/CentOS-PaaS-SIG/linchpin
LP_GIT_URL=git://github.com/herlo/linchpin
LP_GIT_URL=git://github.com/CentOS-PaaS-SIG/linchpin
#LP_GIT_URL=git://github.com/herlo/linchpin

TMP_DIR=$(mktemp -d)

Expand All @@ -37,7 +37,7 @@ ${GIT} fetch --all --tags --prune
${GIT} checkout tags/${GIT_TAG} -b lp_${GIT_TAG}

if [ "$?" != "0" ]; then
echo "Tag could not be checked out, verify tag is correct and try again"
echo "Tag could not be checked out, verify tag is in git and try again"
exit 2
fi

Expand Down

0 comments on commit 7e703fe

Please sign in to comment.