remove cron job for atomic-cd repo

This is not used and we agreed to remove it. See [1] [2].

[1] https://pagure.io/releng/issue/7269
[2] https://pagure.io/atomic-wg/issue/349

Signed-off-by: Dusty Mabe <dusty@dustymabe.com>
This commit is contained in:
Dusty Mabe 2018-02-22 15:18:04 -05:00
parent 8ec4cb7c16
commit 25d9274b52
No known key found for this signature in database
GPG key ID: 3302DBD73952E671
2 changed files with 0 additions and 9 deletions

View file

@ -1,4 +0,0 @@
# continous delivery of atomic host
MAILTO=releng-cron@lists.fedoraproject.org
*/15 * * * * root TMPDIR=`mktemp -d /tmp/atomic-cd.XXXXXX` && pushd $TMPDIR >& /dev/null && git clone -q https://pagure.io/releng.git && cd releng && LANG=en_US.UTF-8 /usr/local/bin/lock-wrapper atomic-cd ./scripts/build-test-ostree >& /dev/null && popd >& /dev/null && rm -rf $TMPDIR

View file

@ -167,11 +167,6 @@
copy: src="docker-updates" dest=/etc/cron.d/docker-updates
when: inventory_hostname.startswith('compose-x86-01')
# put cron job in for continuously deliverying atomic host
- name: atomic-cd compose cron
copy: src="atomic-cd" dest=/etc/cron.d/atomic-cd
when: inventory_hostname.startswith('compose-x86-01')
# put cron job in for purging nightly amis
- name: purge nightly amis cron
copy: src="purge-amis" dest=/etc/cron.d/purge-amis