Skip to content

Commit

Permalink
et vu
Browse files Browse the repository at this point in the history
  • Loading branch information
qreeves committed Jul 18, 2015
1 parent 62d9648 commit 4baf830
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/semaphore.sh
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ semabuild_process() {

semabuild_deploy() {
echo "deploying ${BRANCH_NAME}..."
echo "${SEMABUILD_ALLMODS}" > "${SEMABUILD_DIR}/modules.txt"
echo "${SEMABUILD_ALLMODS}" > "${SEMABUILD_DIR}/mods.txt"
pushd "${SEMABUILD_BUILD}" || return 1
${SEMABUILD_SCP} -r "${BRANCH_NAME}" "${SEMABUILD_TARGET}" || return 1
return 0
Expand Down
2 changes: 1 addition & 1 deletion src/semdeploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ SEMABUILD_BUILD="${HOME}/deploy"
SEMABUILD_SCP='scp -BC -o StrictHostKeyChecking=no'
SEMABUILD_TARGET='qreeves@icculus.org:/webspace/redeclipse.net/files'
SEMABUILD_APT='DEBIAN_FRONTEND=noninteractive apt-get'
SEMABUILD_MODULES=`curl --silent --fail http://redeclipse.net/files/stable/modules.txt` || exit 1
SEMABUILD_MODULES=`curl --silent --fail http://redeclipse.net/files/stable/mods.txt` || exit 1
SEMABUILD_ALLMODS="base ${SEMABUILD_MODULES}"

sudo ${SEMABUILD_APT} update || exit 1
Expand Down

0 comments on commit 4baf830

Please sign in to comment.