https://github.com/mars/heroku-buildpack-gnu-parallel
A shell tool for executing jobs in parallel
https://github.com/mars/heroku-buildpack-gnu-parallel
Last synced: 10 months ago
JSON representation
A shell tool for executing jobs in parallel
- Host: GitHub
- URL: https://github.com/mars/heroku-buildpack-gnu-parallel
- Owner: mars
- License: gpl-3.0
- Created: 2017-10-24T18:47:06.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-09-28T21:33:01.000Z (almost 8 years ago)
- Last Synced: 2025-04-15T04:34:58.170Z (over 1 year ago)
- Language: Shell
- Size: 12.7 KB
- Stars: 5
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
GNU Parallel for Heroku
=======================
[Parallel](https://www.gnu.org/software/parallel/) is a shell tool for executing jobs in parallel.
This buildpack will make & install the executable to `/app/.heroku/gnu-parallel/bin/parallel`, and it is automatically put on the `$PATH` via [.profile.d script](.profile.d/000-gnu-parallel.sh).
Usage
-----
Add this buildpack to your app before other buildpacks:
```bash
heroku buildpacks:add -i 1 https://github.com/mars/heroku-buildpack-gnu-parallel
```
Then, redeploy your app.
Specify the version
-------------------
Commit the file `.gnu_parallel_version` to you app containing the version part of the [distribution file name](https://ftp.gnu.org/gnu/parallel/), such as `20171022` or `latest`.
Default version: `latest`