From 67790ef1d485917652d899bab2679e1a4d54e88e Mon Sep 17 00:00:00 2001 From: Dan Bode Date: Wed, 24 Jul 2013 14:01:18 -0700 Subject: [PATCH] Pin rabbit and mysql to major version for fixtures Previously, unit tests were using master for testing. This commit changes them to use the newly created major version branches. This allows us to backport bug fixes while we wait for upstream to stabilize. Change-Id: I1b476a99e3fc5a5624cc7ebe7c776e3e9058ec3b --- .fixtures.yml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/.fixtures.yml b/.fixtures.yml index accff587..c63f8d00 100644 --- a/.fixtures.yml +++ b/.fixtures.yml @@ -2,9 +2,13 @@ fixtures: repositories: "apt": "git://github.com/puppetlabs/puppetlabs-apt.git" "keystone": "git://github.com/stackforge/puppet-keystone.git" - "mysql": "git://github.com/puppetlabs/puppetlabs-mysql.git" + "mysql": + repo: "git://github.com/puppetlabs/puppetlabs-mysql.git" + ref: 'origin/0.x' "stdlib": "git://github.com/puppetlabs/puppetlabs-stdlib.git" - "rabbitmq": "git://github.com/puppetlabs/puppetlabs-rabbitmq.git" + "rabbitmq": + repo: "git://github.com/puppetlabs/puppetlabs-rabbitmq" + ref: 'origin/2.x' 'inifile': 'git://github.com/cprice-puppet/puppetlabs-inifile' "postgresql": "git://github.com/puppetlabs/puppet-postgresql.git" symlinks: