Signed-off-by: Samyak Jain samyak.jn11@gmail.com
rebased onto 9f9c2dd3488a78a65b8c79e51b9efb187e7a9460
This is just basically having a user in the 'fedora-pm' bugzilla group login, go to administation -> components -> fedora -> edit versions and add the new version.
I think we decided the best way was to add a firewall rule on both koij01 and koji02 that blocks connections from proxy01/10.
Internal connections going via proxy101/110 will continue to work.
iptables -I INPUT -m tcp -p tcp --dport 80 -s proxy01.iad2.fedoraproject.org -j REJECT iptables -I INPUT -m tcp -p tcp --dport 80 -s proxy10.iad2.fedoraproject.org -j REJECT
On both koji01/02. This should be reversed later with:
iptables -D INPUT -m tcp -p tcp --dport 80 -s proxy01.iad2.fedoraproject.org -j REJECT iptables -D INPUT -m tcp -p tcp --dport 80 -s proxy10.iad2.fedoraproject.org -j REJECT
Note that hopefully someday soon this will be in cloud-image-uploader (we hope)
Should be '0755'
In fedora-repos package build for new branched version
rebased onto 88dee1f3ea8b5ba14c2f28bea14772349a7a188f
Thanks for the review @kevin I have added the details with more descriptive language.
rebased onto b19a40cbf16d1fad4004d023fa237965d8852512
rebased onto e71562063e6abbc681c5bf615eaae5b802c7642a
Pull-Request has been merged by jnsamyak
Signed-off-by: Samyak Jain samyak.jn11@gmail.com