[Bps-public-commit] BPS git mailer tools branch, master, updated. 9544fd07c42ce0dbab8f0b5a84292ecc4ef7157a

Alex M Vandiver alexmv at bestpractical.com
Tue Sep 22 13:45:43 EDT 2009


The branch, master has been updated
       via  9544fd07c42ce0dbab8f0b5a84292ecc4ef7157a (commit)
       via  bb95808c584d54f1a24d5a4ff944e16339a57481 (commit)
       via  ac232c6fdcd96969455c2b1f3dc6fd42a9b1ac9a (commit)
      from  4eaef53f191e14695ed549aec542cfe35365d438 (commit)

Summary of changes:
 authors.txt        |    1 +
 create-github-repo |   22 ++++++++++++----------
 migrate-simple     |    4 ++--
 3 files changed, 15 insertions(+), 12 deletions(-)

- Log -----------------------------------------------------------------
commit ac232c6fdcd96969455c2b1f3dc6fd42a9b1ac9a
Author: Alex Vandiver <alexmv at bestpractical.com>
Date:   Tue Sep 22 13:28:41 2009 -0400

    Perltidy

diff --git a/create-github-repo b/create-github-repo
index 4a9582b..0f9c1af 100755
--- a/create-github-repo
+++ b/create-github-repo
@@ -4,15 +4,17 @@ my $dist = shift @ARGV || die "no dist specified";
 my $lcdist = lc $dist;
 
 use WWW::Mechanize;
-           my $mech = WWW::Mechanize->new();
-    $mech->get('https://github.com/login');
-           $mech->submit_form(
-               form_number => 2,
-               fields    => { login => 'bestpractical', password => '$vk43v3r' },
-           );
-    $mech->get('https://github.com/repositories/new');
-    $mech->submit_form(
+my $mech = WWW::Mechanize->new();
+$mech->get('https://github.com/login');
+$mech->submit_form(
+    form_number => 2,
+    fields      => { login => 'bestpractical', password => '$vk43v3r' },
+);
+$mech->get('https://github.com/repositories/new');
+$mech->submit_form(
     form_number => 3,
-    fields => { 'repository[name]' => $lcdist, 'repository[homepage]' => 'http://search.cpan.org/dist/'.$dist },
+    fields      => {
+        'repository[name]'     => $lcdist,
+        'repository[homepage]' => 'http://search.cpan.org/dist/' . $dist
+    },
 );
-

commit bb95808c584d54f1a24d5a4ff944e16339a57481
Author: Alex Vandiver <alexmv at bestpractical.com>
Date:   Tue Sep 22 13:29:10 2009 -0400

    Make each step dependant on the last

diff --git a/migrate-simple b/migrate-simple
index 33613d6..205e1c1 100755
--- a/migrate-simple
+++ b/migrate-simple
@@ -1,5 +1,5 @@
 #!/bin/sh
 P=$1
-perl create-github-repo $P
-sh create-repo $P
+perl create-github-repo $P && \
+sh create-repo $P && \
 sh svn-to-git $P

commit 9544fd07c42ce0dbab8f0b5a84292ecc4ef7157a
Author: Alex Vandiver <alexmv at bestpractical.com>
Date:   Tue Sep 22 13:45:30 2009 -0400

    Add David Wheeler

diff --git a/authors.txt b/authors.txt
index 81f23e7..a22ef66 100644
--- a/authors.txt
+++ b/authors.txt
@@ -74,6 +74,7 @@ sunnavy = sunnavy <sunnavy at bestpractical.com>
 svnco = Somebody at Best Practical <root at bestpractical.com>
 ternus = Christian Ternus <ternus at bestpractical.com>
 thayes = Turner Hayes <thayes at bestpractical.com>
+theory = David E. Wheeler <david at kineticode.com>
 tla = Tara Andrews <tla at bestpractical.com>
 tobix = Tobias Brox <tobix at funcom.com>
 tobiasb = Tobias Brox <tobix at funcom.com>

-----------------------------------------------------------------------



More information about the Bps-public-commit mailing list