diff options
author | Holger Levsen <holger@layer-acht.org> | 2015-12-07 20:40:14 +0100 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2015-12-07 20:40:14 +0100 |
commit | 53f02787c24428a4176896b1c8f3bf41ae67d68f (patch) | |
tree | e8899786f5199cb833d08f2108bc50b2557e3ae0 /TODO | |
parent | ece2032911c5668cf137cf43e3abbaad4e75209a (diff) | |
download | jenkins.debian.net-53f02787c24428a4176896b1c8f3bf41ae67d68f.tar.xz |
reproducible rpms: configure mock nicely
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 14 |
1 files changed, 7 insertions, 7 deletions
@@ -299,13 +299,13 @@ This is about Debian, below are more todo entries for other projects… ==== reproducible Fedora -* call the script reproducible_rpms.sh as it can also build OpenSuSE packages -** see below for '/etc/yum/repos.d/' -* then use yumdownloader to download rpms: 'yumdownloader --source sudo' -** https://mirrors.fedoraproject.org/metalink?repo=fedora-23&arch=X86_64 has a list of repos -* then configure+use mock to build: -** 'mock -r fedora-20-x86_64 sudo-1.8.14p3-1.fc23.src.rpm' -* baseurl=http://fedora.mirrors.telekom.ro/pub/fedora/linux/development/23/source/SRPMS is really not so good… +* build script +** call the script reproducible_rpms.sh as it can also build OpenSuSE packages +** then use yumdownloader to download rpms: 'yumdownloader --source sudo' +** use mock to build: 'mock -r fedora-23-x86_64 --resultdir=. sudo-1.8.14p3-1.fc23.src.rpm' +* hosts/pb-build3/etc/yum/repos.d/* is really not sooo good but works… +* how to get a list of packages? +* build rawhide instead of fedora-23? * more notes: ** http://blog.packagecloud.io/eng/2015/05/11/building-rpm-packages-with-mock/ |