1
Fork 0

update gcode-upload to upload all files

This commit is contained in:
Dustin J. Mitchell 2011-06-19 00:17:14 -05:00
parent fb2d0d0b31
commit e5435ef917
1 changed files with 0 additions and 5 deletions

View File

@ -44,12 +44,7 @@ findlabels() {
echo $labels
}
i=0
for file in {buildbot,buildbot-slave}-$VERSION.{tar.gz,zip}{,.asc}; do
if test $i = 0; then
i=1
continue
fi
labels=`findlabels "$file"`
file=`findfile "$file"`
echo "Uploading $file with labels $labels"