Skip to content

Commit

Permalink
Item11483: Net::GitHub version 2 no longer works, using V3
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.foswiki.org/trunk@14013 0b4bb1d4-4e5a-0410-9cc4-b2b747904278
  • Loading branch information
OlivierRaginel authored and OlivierRaginel committed Feb 16, 2012
1 parent 0f3a1e9 commit 2efbb18
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions core/tools/develop/hooks/git-svn-split.pl
Expand Up @@ -78,9 +78,11 @@ sub createSubModule {
token => $token,
);
$github->repos->create(
$module,
"Foswiki module $module",
"http://foswiki.org/Extensions/$module", 1
{
name => $module,
description => "Foswiki module $module",
homepage => "http://foswiki.org/Extensions/$module"
}
);
warn
"\tAdding: git submodule add git\@github.com:foswiki/$module.git $module"
Expand Down

0 comments on commit 2efbb18

Please sign in to comment.