~brightbox/bird/trunk

« back to all changes in this revision

Viewing changes to tools/gendist

  • Committer: Ondrej Filip
  • Date: 2009-04-28 09:56:33 UTC
  • Revision ID: git-v1:a6ee026693a9c24c71dcf846abd32508782e0249
Typo in gendist script.

Show diffs side-by-side

added added

removed removed

Lines of Context:
33
33
read OK
34
34
echo Uploading to Atrey...
35
35
scp $T/$REL.tar.gz $T/$DREL.tar.gz atrey.karlin.mff.cuni.cz:~ftp/pub/bird/
36
 
echo Uploading to Jana...
 
36
echo Uploading to Trubka...
37
37
scp $T/$REL.tar.gz $T/$DREL.tar.gz bird.network.cz:~ftp/pub/bird/
38
38
echo Done.