diff options
| author | dennis@bratac.ausil.us <dennis@bratac.ausil.us> | 2007-11-18 16:13:02 -0600 |
|---|---|---|
| committer | dennis@bratac.ausil.us <dennis@bratac.ausil.us> | 2007-11-18 16:13:02 -0600 |
| commit | 14f38d578a2842798bb2622b58771569f7f1f3eb (patch) | |
| tree | 30f38a708281cb73e544bbe3bbd56d9547207320 /scripts | |
| parent | 92455c91660b2030cf660978bad140e4de9795e2 (diff) | |
| download | fedpkg-14f38d578a2842798bb2622b58771569f7f1f3eb.tar.gz fedpkg-14f38d578a2842798bb2622b58771569f7f1f3eb.tar.xz fedpkg-14f38d578a2842798bb2622b58771569f7f1f3eb.zip | |
add shell makefile that does nothing add spec file and update fedora-packager-setup.sh to handle secondary archs
Diffstat (limited to 'scripts')
| -rw-r--r-- | scripts/fedora-packager-setup.sh | 61 |
1 files changed, 61 insertions, 0 deletions
diff --git a/scripts/fedora-packager-setup.sh b/scripts/fedora-packager-setup.sh index 386f5c3..dbf497d 100644 --- a/scripts/fedora-packager-setup.sh +++ b/scripts/fedora-packager-setup.sh @@ -66,6 +66,67 @@ serverca = ~/.fedora-server-ca.cert EOF +cat > ~/.koji/arm-config <<EOF +[koji] + +;configuration for koji cli tool + +;url of XMLRPC server +server = http://arm.koji.fedoraproject.org/kojihub + +;url of web interface +weburl = http://arm.koji.fedoraproject.org/koji + +;url of package download site +pkgurl = http://arm.koji.fedoraproject.org/packages + +;path to the koji top directory +;topdir = /mnt/koji + +;configuration for SSL athentication + +;client certificate +cert = ~/.fedora.cert + +;certificate of the CA that issued the client certificate +ca = ~/.fedora-upload-ca.cert + +;certificate of the CA that issued the HTTP server certificate +serverca = ~/.fedora-server-ca.cert + +EOF + +cat > ~/.koji/sparc-config <<EOF +[koji] + +;configuration for koji cli tool + +;url of XMLRPC server +server = http://sparc.koji.fedoraproject.org/kojihub + +;url of web interface +weburl = http://sparc.koji.fedoraproject.org/koji + +;url of package download site +pkgurl = http://sparc.koji.fedoraproject.org/packages + +;path to the koji top directory +;topdir = /mnt/koji + +;configuration for SSL athentication + +;client certificate +cert = ~/.fedora.cert + +;certificate of the CA that issued the client certificate +ca = ~/.fedora-upload-ca.cert + +;certificate of the CA that issued the HTTP server certificate +serverca = ~/.fedora-server-ca.cert + +EOF + + cat <<EOF Creating an SSL certificate to import into your browser, to enable user authentication at http://koji.fedoraproject.org/koji/ |
