Update http:// to https:// in docs
Where site is running https, URL was updated.
This commit is contained in:
parent
d15ff037dc
commit
9852064e35
8 changed files with 29 additions and 29 deletions
|
|
@ -1,7 +1,7 @@
|
|||
koji - RPM building and tracking system
|
||||
=======================================
|
||||
|
||||
Koji is an RPM-based build system. The Fedora Project uses Koji for [their build system](http://koji.fedoraproject.org/koji/), as do [several other projects](https://fedoraproject.org/wiki/Koji/RunsHere).
|
||||
Koji is an RPM-based build system. The Fedora Project uses Koji for [their build system](https://koji.fedoraproject.org/koji/), as do [several other projects](https://fedoraproject.org/wiki/Koji/RunsHere).
|
||||
|
||||
Koji's goal is to provide a flexible, secure, and reproducible way to build software.
|
||||
|
||||
|
|
|
|||
|
|
@ -93,17 +93,17 @@ Fedora 10
|
|||
|
||||
::
|
||||
|
||||
http://mirrors.kernel.org/fedora/releases/10/Everything/\$arch/os/
|
||||
http://mirrors.kernel.org/fedora/updates/10/\$arch/
|
||||
https://mirrors.kernel.org/fedora/releases/10/Everything/\$arch/os/
|
||||
https://mirrors.kernel.org/fedora/updates/10/\$arch/
|
||||
|
||||
CentOS 5 and EPEL
|
||||
-----------------
|
||||
|
||||
::
|
||||
|
||||
http://mirrors.kernel.org/centos/5/os/\$arch/
|
||||
http://mirrors.kernel.org/centos/5/updates/\$arch/
|
||||
http://mirrors.kernel.org/fedora-epel/5/\$arch/
|
||||
https://mirrors.kernel.org/centos/5/os/\$arch/
|
||||
https://mirrors.kernel.org/centos/5/updates/\$arch/
|
||||
https://mirrors.kernel.org/fedora-epel/5/\$arch/
|
||||
|
||||
Example tags and targets
|
||||
========================
|
||||
|
|
|
|||
|
|
@ -283,7 +283,7 @@ building a disk image.
|
|||
|
||||
::
|
||||
|
||||
$ koji image-build --repo 'http://alt.fedoraproject.org/pub/alt/releases/22/Cloud/$arch/os/' --kickstart fedora-server.ks --scratch --distro Fedora-22 --format qcow2 fedora-server-kvm 22 'http://alt.fedoraproject.org/pub/alt/releases/22/Cloud/$arch/os/' x86_64
|
||||
$ koji image-build --repo 'https://alt.fedoraproject.org/pub/alt/releases/22/Cloud/$arch/os/' --kickstart fedora-server.ks --scratch --distro Fedora-22 --format qcow2 fedora-server-kvm 22 'https://alt.fedoraproject.org/pub/alt/releases/22/Cloud/$arch/os/' x86_64
|
||||
|
||||
This example builds a scratch qcow2 disk image using packages from an
|
||||
additional yum repository. Without this option the yum repo to populate the
|
||||
|
|
@ -349,12 +349,12 @@ could look like:
|
|||
name = fedora-server-docker
|
||||
version = 22
|
||||
target = f22-candidate
|
||||
install_tree = http://alt.fedoraproject.org/pub/alt/releases/22/Cloud/$arch/os/
|
||||
install_tree = https://alt.fedoraproject.org/pub/alt/releases/22/Cloud/$arch/os/
|
||||
arches = x86_64
|
||||
|
||||
format = qcow2,rhevm-ova,vsphere-ova
|
||||
distro = Fedora-22
|
||||
repo = http://alt.fedoraproject.org/pub/alt/releases/22/Cloud/$arch/os/
|
||||
repo = https://alt.fedoraproject.org/pub/alt/releases/22/Cloud/$arch/os/
|
||||
disk_size = 20
|
||||
|
||||
ksversion = DEVEL
|
||||
|
|
@ -554,7 +554,7 @@ installation locally using something like Gnome's Virtual Machine Manager
|
|||
* Select a Network Install
|
||||
* For the Operating System Install URL use the same one you gave to Koji. It
|
||||
will be something like
|
||||
http://alt.fedoraproject.org/pub/alt/releases/22/Cloud/x86_64/os/
|
||||
https://alt.fedoraproject.org/pub/alt/releases/22/Cloud/x86_64/os/
|
||||
* Set the Kickstart URL to where your kickstart file is. You may need to make
|
||||
it available over http.
|
||||
* Bump the memory to 2048M for good measure
|
||||
|
|
@ -739,7 +739,7 @@ section instead.
|
|||
<version>22</version>
|
||||
<arch>x86_64</arch>
|
||||
<install type='url'>
|
||||
<url>http://alt.fedoraproject.org/pub/alt/releases/22/Cloud/x86_64/os/</url>
|
||||
<url>https://alt.fedoraproject.org/pub/alt/releases/22/Cloud/x86_64/os/</url>
|
||||
</install>
|
||||
<icicle>
|
||||
<extra_command>rpm -qa --qf '%{NAME},%{VERSION},%{RELEASE},%{ARCH},%{EPOCH},%{SIZE},%{SIGMD5},%{BUILDTIME}\n'</extra_command>
|
||||
|
|
@ -789,7 +789,7 @@ Koji Preparation
|
|||
koji add-tag jay-fedora22-candidate --parent jay-fedora22
|
||||
koji add-tag-inheritance --priority 40 jay-fedora22-build fedora22
|
||||
koji add-pkg --owner kojiadmin jay-fedora22 fedora-server-ec2 fedora-server-kvm
|
||||
koji add-external-repo -t fedora::20 fedora22 'http://alt.fedoraproject.org/pub/alt/releases/22/Cloud/$arch/os/'
|
||||
koji add-external-repo -t fedora::20 fedora22 'https://alt.fedoraproject.org/pub/alt/releases/22/Cloud/$arch/os/'
|
||||
koji add-target jay-fedora22-candidate jay-fedora22-build
|
||||
koji regen-repo jay-fedora22-build
|
||||
#. Grab a kickstart file from an image task in Koji that relates to what you want to test.
|
||||
|
|
@ -797,7 +797,7 @@ Koji Preparation
|
|||
|
||||
::
|
||||
|
||||
koji image-build fedora-server-ec2 22 --distro Fedora-22 jay-fedora22-candidate --kickstart fedora-server-starter-ec2.ks 'http://alt.fedoraproject.org/pub/alt/releases/22/Cloud/$arch/os/'
|
||||
koji image-build fedora-server-ec2 22 --distro Fedora-22 jay-fedora22-candidate --kickstart fedora-server-starter-ec2.ks 'https://alt.fedoraproject.org/pub/alt/releases/22/Cloud/$arch/os/'
|
||||
|
||||
|
||||
Building Appliances
|
||||
|
|
@ -937,7 +937,7 @@ to be.
|
|||
.. _livecd-tools: https://github.com/rhinstaller/livecd-tools/
|
||||
.. _livecd-creator: https://fedoraproject.org/wiki/FedoraLiveCD
|
||||
.. _ImageFactory: http://imgfac.org/
|
||||
.. _Oz: http://github.com/clalancette/oz
|
||||
.. _Oz: https://github.com/clalancette/oz
|
||||
.. _how to use Oz: https://github.com/clalancette/oz/wiki
|
||||
.. _how to use ImageFactory: http://imgfac.org/documentation/
|
||||
.. _appliance-creator: http://fedoraproject.org/wiki/Features/ApplianceTools
|
||||
.. _appliance-creator: https://fedoraproject.org/wiki/Features/ApplianceTools
|
||||
|
|
|
|||
|
|
@ -274,6 +274,6 @@ Indices and tables
|
|||
* :ref:`modindex`
|
||||
* :ref:`search`
|
||||
|
||||
.. _Mock: http://fedoraproject.org/wiki/Projects/Mock
|
||||
.. _RPM packages for the Fedora project: http://koji.fedoraproject.org/koji/
|
||||
.. _Mock: https://fedoraproject.org/wiki/Projects/Mock
|
||||
.. _RPM packages for the Fedora project: https://koji.fedoraproject.org/koji/
|
||||
.. _Koji project website: https://fedorahosted.org/koji/wiki
|
||||
|
|
|
|||
|
|
@ -186,6 +186,6 @@ dist-build tag
|
|||
For packages that incorporate the %dist tags in their filename, they
|
||||
expect %dist to be defined in /etc/rpm/macros.dist, which was added in
|
||||
Fedora 7. For building on RHEL5/FC6 and earlier, koji needs the
|
||||
`http://buildsys.fedoraproject.org/buildgroups/
|
||||
buildsys-macros <http://buildsys.fedoraproject.org/buildgroups/ buildsys-macros>`__
|
||||
`https://buildsys.fedoraproject.org/buildgroups/
|
||||
buildsys-macros <https://buildsys.fedoraproject.org/buildgroups/ buildsys-macros>`__
|
||||
package tagged under the dist-build tag.
|
||||
|
|
|
|||
|
|
@ -76,7 +76,7 @@ amount of time, especially when tagging a large number of packages.
|
|||
the minimal buildroot
|
||||
|
||||
You can find out what the current build group for Fedora is by running
|
||||
``koji -s <nowiki>http://$ARCH.koji.fedoraproject.org/kojihub</nowiki> list-groups f17-build``
|
||||
``koji -s <nowiki>https://$ARCH.koji.fedoraproject.org/kojihub</nowiki> list-groups f17-build``
|
||||
against the Fedora Koji instance for your $ARCH. This is probably a good
|
||||
starting point for your minimal buildroot.
|
||||
|
||||
|
|
|
|||
|
|
@ -103,7 +103,7 @@ The web interface
|
|||
next section if you like.}}
|
||||
|
||||
The primary interface for viewing Koji data is a web application. It is
|
||||
available at http://koji.fedoraproject.org/koji/ . Most of the interface
|
||||
available at https://koji.fedoraproject.org/koji/ . Most of the interface
|
||||
is read-only, but with sufficient privileges, you can log in and perform
|
||||
some additional actions. For example:
|
||||
|
||||
|
|
@ -382,9 +382,9 @@ for example to get the latest buildroot for dist-f12-build run
|
|||
|
||||
::
|
||||
|
||||
koji mock-config --tag dist-f12-build --arch=x86_64 --topurl=http://kojipkgs.fedoraproject.org/ dist-f12
|
||||
koji mock-config --tag dist-f12-build --arch=x86_64 --topurl=https://kojipkgs.fedoraproject.org/ dist-f12
|
||||
|
||||
you will need to pass in --topurl=http://kojipkgs.fedoraproject.org/ to
|
||||
you will need to pass in --topurl=https://kojipkgs.fedoraproject.org/ to
|
||||
any mock-config command to get a working mock-config from fedoras koji.
|
||||
|
||||
Using Koji to control tasks
|
||||
|
|
|
|||
|
|
@ -102,20 +102,20 @@ file had this:
|
|||
|
||||
[Fedora]
|
||||
authtype = ssl
|
||||
server = http://koji.fedoraproject.org/kojihub
|
||||
server = https://koji.fedoraproject.org/kojihub
|
||||
topdir = /mnt/koji
|
||||
weburl = http://koji.fedoraproject.org/koji
|
||||
#pkgurl = http://koji.fedoraproject.org/packages
|
||||
weburl = https://koji.fedoraproject.org/koji
|
||||
#pkgurl = https://koji.fedoraproject.org/packages
|
||||
cert = ~/.fedora.cert
|
||||
ca = ~/.fedora-upload-ca.cert
|
||||
serverca = ~/.fedora-server-ca.cert
|
||||
|
||||
[MyKoji]
|
||||
server = http://koji.mydomain.com/kojihub
|
||||
server = https://koji.mydomain.com/kojihub
|
||||
authtype = kerberos
|
||||
topdir = /mnt/koji
|
||||
weburl = http://koji.mydomain.com/koji
|
||||
topurl = http://download.mydomain.com/kojifiles
|
||||
weburl = https://koji.mydomain.com/koji
|
||||
topurl = https://download.mydomain.com/kojifiles
|
||||
|
||||
you could pass Fedora or MyKoji to --profile.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue