]> git.pld-linux.org Git - projects/pld-builder.new.git/commit
Fix premature removal of tmpdir in install_br
authorKacper Kornet <draenog@pld-linux.org>
Wed, 5 Dec 2012 07:35:29 +0000 (07:35 +0000)
committerKacper Kornet <draenog@pld-linux.org>
Thu, 6 Dec 2012 18:17:17 +0000 (18:17 +0000)
commitf0b8ac82ad84d0e178636345c1bdb092d3b298b7
treeee85aae8ebc6b4e21033af37d8515deb3890f0c8
parent500f3c399e7377d564f25bbf1afecf26e90511e1
Fix premature removal of tmpdir in install_br

When tmpdir is removed in install_br called from build_rpm, subsequent
rpmbuild -bb in build_rpm can fail due to not existent TMPDIR directory
for %patchset macro. For example building of vim.spec fails prints
errors:

rpm: sh: can't create /home/users/builder/rpm/BUILD/vim/tmp/__ps1:
No such file or directory
rpm: sh: can't create /home/users/builder/rpm/BUILD/vim/tmp/__ps2:
No such file or directory
paste: /home/users/builder/rpm/BUILD/vim/tmp/__ps1: No such file or
directory
PLD_Builder/install.py
This page took 0.07813 seconds and 4 git commands to generate.