Jcrespo has submitted this change and it was merged. ( https://gerrit.wikimedia.org/r/342506 )
Change subject: mariadb: clear build related files ...................................................................... mariadb: clear build related files The module used to be in a standalone repository and thus had specific cruft at its root which are all test/dev related. Remove them since they are superseeded by the same material at the root of the repository. Tested by running checks against the whole repository: bundle exec rake syntax bundle exec rake puppetlint Change-Id: I7be086351585e422414aba889a2df9d0d95692d3 --- D modules/mariadb/.gitignore D modules/mariadb/.gitreview D modules/mariadb/.puppet-lint.rc D modules/mariadb/Gemfile D modules/mariadb/Rakefile 5 files changed, 0 insertions(+), 36 deletions(-) Approvals: Marostegui: Looks good to me, but someone else must approve jenkins-bot: Verified Jcrespo: Looks good to me, approved diff --git a/modules/mariadb/.gitignore b/modules/mariadb/.gitignore deleted file mode 100644 index 66f8ed3..0000000 --- a/modules/mariadb/.gitignore +++ /dev/null @@ -1 +0,0 @@ -/Gemfile.lock diff --git a/modules/mariadb/.gitreview b/modules/mariadb/.gitreview deleted file mode 100644 index 81fa52e..0000000 --- a/modules/mariadb/.gitreview +++ /dev/null @@ -1,5 +0,0 @@ -[gerrit] -host=gerrit.wikimedia.org -port=29418 -project=operations/puppet/mariadb.git -defaultbranch=master diff --git a/modules/mariadb/.puppet-lint.rc b/modules/mariadb/.puppet-lint.rc deleted file mode 100644 index b0d12b7..0000000 --- a/modules/mariadb/.puppet-lint.rc +++ /dev/null @@ -1 +0,0 @@ ---no-80chars-check diff --git a/modules/mariadb/Gemfile b/modules/mariadb/Gemfile deleted file mode 100644 index 1416f0a..0000000 --- a/modules/mariadb/Gemfile +++ /dev/null @@ -1,10 +0,0 @@ -source 'https://rubygems.org' - -gem 'rake' -gem 'puppet', '~> 3.7.0' -# Puppet 3.7 fails on ruby 2.2+ -# https://tickets.puppetlabs.com/browse/PUP-3796 -gem 'safe_yaml', '~> 1.0.4' - -gem 'puppet-lint', '1.1.0' -gem 'puppet-syntax' diff --git a/modules/mariadb/Rakefile b/modules/mariadb/Rakefile deleted file mode 100644 index a15ba1a..0000000 --- a/modules/mariadb/Rakefile +++ /dev/null @@ -1,19 +0,0 @@ -require 'bundler/setup' -require 'puppet-lint/tasks/puppet-lint' -require 'puppet-syntax/tasks/puppet-syntax' - -# To please Jenkins -# https://github.com/rodjek/puppet-lint/issues/361 -PuppetLint.configuration.relative = true - -task :default => [:help] - -desc 'Run all build/tests commands (CI entry point)' -task :test => [ - :syntax, - :lint, -] - -task :help do - system "rake -T" -end -- To view, visit https://gerrit.wikimedia.org/r/342506 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: merged Gerrit-Change-Id: I7be086351585e422414aba889a2df9d0d95692d3 Gerrit-PatchSet: 2 Gerrit-Project: operations/puppet Gerrit-Branch: production Gerrit-Owner: Hashar <[email protected]> Gerrit-Reviewer: Giuseppe Lavagetto <[email protected]> Gerrit-Reviewer: Jcrespo <[email protected]> Gerrit-Reviewer: Marostegui <[email protected]> Gerrit-Reviewer: jenkins-bot <> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
