Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 314825 Details for
Bug 459826
fedora-packager-setup broken by wget regression
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
Workaround wget regression, don't fail if no previous certs exist
fedora-packager.patch (text/plain), 1.32 KB, created by
Ville Skyttä
on 2008-08-22 18:14:06 UTC
(
hide
)
Description:
Workaround wget regression, don't fail if no previous certs exist
Filename:
MIME Type:
Creator:
Ville Skyttä
Created:
2008-08-22 18:14:06 UTC
Size:
1.32 KB
patch
obsolete
>diff -up fedora-packager-0.3.1/src/fedora-packager-setup.sh~ fedora-packager-0.3.1/src/fedora-packager-setup.sh >--- fedora-packager-0.3.1/src/fedora-packager-setup.sh~ 2008-08-18 23:03:33.000000000 +0300 >+++ fedora-packager-0.3.1/src/fedora-packager-setup.sh 2008-08-22 21:04:45.000000000 +0300 >@@ -8,6 +8,8 @@ function check_wget() { > echo "Please run \"yum install wget\" as root, and re-run this script" > exit 1 > fi >+ >+ wget="/usr/bin/wget -q -e timestamping=off" > } > > echo "Setting up Koji client..." >@@ -19,19 +21,13 @@ if [ ! -f ~/.fedora.cert ]; then > exit 1 > fi > >-rm ~/.fedora-upload-ca.cert >- >-if [ ! -f ~/.fedora-upload-ca.cert ]; then >- check_wget >- /usr/bin/wget -q "https://admin.fedoraproject.org/accounts/fedora-upload-ca.cert" -O ~/.fedora-upload-ca.cert >-fi >+check_wget > >-rm ~/.fedora-server-ca.cert >+rm -f ~/.fedora-upload-ca.cert >+$wget "https://admin.fedoraproject.org/accounts/fedora-upload-ca.cert" -O ~/.fedora-upload-ca.cert > >-if [ ! -f ~/.fedora-server-ca.cert ]; then >- check_wget >- /usr/bin/wget -q "https://admin.fedoraproject.org/accounts/fedora-server-ca.cert" -O ~/.fedora-server-ca.cert >-fi >+rm -f ~/.fedora-server-ca.cert >+$wget "https://admin.fedoraproject.org/accounts/fedora-server-ca.cert" -O ~/.fedora-server-ca.cert > > if [ ! -d ~/.koji ]; then > mkdir ~/.koji
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 459826
: 314825