summarylogtreecommitdiffstats
AgeCommit message (Collapse)Author
2018-08-20Fixed srcinfoRedrield
2018-08-19Update to version 7.9.3Redrield
2018-08-19Update to version 7.9.3Redrield
2018-07-27Work around world writeable directories npm bugEmiel Wiedijk
Apparantely npm makes some directories of this package world writable, in the node_modules directory of heroku. This obviously should not happen, to work around this issue, set the directory permissions to 755 manually using 'find'.
2018-07-27heroku-cli 7.7.7-1Emiel Wiedijk
2018-07-26Switch to sha256sumsEmiel Wiedijk
Sha256sums are safer than md5sums, and are recommended by the ArchWiki.
2018-07-26Add options=(!strip)Emiel Wiedijk
The strip part took quite long compared to other packages on my system (3 minutes instead of max 10 seconds) and this package contains no binaries at all. Therefore, the build time is much shorter with !strip without big cost.
2018-07-26Add .gitignoreEmiel Wiedijk
This ignores the build files from version control. It makes my vcs prompt a bit cleaner.
2018-07-26Download from nodejs registryEmiel Wiedijk
Previously this package downloaded from the GitHub release. This meant we had to use a quite buggy build system. If we download from the nodejs registry, we can run 'npm install -g' and let npm do the packaging for us. Since this tool will be available from npm, this should keep working for the forseeable future. Even if the packaging structure in GitHub changes.
2018-07-26Add nodejs as dependencyEmiel Wiedijk
2018-07-25Sort arraysEmiel Wiedijk
2018-07-25Remove heroku-cli from provides/conflicts (is implicit)Emiel Wiedijk
2018-07-25Remove depreciated i686 from archEmiel Wiedijk
2018-07-25heroku-cli 7.7.6-1Emiel Wiedijk
2018-06-27Add npm as makedependRedrield
2018-06-25Update heroku versionRedrield
2018-04-24Update packageRedrield
2018-01-11Update to version 6.15.13Redrield
2017-12-12Update to version 6.14.41Redrield
2017-11-20Update to version 6.14.38Redrield
2017-10-31Updated packageRedrield
2017-10-02Update to version 6.14.30Redrield
2017-09-24Update to 6.14.25Redrield
2017-09-17Update to version 6.14.24Redrield
2017-09-07Lock version to 6.14.20. Improve structure of build fileRedrield
2017-09-05Upgrade to version 6.14.16Redrield
2017-09-02Package update to version 6.14.13Redrield
2017-09-01Updated to 6.14.11Redrield
2017-08-23Update to Heroku 6.13.19Redrield
2017-08-21Fixed Heroku URLRedrield
2017-08-17Fixed location of sumsRedrield
2017-08-17Release 6.13.18Redrield
2017-08-15Initial commitRedrield