#2131 Change typo from isos to iso, exclude source
Merged 9 months ago by zlopez. Opened 9 months ago by jrichardson.
fedora-infra/ jrichardson/ansible centos_10_sync  into  main

@@ -4,7 +4,7 @@ 

  RSYNC='/usr/bin/rsync'

  RS_OPT="-avSHP --numeric-ids"

  RS_DEADLY="--delete --delete-delay --delay-updates"

- CENT_EXCLUDES="--exclude=isos --exclude=kickstart --exclude=images --exclude=debug"

+ CENT_EXCLUDES="--exclude=iso --exclude=kickstart --exclude=images --exclude=debug --exclude=source"

  

  SERVER=centos-master01.iad2.fedoraproject.org

  

@@ -3,9 +3,8 @@ 

  ## Set up variables we use

  RSYNC='/usr/bin/rsync'

  RS_OPT="-avSHP  --numeric-ids"

- #RS_DEADLY="--delete --delete-excluded --delete-delay --delay-updates"

  RS_DEADLY="--delete --delete-delay --delay-updates"

- CENT_EXCLUDES="--exclude=isos --exclude=kickstart --exclude=images"

+ CENT_EXCLUDES="--exclude=iso --exclude=kickstart --exclude=images --exclude=debug --exclude=source"

  

  SERVER=centos-master01.iad2.fedoraproject.org

  

@carlwgeorge found a typo in the exclusions, should be "iso" not "isos", as well as the need for excluding "source"

1 new commit added

  • Change typo from isos to iso, exclude source
9 months ago

rebased onto 44d996f

9 months ago

We should exclude debug and source from this one too. Basically these lines should match in both scripts.

rebased onto 3b680ac

9 months ago

rebased onto 3b680ac

9 months ago

rebased onto 3b680ac

9 months ago

rebased onto 23311d8

9 months ago

rebased onto 23311d8

9 months ago

Pull-Request has been merged by zlopez

9 months ago

Merged and deployed by running:

ansible-playbook /srv/web/infra/ansible/playbooks/groups/batcave.yml -t config