]> git.pld-linux.org Git - projects/pld-builder.new.git/history - PLD_Builder/rpm_builder.py
Try fully preventing network access for rpmbuild.
[projects/pld-builder.new.git] / PLD_Builder / rpm_builder.py
2023-01-18 Arkadiusz MiśkiewiczTry fully preventing network access for rpmbuild.
2022-02-14 Jan Palusset __jobs to max_jobs
2021-05-03 Marcin Krol- more python 3.x fixes, can't test on PLD but TLD...
2021-05-02 Marcin Krol- more python 3.x fixes, dropped python 2.x support
2021-03-22 Marcin Krol- more python 3.x fixes
2021-03-22 Marcin Krol- doh, really fix join()
2021-03-22 Marcin Krol- more python 3.x fixes
2021-03-22 Marcin Krol- python 3.x fixes
2021-02-28 Jan RękorajskiFix outdated syntax
2021-01-17 Jan RękorajskiMake sure filter and map results are always lists ...
2020-10-17 Jan Rękorajskistart migrating to python 3: use print function
2018-07-03 Arkadiusz MiśkiewiczClear tmp earlier.
2018-07-03 Arkadiusz MiśkiewiczClean tmp from all old build jobs (builders have small...
2018-03-19 Arkadiusz MiśkiewiczTypo.
2018-03-19 Arkadiusz MiśkiewiczExplictly tell which kill to use.
2018-03-19 Arkadiusz Miśkiewiczkill not killall
2018-03-19 Arkadiusz MiśkiewiczKill old processes before starting new build.
2016-01-27 Arkadiusz MiśkiewiczMake builddir as short as possible.
2014-11-01 Arkadiusz MiśkiewiczUse new _make_opts rpm macro for -Otarget.
2014-11-01 Arkadiusz MiśkiewiczEscape percent.
2014-11-01 Arkadiusz MiśkiewiczRedefine make to use --output-sync=target (requires...
2014-10-18 Arkadiusz MiśkiewiczRun changelog query under UTF-8 locale, so we get non...
2014-07-22 Elan Ruusamäeprint rpm changelog when building it (includes git...
2013-10-30 Arkadiusz MiśkiewiczCheck machine load for prio (-1000,0), too.
2013-10-30 Arkadiusz MiśkiewiczAdd separate locking for tasks with prio (-1000,0)...
2013-10-25 Jan Rękorajski- more verbose error reporting
2013-10-25 Jan Rękorajski- define _pld_builder macro when building rpms
2013-06-20 Arkadiusz MiśkiewiczError can be string, so check that.
2013-06-20 Arkadiusz MiśkiewiczUse errno from exception reason since error.errno is...
2013-04-01 Elan RuusamäeMerge branch 'master' of ssh://git.pld-linux.org/projec...
2013-02-18 Jan RękorajskiMerge branch 'master' of git+ssh://git.pld-linux.org...
2012-12-07 Kacper KornetCreate tmpdir with chroot command
2012-12-06 Kacper KornetInstall tmpdir only once in tmpdir()
2012-10-30 Elan RuusamäeMerge commit new builddir branch
2012-10-27 Elan Ruusamäefix cleanup, not to delete RPM's before they are copied ;)
2012-10-27 Elan Ruusamäeremove whole topdir (as it's build specific)
2012-10-27 Elan Ruusamäe- use topdir in /tmp not to depend on $HOME outside...
2012-10-21 Elan RuusamäeMerge branch 'master' into new-builddir
2012-10-21 Elan Ruusamäesetup new build dir, each build job gets own rpmdir
2012-10-19 Jan Rękorajski- use --nodeps when installing src.rpm due to rpm5...
2012-10-19 Jan Rękorajski- tmpdir cleanup after revert
2012-10-19 Jan RękorajskiRevert 508a95ef0dbe1000f275858e87511ce08729ad49, settin...
2012-10-19 Jan Rękorajski- make tmpdir unique and always create it and clean...
2012-10-17 Elan Ruusamäehandle cases for multiple "/" mounts
2012-07-10 Kacper KornetMerge changes from CVS
2012-07-10 Kacper KornetMerge changes from PLD CVS
2012-07-10 Kacper KornetMerge remote-tracking branch 'PLD/master' into git
2012-06-24 Elan Ruusamäeit's better to have TMPDIR and BUILD dir on same partition:
2012-06-24 Elan Ruusamäe- own build dir for each package
2012-06-24 Elan Ruusamäe- python 2.4 compat
2012-06-24 Elan Ruusamäe- fill mtab with rootfs mount
2012-06-24 Arkadiusz Miśkiewicz- quote src.rpm name
2012-06-24 Arkadiusz Miśkiewicz- log url that failed
2012-06-24 Elan Ruusamäe- whitespace cleanup
2012-06-24 Arkadiusz Miśkiewicztimedelta should make this msg stop lying
2012-06-24 Arkadiusz MiśkiewiczLimit number for make -jX to number of cpus online...
2012-06-24 Arkadiusz Miśkiewicz- avoid fd leak
2012-06-24 Elan Ruusamäe- ensure rpm/SPECS rpm/SOURCES dirs
2012-06-24 Arkadiusz MiśkiewiczDon't use shell vars. Store command run output in logfile.
2012-06-24 Arkadiusz MiśkiewiczMake sure that you can delete all files (even with...
2012-06-24 Arkadiusz MiśkiewiczShow number of days, too.
2012-06-24 Elan Ruusamäe- ignore mount errors
2012-06-24 Elan Ruusamäe- use exec to kill long running subshell
2012-06-24 Elan Ruusamäe- merge dozen of shell calls to one
2012-06-24 Elan Ruusamäe- include build id in ps table when building
2012-06-24 Elan Ruusamäe- check for file existence too
2012-06-24 Elan Ruusamäe- make other neccessary rpmdb files readable
2012-06-24 Elan Ruusamäe- /var/lib/rpm/Packages must be readable for deps checking
2012-06-24 Elan Ruusamäe- make sure /dev/ nodes are char devices not regular...
2012-06-24 Elan Ruusamäe- typo
2012-06-24 Arkadiusz Miśkiewicz- revert
2012-06-24 Arkadiusz Miśkiewicz- define _specdir and _sourcedir
2012-06-24 Arkadiusz MiśkiewiczCorrectly use urllib2 API.
2012-06-24 Arkadiusz Miśkiewicz- never trust cache/proxy
2012-06-24 Arkadiusz Miśkiewicz- always raise ioerror for errors != 404
2012-06-24 Arkadiusz Miśkiewicz- >= 0
2012-06-24 Arkadiusz Miśkiewiczups.
2012-06-24 Arkadiusz Miśkiewicz- fail on builds that hang longer than 6 hours
2012-06-24 Arkadiusz Miśkiewicz- no closing of f
2012-06-24 Arkadiusz Miśkiewicz- revert order
2012-06-24 Arkadiusz Miśkiewicz- correctly access errno
2012-06-24 Arkadiusz Miśkiewicz- python 2.6 note obsolete
2012-06-24 Arkadiusz Miśkiewicz- try to use urllib2 instead of urllib; should give...
2012-06-24 Arkadiusz Miśkiewicz- warn in logs
2012-06-24 Arkadiusz Miśkiewiczomg
2012-06-24 Arkadiusz Miśkiewicz- typos
2012-06-24 Arkadiusz Miśkiewicz- getcode() unavilable on python 2.4
2012-06-24 Arkadiusz Miśkiewicz- cleanup good handling
2012-06-24 Arkadiusz Miśkiewicz- redundant msg
2012-06-24 Arkadiusz Miśkiewicz- ups; wrong initial condition
2012-06-24 Arkadiusz Miśkiewicz- fixes
2012-06-24 Arkadiusz Miśkiewicz- log something
2012-06-24 Arkadiusz MiśkiewiczNew way of skipping requests.
2012-06-24 Arkadiusz Miśkiewicz- better desc
2012-06-24 Arkadiusz MiśkiewiczTypo fixed.
2012-06-24 Arkadiusz Miśkiewicz- more weird cases to handle
2012-06-24 Arkadiusz Miśkiewiczraise error msg
2012-06-24 Arkadiusz Miśkiewiczraise IOError
2012-06-24 Arkadiusz MiśkiewiczReally continue if urllib fetch fails.
2012-06-24 Arkadiusz MiśkiewiczFail if src.rpm file cannot be downloaded.
next
This page took 4.148374 seconds and 107 git commands to generate.