Remove the call to syncpos, no longer in the makefile

See https://pagure.io/fedora-infrastructure/issue/8587
This commit is contained in:
Michael S 2020-02-11 15:05:17 +00:00 committed by Pierre-Yves Chibon
parent 59b340822d
commit 8e76952fa1
2 changed files with 0 additions and 2 deletions

View file

@ -7,7 +7,6 @@ function build {
err=$(
{
cd "$site" && \
make syncpos && \
make && \
rsync -qa --delete-after --delay-updates out/ "/srv/web/$site/"; \
} 2>&1

View file

@ -7,7 +7,6 @@ function build {
err=$(
{
cd "$site" && \
make syncpos && \
make && \
rsync -qa --delete-after --delay-updates out/ "/srv/web/$site/"; \
} 2>&1