summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Fix the remaining places that use the old format.Diego Elio Pettenò2012-05-171-1/+1
|
* Source the private conf only if it exists.Diego Elio Pettenò2011-05-031-1/+1
|
* rdeps: Use new URLJeremy Olexa2011-03-221-1/+1
|
* 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.
* Use curl to fetch reverse dependencies, and make sure to abide to proxy ↵Diego Elio Pettenò2010-09-031-1/+2
| | | | settings.
* Add a proper license to all the scripts running the Tinderbox.Diego Elio 'Flameeyes' Pettenò2010-09-031-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.
* Simplify reverse-deps fetching.Diego Elio 'Flameeyes' Pettenò2010-08-071-2/+2
| | | | | Since qatom+cut+tr is not extremely fast, sort and remove duplicate lines before, then only uniq them to drop the atoms to single entries.
* Allow fetching rdeps for multiple packages, folded together, and filter ↵Diego Elio 'Flameeyes' Pettenò2010-08-071-1/+5
| | | | blockers.
* Add the one-liner script that produces the reverse-deps lists.Diego Elio 'Flameeyes' Pettenò2010-06-191-0/+7
This is what is ran when special reverse-dependencies lists are generated for the tinderbox to run over.