summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Add support for sub-slots.HEADmasterZac Medico2013-03-051-1/+1
|
* Use --keep-going in the haskell updater.Diego Elio Pettenò2013-02-191-1/+1
|
* Update the --as-needed specs hacking so that it works with hardened toolchain.Diego Elio Pettenò2013-01-262-8/+14
| | | | | | Previously, this caused the --as-needed hack to be applied over and over and over again every time a GCC was to be rebuilt for whatever reason. Now it'll only be applied once.
* Fix syntax.Diego Elio Pettenò2013-01-251-1/+1
|
* Mark all news as read during restart.Diego Elio Pettenò2013-01-251-0/+1
|
* Try running the merge with USE=-doc first, then fall back to FEATURES=-test.Diego Elio Pettenò2013-01-251-5/+10
|
* Avoid deleting the emerge.log, just truncate it.Diego Elio Pettenò2013-01-252-5/+3
|
* Disable colour in eselect.Diego Elio Pettenò2012-11-011-3/+3
|
* Output lapack/blas/cblas selection on every merge.Diego Elio Pettenò2012-11-011-0/+4
|
* Add space.Diego Elio Pettenò2012-07-151-0/+2
|
* Make it more generic and more reliable to pick up autotools failure logs.Diego Elio Pettenò2012-07-151-7/+12
|
* Avoid subshell.Diego Elio Pettenò2012-06-221-1/+1
|
* Add netcat6 to the list if ${TINDERBOX_ANALYSIS_ADDR} is set.Diego Elio Pettenò2012-06-221-0/+1
|
* tinderbox-restart.sh: make sure to rebuild languages if changing USEsDiego Elio Pettenò2012-06-221-6/+6
| | | | | This is important for things like perl's ithreads USE as that requires a perl-cleaner run.
* Output REQUIRED_USE conflicts as well as unsatisfied USE deps.Zac Medico2012-06-211-0/+9
|
* Also cat aclocal.out if present.Diego Elio Pettenò2012-06-191-0/+3
|
* Enable fail-clean or there won't be enough space.Diego Elio Pettenò2012-06-161-1/+1
|
* And use the right name.Diego Elio Pettenò2012-06-161-1/+1
|
* Quiet the log sending.Diego Elio Pettenò2012-06-161-2/+3
|
* Fix typo.Diego Elio Pettenò2012-06-161-1/+1
|
* If we have an automake failure, inline the log file, this way we don't have ↵Diego Elio Pettenò2012-06-161-0/+5
| | | | to hunt for it.
* No-op on log sending when the analysis address is unset.Diego Elio Pettenò2012-06-161-4/+8
|
* Send the log to the analysis system whenever a package fails or succeeds.Diego Elio Pettenò2012-06-151-0/+10
|
* Disable split logs (required for proper analysis).Diego Elio Pettenò2012-06-151-1/+1
|
* Rename tinderbox_mask_pkg to tinderbox_failed for consistency.Diego Elio Pettenò2012-06-151-2/+2
|
* Make sure to have Python 2.7 around.Diego Elio Pettenò2012-05-181-0/+4
|
* Make sure to have Python 2.7 around.Diego Elio Pettenò2012-05-181-1/+2
|
* Only list bti if we have a configured BTI account.Diego Elio Pettenò2012-05-181-1/+1
|
* Record some packages to the world file for safety.Diego Elio Pettenò2012-05-181-1/+1
|
* Fix the remaining places that use the old format.Diego Elio Pettenò2012-05-173-3/+3
|
* Move configuration file to /etc/portage.Diego Elio Pettenò2012-05-171-1/+1
|
* Keep the make.conf ASCII. Workaround broken Python 3.Diego Elio Pettenò2012-05-171-2/+2
|
* Save to file the list of unsatisfied USE dependencies.Diego Elio Pettenò2011-08-071-1/+1
| | | | | When running non-interactively this output would be unreachable, so save it to file to actually read it out separately.
* Make sure to source the environment in local.start script.Diego Elio Pettenò2011-05-281-1/+3
|
* Add local.start script that can be used as /etc/local.d/tinderbox.start to ↵Diego Elio Pettenò2011-05-031-0/+11
| | | | start tinderboxing.
* Source the private conf only if it exists.Diego Elio Pettenò2011-05-031-1/+1
|
* Add category to package names (screen is ambiguous).Diego Elio Pettenò2011-04-131-6/+12
|
* rdeps: Use new URLJeremy Olexa2011-03-221-1/+1
|
* Make sure that all the default options are used during oldconfig.Diego Elio Pettenò2010-10-251-1/+1
| | | | | This makes it possible not to block the tinderbox when a new kernel release is present.
* If there is not a previous configuration file for the kernel, skip over it.Diego Elio Pettenò2010-10-251-2/+2
|
* Fetch _all_ distfiles, so that we know if the mirrors are missingDiego Elio Pettenò2010-10-251-1/+1
| | | | something.
* Use the same dent_me function as the other tinderbox scripts.Diego Elio Pettenò2010-10-251-10/+14
| | | | This also makes sure that no errors are thrown around if bti is missing.
* Consider fetching failed if there is an error condition.Diego Elio Pettenò2010-10-251-2/+2
| | | | | | Without --fail, the failure page returned by either the proxy or the upstream site will be saved as the file causing digest failure rather than fetch failure.
* Stop the continuous run if the list completed.Diego Elio Pettenò2010-10-251-0/+2
| | | | Before it entered an infinite restart loop.
* Don't try to send dents if no BTI_ACCOUNT is set.Diego Elio Pettenò2010-10-152-5/+19
| | | | | Since my tinderbox has been banned from identi.ca, I have no reason to keep sending dents, it just wastes my time.
* Remove lafilefixer, no longer needed with Portage 2.1.9.Diego Elio Pettenò2010-10-031-2/+0
|
* Avoid --newuse, as it causes problems with FEATURES=test.Diego Elio Pettenò2010-10-031-1/+1
|
* Fix script when executed out of the tinderbox sources.Diego Elio Pettenò2010-09-261-3/+5
|
* Allow providing an alternative list from the "complete", and keep itDiego Elio Pettenò2010-09-261-1/+7
| | | | updated.
* Rewrite the revdeps fetching script.Diego Elio Pettenò2010-09-241-10/+31
| | | | | The new script allows to set the DEPTH variable to execute recursive revdeps resolution, useful for gtk+ and glib packages for instance.