Merge "Remove git repo mirror scripts"

This commit is contained in:
Jenkins 2016-10-21 17:14:45 +00:00 committed by Gerrit Code Review
commit 2f43a70200
3 changed files with 0 additions and 72 deletions

View File

@ -1,23 +0,0 @@
#!/bin/bash
set -eu
IFS=$'\n'
BASEDIR=$(dirname $0)
REPODIR=/var/www/html/repos
mkdir -p $REPODIR
for REPO in $(cat $BASEDIR/mirrored.list | grep -v "^#"); do
echo "Processing $REPO"
RDIR=${REPO%% *}
RURL=${REPO##* }
if ! [ -e $REPODIR/$RDIR ] ; then
git clone --mirror $RURL $REPODIR/$RDIR
fi
cd $REPODIR/$RDIR
git fetch
git update-server-info
done

View File

@ -42,11 +42,6 @@ cron {"centos-cloud-images":
minute => "11"
}
cron {"mirror-repos":
command => "timeout 30m /opt/stack/tripleo-ci/scripts/mirror-server/mirror-repos.sh",
minute => "33"
}
cron {"promote":
command => "timeout 10m /opt/stack/tripleo-ci/scripts/mirror-server/promote.sh current-tripleo periodic-tripleo-ci-centos-7-ovb-ha periodic-tripleo-ci-centos-7-ovb-nonha &>/var/log/last_promotion.log",
minute => "40"

View File

@ -1,44 +0,0 @@
cassandra https://github.com/locp/cassandra.git
konstantin_fluentd https://github.com/soylent/konstantin-fluentd.git
puppet_aviator https://github.com/aimonb/puppet_aviator.git
puppet_cassandra https://github.com/locp/cassandra.git
puppet_certmonger https://github.com/earsdown/puppet-certmonger.git
puppet_common https://github.com/purpleidea/puppet-common.git
puppet_contrail https://github.com/redhat-cip/puppet-contrail.git
puppet_datacat https://github.com/richardc/puppet-datacat.git
puppet_elasticsearch https://github.com/elastic/puppet-elasticsearch.git
puppet_gluster https://github.com/purpleidea/puppet-gluster.git
puppet_healthcheck https://github.com/puppet-community/puppet-healthcheck.git
puppet_kafka https://github.com/puppet-community/puppet-kafka.git
puppet_kibana3 https://github.com/thejandroman/puppet-kibana3.git
puppet_kmod https://github.com/camptocamp/puppet-kmod.git
puppetlabs_apache https://github.com/puppetlabs/puppetlabs-apache.git
puppetlabs_concat https://github.com/puppetlabs/puppetlabs-concat.git
puppetlabs_corosync https://github.com/puppetlabs/puppetlabs-corosync.git
puppetlabs_firewall https://github.com/puppetlabs/puppetlabs-firewall.git
puppetlabs_git https://github.com/puppetlabs/puppetlabs-git.git
puppetlabs_haproxy https://github.com/puppetlabs/puppetlabs-haproxy.git
puppetlabs_inifile https://github.com/puppetlabs/puppetlabs-inifile.git
puppetlabs_mongodb https://github.com/puppetlabs/puppetlabs-mongodb.git
puppetlabs_mysql https://github.com/puppetlabs/puppetlabs-mysql.git
puppetlabs_ntp https://github.com/puppetlabs/puppetlabs-ntp.git
puppetlabs_rabbitmq https://github.com/puppetlabs/puppetlabs-rabbitmq.git
puppetlabs_rsync https://github.com/puppetlabs/puppetlabs-rsync.git
puppetlabs_stdlib https://github.com/puppetlabs/puppetlabs-stdlib.git
puppetlabs_sysctl https://github.com/puppetlabs/puppetlabs-sysctl.git
puppetlabs_vcsrepo https://github.com/puppetlabs/puppetlabs-vcsrepo.git
puppetlabs_xinetd https://github.com/puppetlabs/puppetlabs-xinetd.git
puppet_memcached https://github.com/saz/puppet-memcached.git
puppet_module_keepalived https://github.com/Unyonsys/puppet-module-keepalived.git
puppet_nssdb https://github.com/rcritten/puppet-nssdb.git
puppet_puppet https://github.com/purpleidea/puppet-puppet.git
puppet_qpid https://github.com/dprince/puppet-qpid.git
puppet_redis https://github.com/arioch/puppet-redis.git
puppet_snmp https://github.com/razorsedge/puppet-snmp.git
puppet_ssh https://github.com/saz/puppet-ssh.git
puppet_staging https://github.com/nanliu/puppet-staging.git
puppet_timezone https://github.com/saz/puppet-timezone.git
puppet_uchiwa https://github.com/Yelp/puppet-uchiwa.git
puppet_vlan https://github.com/derekhiggins/puppet-vlan.git
puppet_zookeeper https://github.com/miguno/puppet-zookeeper.git
sensu_puppet https://github.com/sensu/sensu-puppet.git