Commit Graph
7 Commits
Author SHA1 Message Date
Ryan Schmidt e060d60a99 Move get-maintainers to functions 2018-03-07 06:39:46 -06:00
Ryan Schmidt 5caaad3d7c Fix typo in comment 2018-03-07 05:08:06 -06:00
Lawrence Velázquez fa12d54d2d Remove references to "mp-buildbot" 2016-12-01 16:02:54 -05:00
Lawrence Velázquez 27270ba271 mpbb: Add note about "stale" failcache entries
git-svn-id: https://svn.macports.org/repository/macports/contrib/mp-buildbot@154004 d073be05-634f-4543-b044-5fe20cf6d1d6
2016-10-17 21:14:43 +00:00
Ryan Schmidt caba6bdec5 mp-buildbot: rename canonical_variants.tcl
Rename canonical_variants.tcl to canonical-variants.tcl to match the other
filenames.

git-svn-id: https://svn.macports.org/repository/macports/contrib/mp-buildbot@152647 d073be05-634f-4543-b044-5fe20cf6d1d6
2016-09-14 12:09:06 +00:00
Lawrence Velázquez 492f060af6 mpbb: Move parseopt to support library
git-svn-id: https://svn.macports.org/repository/macports/contrib/mp-buildbot@152623 d073be05-634f-4543-b044-5fe20cf6d1d6
2016-09-13 14:25:38 +00:00
Clemens Lang 4c4cc7ae32 mp-buildbot: Don't re-run previously failed builds
If a port's build has previously failed, we do not want to waste cycles
to re-attempt it (e.g. as dependencies of other ports), unless the
failed port's definition has changed.

To achieve that, create a file with a reference to the last failed build
for every failing port, and fail builds that depend on failed ports
early.

git-svn-id: https://svn.macports.org/repository/macports/contrib/mp-buildbot@152581 d073be05-634f-4543-b044-5fe20cf6d1d6
2016-09-12 19:14:24 +00:00