Skip to content

Commit

Permalink
Item1517: slightly more useful file order
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.foswiki.org/trunk@3676 0b4bb1d4-4e5a-0410-9cc4-b2b747904278
  • Loading branch information
SvenDowideit authored and SvenDowideit committed Apr 24, 2009
1 parent 968e728 commit bade75d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/tools/autoBuildFoswiki.pl
Expand Up @@ -98,10 +98,10 @@
chdir($foswikihome);
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/` ;
`scp Foswiki* distributedinformation\@fosiki.com:~/www/Foswiki_$foswikiBranch/` ;
my $buildOutput = `ls -alh *auto*`;
my $emailDestination = 'Builds@fosiki.com';
if ($buildOutput eq '') {
Expand Down

0 comments on commit bade75d

Please sign in to comment.