From 85770ad9e9b093113d98f3a35ec45d6ac28f3042 Mon Sep 17 00:00:00 2001 From: Colleen Murphy Date: Wed, 25 Jun 2014 16:03:59 -0700 Subject: Add configuration file for modulesync https://github.com/puppetlabs/modulesync --- .sync.yml | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 .sync.yml (limited to '.sync.yml') diff --git a/.sync.yml b/.sync.yml new file mode 100644 index 0000000..dd55f49 --- /dev/null +++ b/.sync.yml @@ -0,0 +1,22 @@ +--- +.travis.yml: + env_matrix: + - PUPPET_GEM_VERSION="~> 2.7.0" + - PUPPET_GEM_VERSION="~> 3.3.0" + additional: + - + configs: + after_success: + - git clone -q git://github.com/puppetlabs/ghpublisher.git .forge-release + - .forge-release/publish + - + configs: + before_install: + - gem update --system 2.1.11 + - gem --version + comments: + - Temporary workaround for broken Rubygems on Travis +Rakefile: + unmanaged: true +spec/spec_helper.rb: + unmanaged: true -- cgit v1.2.3 From b56654d263e4a613e6dc5ae1b99c81cc4f3b643b Mon Sep 17 00:00:00 2001 From: Colleen Murphy Date: Fri, 27 Jun 2014 09:22:41 -0700 Subject: Update .sync.yml to support new .travis.yml configs --- .sync.yml | 17 ----------------- 1 file changed, 17 deletions(-) (limited to '.sync.yml') diff --git a/.sync.yml b/.sync.yml index dd55f49..9fe38a6 100644 --- a/.sync.yml +++ b/.sync.yml @@ -1,21 +1,4 @@ --- -.travis.yml: - env_matrix: - - PUPPET_GEM_VERSION="~> 2.7.0" - - PUPPET_GEM_VERSION="~> 3.3.0" - additional: - - - configs: - after_success: - - git clone -q git://github.com/puppetlabs/ghpublisher.git .forge-release - - .forge-release/publish - - - configs: - before_install: - - gem update --system 2.1.11 - - gem --version - comments: - - Temporary workaround for broken Rubygems on Travis Rakefile: unmanaged: true spec/spec_helper.rb: -- cgit v1.2.3 From 7ff254a6fcf3b4d77faf5197d780028791bfe6ba Mon Sep 17 00:00:00 2001 From: Colleen Murphy Date: Fri, 27 Jun 2014 12:01:21 -0700 Subject: Add module-specific travis script to .sync.yml --- .sync.yml | 2 ++ 1 file changed, 2 insertions(+) (limited to '.sync.yml') diff --git a/.sync.yml b/.sync.yml index 9fe38a6..6fa460a 100644 --- a/.sync.yml +++ b/.sync.yml @@ -1,4 +1,6 @@ --- +.travis.yml: + script: "\"bundle exec rake spec SPEC_OPTS='--format documentation'\"" Rakefile: unmanaged: true spec/spec_helper.rb: -- cgit v1.2.3 From 6ec1fc6a118579c4983aecf5275dbfdd00f59392 Mon Sep 17 00:00:00 2001 From: Colleen Murphy Date: Mon, 23 Mar 2015 12:04:20 -0700 Subject: Keep testing on puppet 2.7 The modulesync config repo is dropping universal support for puppet 2.7, but individual repos should still keep support until the next naturally-occuring major release. --- .sync.yml | 5 +++++ 1 file changed, 5 insertions(+) (limited to '.sync.yml') diff --git a/.sync.yml b/.sync.yml index 6fa460a..02c6c83 100644 --- a/.sync.yml +++ b/.sync.yml @@ -1,6 +1,11 @@ --- .travis.yml: script: "\"bundle exec rake spec SPEC_OPTS='--format documentation'\"" + extras: + - rvm: 1.8.7 + env: PUPPET_GEM_VERSION="~> 2.7.0" FACTER_GEM_VERSION="~> 1.6.0" + - rvm: 1.8.7 + env: PUPPET_GEM_VERSION="~> 2.7.0" FACTER_GEM_VERSION="~> 1.7.0" Rakefile: unmanaged: true spec/spec_helper.rb: -- cgit v1.2.3 From d196a2a61deee9290826407ab17b994e0747f0af Mon Sep 17 00:00:00 2001 From: Morgan Haskel Date: Tue, 25 Aug 2015 16:14:04 -0700 Subject: Remove 2.7 from travis matrix I believe 2.7 in the matrix is an error, this module has never claimed support for 2.7 and 2.7 currently doesn't work (though fails in places that are not unit tested) --- .sync.yml | 6 ------ 1 file changed, 6 deletions(-) (limited to '.sync.yml') diff --git a/.sync.yml b/.sync.yml index 02c6c83..f4b637c 100644 --- a/.sync.yml +++ b/.sync.yml @@ -1,11 +1,5 @@ --- .travis.yml: - script: "\"bundle exec rake spec SPEC_OPTS='--format documentation'\"" - extras: - - rvm: 1.8.7 - env: PUPPET_GEM_VERSION="~> 2.7.0" FACTER_GEM_VERSION="~> 1.6.0" - - rvm: 1.8.7 - env: PUPPET_GEM_VERSION="~> 2.7.0" FACTER_GEM_VERSION="~> 1.7.0" Rakefile: unmanaged: true spec/spec_helper.rb: -- cgit v1.2.3 From 20736ba6566854a274a9f9ac95937a843942aca6 Mon Sep 17 00:00:00 2001 From: David Schmitt Date: Wed, 27 Jan 2016 10:33:17 +0000 Subject: (FM-4049) Update to current msync configs [2c99161] --- .sync.yml | 6 ------ 1 file changed, 6 deletions(-) delete mode 100644 .sync.yml (limited to '.sync.yml') diff --git a/.sync.yml b/.sync.yml deleted file mode 100644 index f4b637c..0000000 --- a/.sync.yml +++ /dev/null @@ -1,6 +0,0 @@ ---- -.travis.yml: -Rakefile: - unmanaged: true -spec/spec_helper.rb: - unmanaged: true -- cgit v1.2.3 From 4e0338bbd79d5e46ccdf330a0520a75728dba503 Mon Sep 17 00:00:00 2001 From: David Schmitt Date: Tue, 16 Feb 2016 16:01:25 +0000 Subject: (FM-4046) Update to current msync configs [006831f] This moves all copyright statements to the NOTICE file in accordance with the ASFs guidelines on applying the Apache-2.0 license. --- .sync.yml | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .sync.yml (limited to '.sync.yml') diff --git a/.sync.yml b/.sync.yml new file mode 100644 index 0000000..02e2173 --- /dev/null +++ b/.sync.yml @@ -0,0 +1,3 @@ +--- +LICENSE: + unmanaged: true -- cgit v1.2.3