clarify some of the fedora-packager-setup text

epel9
Jesse Keating 18 years ago
parent 30d8ef90fc
commit 3e62b1ad51

@ -56,17 +56,19 @@ serverca = ~/.koji/serverca.crt
EOF EOF
echo "creating cert for import into browser to allow user authentication on the website. echo "Creating an SSL Certificate to import into your browser to allow user authentication on at http://koji.fedoraproject.org/koji.
Choose your own password, you will be propmted for this when using the cert. Choose your own passphrase, you will be prompted for this when using the certificate.
- import pkcs12 cert into Firefox: - To import the Certificate into Firefox:
Edit -> Preferences -> Advanced Edit -> Preferences -> Advanced
Click "View Certificates" Click "View Certificates"
On "Your Certificates" tab, click "Import" On "Your Certificates" tab, click "Import"
Select fedora-client-cert.p12 Select fedora-client-cert.p12 (from the directory you ran this script in)
Type the export password (if you specified one) Type the export passphrase (if you specified one)
You should see your username appear under "Fedora Project"
Once imported, you should see a certificate named "Fedora Project"
Your username should appear underneath this.
- You should now be able to click the "login" link on the website successfully" - You should now be able to click the "login" link at http://koji.fedoraproject.org/koji successfully"
openssl pkcs12 -export -in ~/.koji/client.crt -CAfile ~/.koji/clientca.crt -out fedora-client-cert.p12 openssl pkcs12 -export -in ~/.koji/client.crt -CAfile ~/.koji/clientca.crt -out fedora-client-cert.p12

@ -1,6 +1,6 @@
%{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} %{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
%define baserelease 1 %define baserelease 2
#build with --define 'testbuild 1' to have a timestamp appended to release #build with --define 'testbuild 1' to have a timestamp appended to release
%if x%{?testbuild} == x1 %if x%{?testbuild} == x1
%define release %{baserelease}.%(date +%%Y%%m%%d.%%H%%M.%%S) %define release %{baserelease}.%(date +%%Y%%m%%d.%%H%%M.%%S)
@ -153,6 +153,9 @@ if [ $1 = 0 ]; then
fi fi
%changelog %changelog
* Thu May 03 2007 Jesse Keating <jkeating@redhat.com> 1.1-2
- Clean up some of the text in fedora-packager-setup.sh
* Mon Apr 09 2007 Jesse Keating <jkeating@redhat.com> 1.1-1 * Mon Apr 09 2007 Jesse Keating <jkeating@redhat.com> 1.1-1
- make the output listPackages() consistent regardless of with_dups - make the output listPackages() consistent regardless of with_dups
- prevent large batches of repo deletes from holding up regens - prevent large batches of repo deletes from holding up regens

Loading…
Cancel
Save