Skip to content

Commit

Permalink
Item13883: Another build script won't upload
Browse files Browse the repository at this point in the history
  • Loading branch information
gac410 committed Jan 22, 2018
1 parent f36f2ac commit 1ea4037
Showing 1 changed file with 0 additions and 19 deletions.
19 changes: 0 additions & 19 deletions JsonRpcContrib/lib/Foswiki/Contrib/JsonRpcContrib/build.pl
Original file line number Diff line number Diff line change
Expand Up @@ -6,24 +6,5 @@

# Create the build object
my $build = new Foswiki::Contrib::Build('JsonRpcContrib');

# (Optional) Set the details of the repository for uploads.
# This can be any web on any accessible Foswiki installation.
# These defaults will be used when expanding tokens in .txt
# files, but be warned, they can be overridden at upload time!

# name of web to upload to
$build->{UPLOADTARGETWEB} = 'Extensions';

# Full URL of pub directory
$build->{UPLOADTARGETPUB} = 'http://foswiki.org/pub';

# Full URL of bin directory
$build->{UPLOADTARGETSCRIPT} = 'http://foswiki.org/bin';

# Script extension
$build->{UPLOADTARGETSUFFIX} = '';

# Build the target on the command line, or the default target
$build->build( $build->{target} );

0 comments on commit 1ea4037

Please sign in to comment.