Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add support for sub-slots.HEADmaster | 2013-03-05 | 1 | -1/+1 | |
| | |||||
* | Use --keep-going in the haskell updater. | 2013-02-19 | 1 | -1/+1 | |
| | |||||
* | Update the --as-needed specs hacking so that it works with hardened toolchain. | 2013-01-26 | 2 | -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. | 2013-01-25 | 1 | -1/+1 | |
| | |||||
* | Mark all news as read during restart. | 2013-01-25 | 1 | -0/+1 | |
| | |||||
* | Try running the merge with USE=-doc first, then fall back to FEATURES=-test. | 2013-01-25 | 1 | -5/+10 | |
| | |||||
* | Avoid deleting the emerge.log, just truncate it. | 2013-01-25 | 2 | -5/+3 | |
| | |||||
* | Disable colour in eselect. | 2012-11-01 | 1 | -3/+3 | |
| | |||||
* | Output lapack/blas/cblas selection on every merge. | 2012-11-01 | 1 | -0/+4 | |
| | |||||
* | Add space. | 2012-07-15 | 1 | -0/+2 | |
| | |||||
* | Make it more generic and more reliable to pick up autotools failure logs. | 2012-07-15 | 1 | -7/+12 | |
| | |||||
* | Avoid subshell. | 2012-06-22 | 1 | -1/+1 | |
| | |||||
* | Add netcat6 to the list if ${TINDERBOX_ANALYSIS_ADDR} is set. | 2012-06-22 | 1 | -0/+1 | |
| | |||||
* | tinderbox-restart.sh: make sure to rebuild languages if changing USEs | 2012-06-22 | 1 | -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. | 2012-06-21 | 1 | -0/+9 | |
| | |||||
* | Also cat aclocal.out if present. | 2012-06-19 | 1 | -0/+3 | |
| | |||||
* | Enable fail-clean or there won't be enough space. | 2012-06-16 | 1 | -1/+1 | |
| | |||||
* | And use the right name. | 2012-06-16 | 1 | -1/+1 | |
| | |||||
* | Quiet the log sending. | 2012-06-16 | 1 | -2/+3 | |
| | |||||
* | Fix typo. | 2012-06-16 | 1 | -1/+1 | |
| | |||||
* | If we have an automake failure, inline the log file, this way we don't have ↵ | 2012-06-16 | 1 | -0/+5 | |
| | | | | to hunt for it. | ||||
* | No-op on log sending when the analysis address is unset. | 2012-06-16 | 1 | -4/+8 | |
| | |||||
* | Send the log to the analysis system whenever a package fails or succeeds. | 2012-06-15 | 1 | -0/+10 | |
| | |||||
* | Disable split logs (required for proper analysis). | 2012-06-15 | 1 | -1/+1 | |
| | |||||
* | Rename tinderbox_mask_pkg to tinderbox_failed for consistency. | 2012-06-15 | 1 | -2/+2 | |
| | |||||
* | Make sure to have Python 2.7 around. | 2012-05-18 | 1 | -0/+4 | |
| | |||||
* | Make sure to have Python 2.7 around. | 2012-05-18 | 1 | -1/+2 | |
| | |||||
* | Only list bti if we have a configured BTI account. | 2012-05-18 | 1 | -1/+1 | |
| | |||||
* | Record some packages to the world file for safety. | 2012-05-18 | 1 | -1/+1 | |
| | |||||
* | Fix the remaining places that use the old format. | 2012-05-17 | 3 | -3/+3 | |
| | |||||
* | Move configuration file to /etc/portage. | 2012-05-17 | 1 | -1/+1 | |
| | |||||
* | Keep the make.conf ASCII. Workaround broken Python 3. | 2012-05-17 | 1 | -2/+2 | |
| | |||||
* | Save to file the list of unsatisfied USE dependencies. | 2011-08-07 | 1 | -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. | 2011-05-28 | 1 | -1/+3 | |
| | |||||
* | Add local.start script that can be used as /etc/local.d/tinderbox.start to ↵ | 2011-05-03 | 1 | -0/+11 | |
| | | | | start tinderboxing. | ||||
* | Source the private conf only if it exists. | 2011-05-03 | 1 | -1/+1 | |
| | |||||
* | Add category to package names (screen is ambiguous). | 2011-04-13 | 1 | -6/+12 | |
| | |||||
* | rdeps: Use new URL | 2011-03-22 | 1 | -1/+1 | |
| | |||||
* | Make sure that all the default options are used during oldconfig. | 2010-10-25 | 1 | -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. | 2010-10-25 | 1 | -2/+2 | |
| | |||||
* | Fetch _all_ distfiles, so that we know if the mirrors are missing | 2010-10-25 | 1 | -1/+1 | |
| | | | | something. | ||||
* | Use the same dent_me function as the other tinderbox scripts. | 2010-10-25 | 1 | -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. | 2010-10-25 | 1 | -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. | 2010-10-25 | 1 | -0/+2 | |
| | | | | Before it entered an infinite restart loop. | ||||
* | Don't try to send dents if no BTI_ACCOUNT is set. | 2010-10-15 | 2 | -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. | 2010-10-03 | 1 | -2/+0 | |
| | |||||
* | Avoid --newuse, as it causes problems with FEATURES=test. | 2010-10-03 | 1 | -1/+1 | |
| | |||||
* | Fix script when executed out of the tinderbox sources. | 2010-09-26 | 1 | -3/+5 | |
| | |||||
* | Allow providing an alternative list from the "complete", and keep it | 2010-09-26 | 1 | -1/+7 | |
| | | | | updated. | ||||
* | Rewrite the revdeps fetching script. | 2010-09-24 | 1 | -10/+31 | |
| | | | | | The new script allows to set the DEPTH variable to execute recursive revdeps resolution, useful for gtk+ and glib packages for instance. |