Skip to content

Commit

Permalink
Item13883: Fix build script for TopicUserMappingContrib.
Browse files Browse the repository at this point in the history
Was failing with 501 status, trying to upload to foswiki.org
  • Loading branch information
gac410 committed Jan 22, 2018
1 parent 1364758 commit f36f2ac
Showing 1 changed file with 0 additions and 12 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,18 +15,6 @@ BEGIN
# 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 f36f2ac

Please sign in to comment.