repoint docs to new pagure repo and sync from there instead of hosted

This commit is contained in:
Kevin Fenzi 2017-04-08 03:24:16 +00:00
parent e64ae513db
commit abeb7f2b57
2 changed files with 2 additions and 2 deletions

View file

@ -1 +1 @@
#5 * * * * root /usr/local/bin/lock-wrapper docs-sync "/usr/local/bin/docs-sync | /usr/local/bin/nag-once docs-sync 1d 2>&1"
5 * * * * root /usr/local/bin/lock-wrapper docs-sync "/usr/local/bin/docs-sync | /usr/local/bin/nag-once docs-sync 1d 2>&1"

View file

@ -4,7 +4,7 @@ if [ ! -d /srv/web/docs ]
then
echo "/srv/web/docs missing"
cd /srv/web
git clone git://git.fedorahosted.org/docs/web.git docs
git clone https://pagure.io/fedora-docs-web.git docs
fi