You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On the old infra our torrent script would create a series of torrents (one per ISO, minus source),
Using the k8s infra and then attempting to create the torrents from the non-k8s infra where final images are served from the path variations make for a failure of torrent generation.
The k8s infra should add as an operation of the publisher job the following (with relevant path changes)
repodir=/srv/Livecds/$2
for spin in CINN KDE LXDE LXQT MATE SOAS WORK XFCE; do
#for spin in CINN LXDE LXQT WORK SOAS XFCE; do
#for spin in SECURITY ; do
#for spin in SOAS ; do
hash=$(grep $spin $repodir/CHECKSUM512-$2)
transmission-create -c "ISO SHA512SUM: ${hash} " -s 2048 -p -t http://respins.fedorainfracloud.org:6969/announce -o $repodir/F$1-${spin}-x86_64-$2.torrent $repodir/F$1-${spin}-x86_64-$2.iso
chmod +r $repodir/*.torrent
echo "update opentracker whitelist for ${spin}"
transmission-show $repodir/F$1-${spin}-x86_64-$2.torrent | awk '/Hash/{print $2 " - "}' >> $repodir/buildfile
echo F$1-${spin}-x86_64-$2.iso >> $repodir/buildfile
These torrents and thier hashes (which are what presently fails when created on non k8s infra) are what is feed to the SIGs whitelisted tracker.
The text was updated successfully, but these errors were encountered:
On the old infra our torrent script would create a series of torrents (one per ISO, minus source),
Using the k8s infra and then attempting to create the torrents from the non-k8s infra where final images are served from the path variations make for a failure of torrent generation.
The k8s infra should add as an operation of the publisher job the following (with relevant path changes)
These torrents and thier hashes (which are what presently fails when created on non k8s infra) are what is feed to the SIGs whitelisted tracker.
The text was updated successfully, but these errors were encountered: