Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
koush committed Sep 10, 2013
1 parent 3252ce1 commit ec2ea83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build-recovery.sh
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ check_result "repo init failed."

mkdir -p .repo/local_manifests
cp $WORKSPACE/hudson/recovery.xml .repo/local_manifests/
curl "https://raw.github.com/CyanogenMod/cm_build_config/master/$REPO_BRANCH.xml?login=koush&token=$GITHUB_TOKEN" > .repo/local_manifests/$REPO_BRANCH.xml
curl -u koush:$GITHUB_TOKEN "https://raw.github.com/CyanogenMod/cm_build_config/master/$REPO_BRANCH.xml" > .repo/local_manifests/$REPO_BRANCH.xml

echo Manifest:
cat .repo/manifest.xml
Expand Down

0 comments on commit ec2ea83

Please sign in to comment.