Skip to content

Commit

Permalink
Fix on build script; updating DEB repo requires build number
Browse files Browse the repository at this point in the history
  • Loading branch information
gboudreau committed Mar 23, 2014
1 parent 47ed161 commit 298a43e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build_greyhole.sh
Expand Up @@ -128,7 +128,7 @@ ssh ${HOST} ${PATH_TO_REPOS_UPDATER}/update_yum_repodata.sh
echo
echo "*******************"
echo "You now need to execute the following command in the SSH shell that will open:"
echo " ${PATH_TO_REPOS_UPDATER}/update_deb_repodata.sh $VERSION ; exit"
echo " ${PATH_TO_REPOS_UPDATER}/update_deb_repodata.sh $VERSION $BUILD_NUMBER ; exit"
echo "*******************"
ssh ${HOST}

Expand Down

0 comments on commit 298a43e

Please sign in to comment.