Skip to content

Commit

Permalink
stop uploading yum stage to web01
Browse files Browse the repository at this point in the history
  • Loading branch information
evgeni committed Dec 20, 2024
1 parent e2c8b7f commit 2421d50
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion settings
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@ GNUPGHOME="$KEYDIR"
TARDIR="$RELEASEDIR/tarballs"
EXTRASDIR="$RELEASEDIR/extras"
DOWNLOADS_HOSTS="website01.osuosl.theforeman.org,"
YUM_HOST="web01.osuosl.theforeman.org"
RPM_HOST="repo-rpm01.osuosl.theforeman.org"
DOCROOT="/var/www/vhosts/downloads/htdocs"
GOPASS_STORE="theforeman/releases"
Expand Down
1 change: 0 additions & 1 deletion upload_stage_rpms
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,4 @@ USER='yumrepostage'

./verify_stage_sigs

rsync --checksum --times --perms --recursive --links --verbose --partial --one-file-system --delete-after "${STAGE_LOCAL_BASE}/" "$USER@$YUM_HOST:rsync_cache/$PROJECT/$VERSION/"
rsync --checksum --times --perms --recursive --links --verbose --partial --one-file-system --delete-after "${STAGE_LOCAL_BASE}/" "$USER@$RPM_HOST:rsync_cache/$PROJECT/$VERSION/"

0 comments on commit 2421d50

Please sign in to comment.