Skip to content
This repository has been archived by the owner on Sep 15, 2021. It is now read-only.

Commit

Permalink
Bug 630526 followup, copy blocklist.xml to the correct location. r=du…
Browse files Browse the repository at this point in the history
…stin over IRC
  • Loading branch information
Callek committed Feb 21, 2011
1 parent 1dab2cd commit d571b47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/blocklist/sync-hg-blocklist.sh
Expand Up @@ -131,7 +131,7 @@ update_blocklist_in_hg()
return $UPDATE_STATUS
fi

cp -f blocklist_amo.xml ${REPODIR}/browser/app/blocklist.xml
cp -f blocklist_amo.xml ${REPODIR}/${APP_DIR}/app/blocklist.xml
COMMIT_MESSAGE="Automated blocklist update from host $HOST"
if [ $DONTBUILD == true ]; then
COMMIT_MESSAGE="${COMMIT_MESSAGE} (DONTBUILD)"
Expand Down

0 comments on commit d571b47

Please sign in to comment.