diff options
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 9 |
1 files changed, 4 insertions, 5 deletions
@@ -282,6 +282,8 @@ This is about Debian, below are more todo entries for other projects… ==== reproducible Fedora * build script +** maintenance should do maintenance too, to avoid blocking: if stamp file is older than 6h, do mock --update +** how to allow more than one mock builder per node? using schroots? ** how to get a list of packages? ** no variations introduced yet: *** use '-j$NUM_CPU' and 'NEW_NUM_CPU=$(echo $NUM_CPU-1|bc)' @@ -289,16 +291,13 @@ This is about Debian, below are more todo entries for other projects… * other bits: ** use modified rpmbuild package * hosts/pb-build3/etc/yum/repos.d/* is really not sooo good but works… -* build rawhide instead of fedora-23? +* build rawhide too (once fedora-23 builds nicely) ** when adding rawhide make sure this is not needed: 'yumdownloader --enablerepo=fedora-23-src --source sudo' * more notes: -** http://blog.packagecloud.io/eng/2015/05/11/building-rpm-packages-with-mock/ -** http://blog.packagecloud.io/eng/2015/04/20/working-with-source-rpms/ ** https://fedoraproject.org/wiki/Using_Mock_to_test_package_builds ** http://miroslav.suchy.cz/blog/archives/2015/05/28/increase_mock_performance_-_build_packages_in_memory/index.html -** https://iuscommunity.org/pages/ConfiguringADedicatedRPMDevelopmentBox.html -** http://geek.co.il/2010/03/14/how-to-build-a-chroot-jail-environment-for-centos +** manually create a fedora chroot using rpm, wget + yum: http://geek.co.il/2010/03/14/how-to-build-a-chroot-jail-environment-for-centos ==== reproducible Arch Linux |