summaryrefslogtreecommitdiffstats
path: root/BuildManager
Commit message (Collapse)AuthorAgeFilesLines
* Pass --noclean by default to rpmbuildHEADmasterJani Välimaa2024-03-241-2/+5
| | | | Replace --noclean cmd line option with --clean for changing the new default
* Rename --clean as --clean-topdirJani Välimaa2024-03-241-2/+2
| | | | Reuse --clean later as passthough option for rpmbuild
* build.py: restructure code a bitJani Välimaa2024-03-231-7/+6
|
* Pass --nodeps by default to rpmbuild if running only %prep stageJani Välimaa2024-03-231-2/+6
|
* Release 3.53.5daviddavid2024-02-122-12/+12
| | | | | - remove trailing spaces - fix bash-completion location
* Add "--force-unpack" command to force unpacking (mga#32829)daviddavid2024-02-122-5/+8
| | | | - Thanks to Aurelian R
* Support generate_buildrequires stagePascal Terjan2023-01-161-6/+9
| | | | | | This adds the support for -r which then calls rpmbuild -br. See https://fedoraproject.org/wiki/Changes/DynamicBuildRequires
* Correction for opening spec file including special charactersPapoteur2015-09-271-1/+2
|
* Apply patch for crash due to invalid chars.Shlomi Fish2015-09-161-5/+8
|
* Prepare for 3.0 release3.0SARL ENR 682015-09-102-2/+1
| | | | | | | - merged bm-2.1-move-log.patch - fix shebang - fix license - fix bm URL
* Manual adaptation for python3SARL ENR 682015-09-103-26/+26
| | | | - by papoteur
* Adaptation to python3 using 2to3-3.4SARL ENR 682015-09-104-51/+53
| | | | - by papoteur
* defined two exception classes used in the code, but not declaredBogdano Arendartchuk2009-06-101-0/+3
| | | | | (pointed by pzanoni)
* - show a better error message when we give a rpm instead of a src.rpm, close ↵Michael Scherer2009-05-221-0/+3
| | | | #33792
* Use the subprocess module, as popen is deprecated on py2.6Bogdano Arendartchuk2009-04-171-18/+11
|
* Only move .src.rpm files when using --move-srpm.Bogdano Arendartchuk2007-09-191-1/+2
| | | | | Requested by Caio Begotti.
* Applied old patch that makes bm use rpmbuild instead of rpm -b.Bogdano Arendartchuk2007-05-071-2/+2
| | | | | | | | The patch came from svn+ssh://svn.mandriva.com/svn/packages/cooker/bm/current/SOURCES/bm-2.1-rpmbuild.patch at r24959 and dates to 2004-01-17 14:58:57.843281631 -0200 and was written by acme.
* Imported bm-2.1 from2.1Bogdano Arendartchuk2007-05-077-0/+818
svn+ssh://svn.mandriva.com/svn/packages/cooker/bm/current/SOURCES/bm-2.1.tar.bz2 at r24959.