Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Mark all news as read during restart. | 2013-01-25 | 1 | -0/+1 | |
| | |||||
* | Avoid deleting the emerge.log, just truncate it. | 2013-01-25 | 1 | -1/+1 | |
| | |||||
* | 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. | ||||
* | 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 | 1 | -1/+1 | |
| | |||||
* | 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. | ||||
* | Add category to package names (screen is ambiguous). | 2011-04-13 | 1 | -6/+12 | |
| | |||||
* | 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. | ||||
* | Fix script when executed out of the tinderbox sources. | 2010-09-26 | 1 | -3/+5 | |
| | |||||
* | Don't re-create the gcc specs for --as-needed if the latest version is ↵ | 2010-09-08 | 1 | -1/+1 | |
| | | | | already compatible. | ||||
* | Try to keep going even on build errors when running perl-cleaner. | 2010-09-08 | 1 | -1/+1 | |
| | |||||
* | Add a proper license to all the scripts running the Tinderbox. | 2010-09-03 | 1 | -0/+15 | |
| | | | | | | | Since most of them are really simple scripts that don't really warrant for strong copyleft, they are all licensed under ISC license. Copyright is, depending on the file, mine, Zac's, or both. | ||||
* | Use bti --background for sending out the dents (reduces latency between merges). | 2010-09-02 | 1 | -1/+1 | |
| | |||||
* | Keep the .config inline; 'make oldconfig' breaks the link. | 2010-08-17 | 1 | -1/+3 | |
| | |||||
* | Skip over new-style virtuals in the list. | 2010-08-07 | 1 | -2/+3 | |
| | |||||
* | Make sure to update perl and run perl-cleaner afterwards. | 2010-07-16 | 1 | -0/+9 | |
| | |||||
* | Workaround ocaml-rebuild bug (#319553). | 2010-05-13 | 1 | -1/+2 | |
| | |||||
* | Avoid rebuilding avahi and nfs-utils, they are not strictly needed for the ↵ | 2010-05-03 | 1 | -1/+1 | |
| | | | | tinderbox. | ||||
* | Make sure to prepare the kernel to build modules' ebuilds. | 2010-05-03 | 1 | -0/+16 | |
| | |||||
* | Stop right away if GCC was updated, do the rest manually. | 2010-05-03 | 1 | -0/+1 | |
| | |||||
* | Add support for re-generating the list continuously when restarting. | 2010-04-24 | 1 | -0/+16 | |
| | | | | | | | | | | | This generates a new full list, starts a fetch process to download all the packages, and creates a new synthesized list excluding that stuff that was merged already in the mean time (see http://blog.flameeyes.eu/2010/04/18/squeezing-more-performance-out-of-the-tinderbox ) for more details about the idea. This still require manual intervention to set the head of the queue before restarting. | ||||
* | Wrap around the bti call, and ignore its failure status. | 2010-01-01 | 1 | -3/+9 | |
| | | | | | | Since we don't care about bti failing (it actually results in a failure even when it doesn't fail to dent, right now), don't stop the whole script for that. | ||||
* | Sacrifice the emerge-total.log file, and simply clear up emerge.log. | 2009-12-18 | 1 | -1/+0 | |
| | | | | | With a huge enough emerge-total.log, merging further logs in takes over a minute; doing so for each merge is definitely overkill. | ||||
* | Improve the restart script. | 2009-12-18 | 1 | -5/+17 | |
| | | | | | | | - check for ocaml updates and run ocaml-rebuild.sh if needed; - use --update rather than --selective to build the updated packages (such as ghc, ocaml, portage); - don't fail if ocaml or ghc fail to build; | ||||
* | Integrate Haskell (ghc) update support. | 2009-12-06 | 1 | -4/+15 | |
| | | | | | Since an update of ghc requires running a special command, we need to consider that as a special package. | ||||
* | Add my (rough) emerge wrapper and restarter tasks scripts. | 2009-12-06 | 1 | -0/+24 | |