FS#17626 - [srcpac][PATCH] Configuration in /etc/srcpac.d is not being applied
Attached to Project:
Pacman
Opened by Phillip Michael (oopsicrappe) - Monday, 28 December 2009, 03:46 GMT
Last edited by Andrea Scarpino (BaSh) - Saturday, 06 March 2010, 23:00 GMT
Opened by Phillip Michael (oopsicrappe) - Monday, 28 December 2009, 03:46 GMT
Last edited by Andrea Scarpino (BaSh) - Saturday, 06 March 2010, 23:00 GMT
|
Details
Summary and Info:
The configuration in /etc/srcpac.d is not getting applied properly because apply_config is being run before the builddir is created. srcpac -Sob works fine, but when I run srcpac -Sb the changes are applied to the old PKGBUILD left in the build directory from last time, but it is then overwritten with a fresh PKGBUILD copied from /var/abs. Steps to Reproduce: put a sed script at /etc/srcpac.d/$pkg srcpac -Sob $pkg works fine srcpac -Sb $pkg does not apply the changes to the PKGBUILD This patch seems to fix it |
This task depends upon
Closed by Andrea Scarpino (BaSh)
Saturday, 06 March 2010, 23:00 GMT
Reason for closing: Implemented
Additional comments about closing: on git
Saturday, 06 March 2010, 23:00 GMT
Reason for closing: Implemented
Additional comments about closing: on git
0001-apply_config-after-creat...