Skip to content

Commit

Permalink
[package] Fixed missing argument in buildkit command
Browse files Browse the repository at this point in the history
  • Loading branch information
Ian Murray committed Jan 4, 2012
1 parent fc59306 commit ea56f6b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.sh
Expand Up @@ -68,7 +68,7 @@ cp ${CKAN_PATH}/build/buildkit/env/build/licenses/dist/buildkit/*.deb ${CKAN_PAT
echo "done."

# Add the .debs to the repository and the export the latest files for upload
echo "Adding the packages to the $REPO_NAME repo ..."
sudo -u buildkit buildkit repo remove -a $REPO_NAME
echo "Adding the packages to the $REPO_NAME repo using files in ${CKAN_PATH}/dist/buildkit/*.deb ..."
sudo -u buildkit buildkit repo remove -a $REPO_NAME dummy_arg
sudo -u buildkit buildkit repo add $REPO_NAME ${CKAN_PATH}/dist/buildkit/*.deb
echo "done."

0 comments on commit ea56f6b

Please sign in to comment.