Skip to content

Commit

Permalink
Item1517: upload all the extensions that go into a release
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.foswiki.org/trunk@3672 0b4bb1d4-4e5a-0410-9cc4-b2b747904278
  • Loading branch information
SvenDowideit authored and SvenDowideit committed Apr 24, 2009
1 parent faf994e commit 147e33b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions core/tools/autoBuildFoswiki.pl
Expand Up @@ -99,6 +99,9 @@
if ($SvensAutomatedBuilds) {
#push the files to my server - http://fosiki.com/
`scp Foswiki* distributedinformation\@fosiki.com:~/www/Foswiki_$foswikiBranch/` ;
`scp ../*/*.zip distributedinformation\@fosiki.com:~/www/Foswiki_$foswikiBranch/` ;
`scp ../*/*.tgz distributedinformation\@fosiki.com:~/www/Foswiki_$foswikiBranch/` ;
`scp ../*/*.md5 distributedinformation\@fosiki.com:~/www/Foswiki_$foswikiBranch/` ;
my $buildOutput = `ls -alh *auto*`;
$buildOutput .= "\n";
$buildOutput .= `grep 'All tests passed' $foswikihome/Foswiki-UnitTests.log`;
Expand Down

0 comments on commit 147e33b

Please sign in to comment.