aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2014-12-06lz4: update r124 bottle.BrewTestBot
2014-12-06lz4 version r124Rodd Zurcher
Closes #34659. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2014-12-06kawa 2.0Aleh Suprunovich
Closes #34737. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2014-12-06openssl: update 1.0.1j_1 bottle.BrewTestBot
Closes #34728.
2014-12-06openssl: bump revisionJack Nagel
2014-12-06openssl: update 1.0.1j bottle.BrewTestBot
2014-12-06Use quiet_safe_system to silence submodule updatesJack Nagel
2014-12-06Use quiet_safe_system to silence submodule checkoutsJack Nagel
2014-12-06Use quiet_safe_system to silence bzr updatesJack Nagel
2014-12-06Use quiet_safe_system to silence CVS updatesJack Nagel
2014-12-06id3lib: fix HEAD buildJack Nagel
2014-12-06Simplify fossil checkoutsJack Nagel
2014-12-06Extract part of stage method to VCS strategy superclassJack Nagel
2014-12-06Remove years-old TODOJack Nagel
2014-12-06Demote FIXME to a normal commentJack Nagel
2014-12-06Mark private SubversionDownloadStrategy methodsJack Nagel
2014-12-06Move fetch implementation into VCS strategy superclassJack Nagel
2014-12-06Use start_with? instead of a regexpJack Nagel
2014-12-06Move SVN URL munging to initializeJack Nagel
2014-12-06Remove method that duplicates superclass implementationJack Nagel
2014-12-06Extract update from fetch in VCS strategiesJack Nagel
2014-12-06Add clone_repo to remaining VCS strategiesJack Nagel
2014-12-06Add repo_valid? to remaining VCS strategiesJack Nagel
2014-12-06Make repo_valid? privateJack Nagel
2014-12-06Make __path methods privateJack Nagel
2014-12-06Make cache_tag privateJack Nagel
2014-12-06Mark private VCSDownloadStrategy methodsJack Nagel
2014-12-06fossil: update 1.29 bottle.BrewTestBot
2014-12-06fossil 1.29Jack Nagel
2014-12-06cvs: update 1.12.13 bottle.BrewTestBot
2014-12-06bazaar: add 2.6.0 bottle.BrewTestBot
2014-12-06wxpython: update 3.0.2.0 bottle.BrewTestBot
2014-12-06wxpython 3.0.2.0Jens Hedegaard Nielsen
WXPython 3.0.2 Closes #34699. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2014-12-06youtube-dl: update 2014.12.06.1 bottle.BrewTestBot
2014-12-06youtube-dl 2014.12.06.1Sergey M․
Closes #34733. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2014-12-06libbpg: use text_fixtures function.Mike McQuaid
2014-12-06libbpg: add 0.9 bottle.BrewTestBot
2014-12-06libbpg 0.9 (new formula)Justin Mayer
Closes #34722. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2014-12-06bwctl: add build options for iperf3 and thrulayBrian Candler
bwctl will statically link against iperf3 and thrulay if they are present, but will silently skip them if they are not Closes #34730. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2014-12-06eigen: update 3.2.2 bottle.BrewTestBot
2014-12-06eigen: add testIan Lancaster
Closes #34727. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2014-12-06Remove {start,stop}doc as we're using Yard now.Mike McQuaid
2014-12-06ssh-copy-id: update 6.7p1 bottle.BrewTestBot
2014-12-06ssh-copy-id: 6.7p1Birger J. Nordølum
Closes #34714. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2014-12-06protobuf: fix URL.Joseph Anderson
Closes #34711. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2014-12-05CurlDownloadStrategy: initialize attributes in initializerJack Nagel
The downloader is instantiated on-demand, so we no longer need the lazy initialization here.
2014-12-05Pass the downloader a proxy object instead of the resourceJack Nagel
We need to limit the interface that is exposed to the downloader in order to make future changes easier. This will be important for work on new features, such as selecting a mirror from the command line. In the future, the existing Resource class will probably be split into multiple classes.
2014-12-05qt5: depends on Lion or newerMisty De Meo
Closes #34719.
2014-12-05Provide VCSDownloadStrategy#head?Jack Nagel
2014-12-05Download strategies should return a Pathname from cached_locationJack Nagel