Skip to content

Commit

Permalink
tweaks to the gcode-upload script to get filenames and labels right
Browse files Browse the repository at this point in the history
  • Loading branch information
djmitche committed Dec 20, 2010
1 parent a47889d commit 269aa25
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions common/gcode-upload.sh
Original file line number Diff line number Diff line change
Expand Up @@ -53,11 +53,11 @@ for file in {buildbot,buildbot-slave}-$VERSION.{tar.gz,zip}{,.asc}; do
labels=`findlabels "$file"`
file=`findfile "$file"`
echo "Uploading $file with labels $labels"
python common/googlecode_upload.py \
-w $PASSWORD \
-u $USERNAME \
-p buildbot \
-s "$file" \
--labels=Featured \
"$file"
python common/googlecode_upload.py \
-w $PASSWORD \
-u $USERNAME \
-p buildbot \
-s `basename $file` \
--labels=$labels \
"$file"
done

0 comments on commit 269aa25

Please sign in to comment.