summaryrefslogtreecommitdiffstats
path: root/bin
Commit message (Collapse)AuthorAgeFilesLines
* metabuild: Always enable maintainer modeColin Walters2011-04-251-1/+2
|
* metabuild: Pass --disable-silent-rules instead of V=1Colin Walters2011-04-161-6/+9
| | | | This is more reliable.
* metabuild: Write last 100 lines of log file on failing buildColin Walters2011-03-261-3/+4
| | | | Prefix with | like bitbake does.
* rpmbuild-cwd: Be defensive against . changingColin Walters2011-03-261-1/+2
| | | | These directories should always be absolute.
* metabuild: Whitelist make errors (apparently *** signals these)Colin Walters2011-03-091-1/+1
|
* metabuild: Kill off the periodic logging for nowColin Walters2011-03-091-2/+4
| | | | Entering directory from make is good enough for most purposes.
* metabuild: Special case 'install', clean up loggingColin Walters2011-03-091-18/+54
| | | | Various things piled in here.
* metabuild: Whitelist our own outputColin Walters2011-03-091-1/+1
|
* metabuild: Only output warnings and directoriesColin Walters2011-03-091-5/+52
| | | | | | We want the full build logs, so we override AM_SILENT_RULES. However we also don't want to spam the terminal. Implement this by hardcoding whitelist regexps basically.
* metabuild-gitball: New toolColin Walters2011-03-021-0/+43
|
* metabuild: Clean up default Make handling codeColin Walters2010-12-211-13/+21
|
* metabuild: Use V=1 if necessary by defaultColin Walters2010-12-161-0/+18
| | | | We want the full logs.
* metabuild: Abstract build system detection into a classColin Walters2010-12-161-15/+60
| | | | Just general code cleanup.
* metabuild: Ensure we do a final read for tailColin Walters2010-12-161-2/+7
| | | | | | Otherwise we race, since the initial read was started, we'll get an empty buffer, and then if quit_data was set we'll exit. Do one final read after getting quit_data.
* metabuild: Use chrt --idleColin Walters2010-12-091-0/+6
| | | | | This way on Linux we never get priority over another app that wants the CPU.
* inroot: Set PKG_CONFIG_PATH to include ${root}/share tooColin Walters2010-12-052-10/+12
| | | | | | | | | Software puts files in both. Also only specify ACLOCAL_FLAGS if the root exists (since aclocal bombs out otherwise). And clean up the indentation so it's easier to read.
* metabuild: nice ionice build processes by defaultColin Walters2010-12-041-2/+9
|
* inroot: Explicitly include /usr/share in XDG_DATA_DIRSColin Walters2010-12-021-1/+1
| | | | | Otherwise we don't have the MIME database which makes gio and gdk-pixbuf unhappy.
* inroot: Add license docsColin Walters2010-12-021-0/+6
|
* inroot: Set ACLOCAL_FLAGS tooColin Walters2010-12-021-1/+1
|
* metabuild: Fix successful exit pathColin Walters2010-12-011-3/+1
|
* metabuild: Major rewriteColin Walters2010-12-011-55/+131
| | | | | | | | The major goal of this rewrite is to ensure bootstrapping process output is captured and logged too (such as from configure). To implement this, make the subprocess handling more generic. Rewrite to be totally asynchronous.
* rpmbuild-cwd: New fileColin Walters2010-10-071-0/+10
| | | | | Define all the RPM variables to look at cwd, which matches Fedora's system.
* mock-many-srpms: Actually update license for previous commitColin Walters2010-09-281-2/+16
|
* mock-many-srpms: Add --auto-sortColin Walters2010-09-281-1/+91
| | | | | | | Uses code from binpkgs.py by Seth Vidal. Change license to GPLv2+ since that's what the auto sorting code is under.
* metabuild: Renamed from "build"Colin Walters2010-09-242-14/+41
| | | | It's more descriptive. Also add a license and docs.
* mock-many-srpms: Fix scanning for previous buildsColin Walters2010-09-151-3/+3
|
* mock-many-srpms: More fixesColin Walters2010-09-151-15/+67
| | | | | | * Always run createrepo so we have a valid repo * Add --skip-have-build * Print out what succeeded, failed, skipped
* mock-many-srpms: Various fixesColin Walters2010-09-151-5/+21
|
* New file: mock-many-srpmsColin Walters2010-09-091-0/+136
| | | | Extracted from my old fedpkg-pull-build-chain work.
* [git-un-diff-whitespace] Don't write out unmodified filesColin Walters2010-08-091-12/+35
|
* [build] Correctly use ./autogen.sh from current directoryColin Walters2010-08-091-1/+1
|
* [build] Don't init threadsColin Walters2010-08-061-2/+0
| | | | Not needed and doesn't work on F12
* [build] Implement tail internally, other fixesColin Walters2010-08-061-6/+61
| | | | Use gio to monitor the file, rather than a tail subprocess.
* Rewrite build in python, have it log by default, fix bugsColin Walters2010-07-281-35/+48
| | | | Make the prefix matching actually work.
* Add comment and licenseColin Walters2010-07-091-0/+8
|
* add git-fpasteColin Walters2010-07-091-0/+45
|
* Remove spurious shiftColin Walters2010-07-091-1/+0
|
* Better handle deleted filesColin Walters2010-07-091-1/+1
|
* Various build fixesColin Walters2010-07-091-9/+17
|
* Initial commitColin Walters2010-07-085-0/+124