[DRE-commits] [librarian-puppet] 137/153: Change github user from "rodjek" to "voxpupuli"

Stig Sandbeck Mathisen ssm at debian.org
Wed Jun 1 20:30:58 UTC 2016


This is an automated email from the git hooks/post-receive script.

ssm pushed a commit to branch master
in repository librarian-puppet.

commit d1d1375a774009f874c298d6cdd14e95d73560ef
Author: Reto Kaiser <reto at cargomedia.ch>
Date:   Mon Mar 14 18:21:26 2016 +0100

    Change github user from "rodjek" to "voxpupuli"
---
 README.md                                                |  4 ++--
 .../duplicated_dependencies_transitive/Puppetfile        |  2 +-
 features/examples/with_puppetfile/Puppetfile             |  2 +-
 features/install.feature                                 |  2 +-
 features/install/git.feature                             | 16 ++++++++--------
 features/outdated.feature                                |  4 ++--
 librarian-puppet.gemspec                                 |  2 +-
 7 files changed, 16 insertions(+), 16 deletions(-)

diff --git a/README.md b/README.md
index 0ac5412..f5fe8be 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,6 @@
 # Librarian-puppet
 
-[![Build Status](https://travis-ci.org/rodjek/librarian-puppet.png?branch=master)](https://travis-ci.org/rodjek/librarian-puppet)
+[![Build Status](https://travis-ci.org/voxpupuli/librarian-puppet.png?branch=master)](https://travis-ci.org/voxpupuli/librarian-puppet)
 
 ## Introduction
 
@@ -321,5 +321,5 @@ Please include:
 
 
 ## License
-Please see the [LICENSE](https://github.com/rodjek/librarian-puppet/blob/master/LICENSE)
+Please see the [LICENSE](https://github.com/voxpupuli/librarian-puppet/blob/master/LICENSE)
 file.
diff --git a/features/examples/duplicated_dependencies_transitive/Puppetfile b/features/examples/duplicated_dependencies_transitive/Puppetfile
index 24a51ab..d901422 100644
--- a/features/examples/duplicated_dependencies_transitive/Puppetfile
+++ b/features/examples/duplicated_dependencies_transitive/Puppetfile
@@ -2,4 +2,4 @@ forge 'http://forge.puppetlabs.com'
 
 metadata
 
-mod 'librarian-duplicated_dependencies', :git => 'https://github.com/rodjek/librarian-puppet.git', :path => 'features/examples/duplicated_dependencies'
+mod 'librarian-duplicated_dependencies', :git => 'https://github.com/voxpupuli/librarian-puppet.git', :path => 'features/examples/duplicated_dependencies'
diff --git a/features/examples/with_puppetfile/Puppetfile b/features/examples/with_puppetfile/Puppetfile
index cbdced7..cb0f217 100644
--- a/features/examples/with_puppetfile/Puppetfile
+++ b/features/examples/with_puppetfile/Puppetfile
@@ -1 +1 @@
-mod 'librarian/test', :git => 'https://github.com/rodjek/librarian-puppet.git', :path => 'features/examples/test'
+mod 'librarian/test', :git => 'https://github.com/voxpupuli/librarian-puppet.git', :path => 'features/examples/test'
diff --git a/features/install.feature b/features/install.feature
index 97d7d73..4315908 100644
--- a/features/install.feature
+++ b/features/install.feature
@@ -22,7 +22,7 @@ Feature: cli/install
     forge "http://forge.puppetlabs.com"
 
     mod 'puppetlabs/stdlib', :git => 'https://github.com/puppetlabs/puppetlabs-stdlib.git', :ref => '4.6.0'
-    mod 'librarian/test', :git => 'https://github.com/rodjek/librarian-puppet.git', :path => 'features/examples/test'
+    mod 'librarian/test', :git => 'https://github.com/voxpupuli/librarian-puppet.git', :path => 'features/examples/test'
     """
     When I run `librarian-puppet install --verbose`
     Then the exit status should be 0
diff --git a/features/install/git.feature b/features/install/git.feature
index 1ee8c80..67c75e0 100644
--- a/features/install/git.feature
+++ b/features/install/git.feature
@@ -1,7 +1,7 @@
 Feature: cli/install/git
   Puppet librarian needs to install modules from git repositories
 
-  Scenario: Installing a module from git 
+  Scenario: Installing a module from git
     Given a file named "Puppetfile" with:
     """
     forge "http://forge.puppetlabs.com"
@@ -83,7 +83,7 @@ Feature: cli/install/git
   Scenario: Install a module with dependencies specified in a Puppetfile
     Given a file named "Puppetfile" with:
     """
-    mod 'librarian/with_puppetfile', :git => 'https://github.com/rodjek/librarian-puppet.git', :path => 'features/examples/with_puppetfile'
+    mod 'librarian/with_puppetfile', :git => 'https://github.com/voxpupuli/librarian-puppet.git', :path => 'features/examples/with_puppetfile'
     """
     When I run `librarian-puppet install`
     Then the exit status should be 0
@@ -93,7 +93,7 @@ Feature: cli/install/git
   Scenario: Install a module with dependencies specified in a Puppetfile and Modulefile
     Given a file named "Puppetfile" with:
     """
-    mod 'librarian/with_puppetfile', :git => 'https://github.com/rodjek/librarian-puppet.git', :path => 'features/examples/with_puppetfile_and_modulefile'
+    mod 'librarian/with_puppetfile', :git => 'https://github.com/voxpupuli/librarian-puppet.git', :path => 'features/examples/with_puppetfile_and_modulefile'
     """
     When I run `librarian-puppet install`
     Then the exit status should be 0
@@ -103,7 +103,7 @@ Feature: cli/install/git
   Scenario: Install a module with dependencies specified in a Puppetfile and metadata.json
     Given a file named "Puppetfile" with:
     """
-    mod 'librarian/with_puppetfile', :git => 'https://github.com/rodjek/librarian-puppet.git', :path => 'features/examples/with_puppetfile_and_metadata_json'
+    mod 'librarian/with_puppetfile', :git => 'https://github.com/voxpupuli/librarian-puppet.git', :path => 'features/examples/with_puppetfile_and_metadata_json'
     """
     When I run `librarian-puppet install`
     Then the exit status should be 0
@@ -133,7 +133,7 @@ Feature: cli/install/git
   Scenario: Install a module using modulefile syntax
     Given a file named "Puppetfile" with:
     """
-    mod 'librarian/modulefile_syntax', :git => 'https://github.com/rodjek/librarian-puppet.git', :path => 'features/examples/modulefile_syntax'
+    mod 'librarian/modulefile_syntax', :git => 'https://github.com/voxpupuli/librarian-puppet.git', :path => 'features/examples/modulefile_syntax'
     """
     When I run `librarian-puppet install`
     Then the exit status should be 0
@@ -143,7 +143,7 @@ Feature: cli/install/git
   Scenario: Install a module using metadata syntax
     Given a file named "Puppetfile" with:
     """
-    mod 'librarian/metadata_syntax', :git => 'https://github.com/rodjek/librarian-puppet.git', :path => 'features/examples/metadata_syntax'
+    mod 'librarian/metadata_syntax', :git => 'https://github.com/voxpupuli/librarian-puppet.git', :path => 'features/examples/metadata_syntax'
     """
     When I run `librarian-puppet install`
     Then the exit status should be 0
@@ -155,7 +155,7 @@ Feature: cli/install/git
     """
     forge "http://forge.puppetlabs.com"
 
-    mod 'librarian-test', :git => 'https://github.com/rodjek/librarian-puppet.git', :path => 'features/examples/test'
+    mod 'librarian-test', :git => 'https://github.com/voxpupuli/librarian-puppet.git', :path => 'features/examples/test'
     """
     When I run `librarian-puppet install`
     Then the exit status should be 0
@@ -167,7 +167,7 @@ Feature: cli/install/git
     """
     forge "http://forge.puppetlabs.com"
 
-    mod 'test', :git => 'https://github.com/rodjek/librarian-puppet.git', :path => 'features/examples/dependency_without_version'
+    mod 'test', :git => 'https://github.com/voxpupuli/librarian-puppet.git', :path => 'features/examples/dependency_without_version'
     """
     When I run `librarian-puppet install`
     Then the exit status should be 0
diff --git a/features/outdated.feature b/features/outdated.feature
index 6a9dc8e..39a1580 100644
--- a/features/outdated.feature
+++ b/features/outdated.feature
@@ -30,7 +30,7 @@ Feature: cli/outdated
     """
     forge "http://forge.puppetlabs.com"
 
-    mod 'test', :git => 'https://github.com/rodjek/librarian-puppet.git', :path => 'features/examples/test'
+    mod 'test', :git => 'https://github.com/voxpupuli/librarian-puppet.git', :path => 'features/examples/test'
     """
     And a file named "Puppetfile.lock" with:
     """
@@ -40,7 +40,7 @@ Feature: cli/outdated
         puppetlabs/stdlib (3.1.0)
 
     GIT
-      remote: https://github.com/rodjek/librarian-puppet.git
+      remote: https://github.com/voxpupuli/librarian-puppet.git
       path: features/examples/test
       ref: master
       sha: 10fdf98190a7a22e479628b3616f17f48a857e81
diff --git a/librarian-puppet.gemspec b/librarian-puppet.gemspec
index f0a03ea..7295509 100644
--- a/librarian-puppet.gemspec
+++ b/librarian-puppet.gemspec
@@ -9,7 +9,7 @@ Gem::Specification.new do |s|
   s.authors = ['Tim Sharpe', 'Carlos Sanchez']
   s.license = 'MIT'
   s.email = ['tim at sharpe.id.au', 'carlos at apache.org']
-  s.homepage = 'https://github.com/rodjek/librarian-puppet'
+  s.homepage = 'https://github.com/voxpupuli/librarian-puppet'
   s.summary = 'Bundler for your Puppet modules'
   s.description = 'Simplify deployment of your Puppet infrastructure by
   automatically pulling in modules from the forge and git repositories with

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/librarian-puppet.git



More information about the Pkg-ruby-extras-commits mailing list