Skip to content

Commit

Permalink
Merge pull request elastic#7276 from jbudz/update-pleaserun
Browse files Browse the repository at this point in the history
[build] update pleaserun path to be compatible with 0.0.22+
  • Loading branch information
spalger authored Jul 6, 2016
2 parents f23d98e + 315fc5d commit 5d853da
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -171,8 +171,8 @@ Execute the front-end browser tests. This requires the server started by the `te
Packages are built using fpm, pleaserun, dpkg, and rpm. fpm and pleaserun can be installed using gem. Package building has only been tested on Linux and is not supported on any other platform.
```sh
apt-get install ruby-dev rpm
gem install fpm -v 1.5.0 # required by pleaserun 0.0.16
gem install pleaserun -v 0.0.16 # higher versions fail at the moment
gem install fpm -v 1.5.0
gem install pleaserun -v 0.0.24
npm run build -- --skip-archives
```

Expand Down
2 changes: 1 addition & 1 deletion tasks/build/os_packages.js
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ export default (grunt) => {
`${buildDir}/config/=${packages.path.conf}/`,
`${buildDir}/data/=${packages.path.data}/`,
`${servicesByName.sysv.outputDir}/etc/=/etc/`,
`${servicesByName.systemd.outputDir}/lib/=/lib/`
`${servicesByName.systemd.outputDir}/etc/=/etc/`
];

//Manually find flags, multiple args without assignment are not entirely parsed
Expand Down

0 comments on commit 5d853da

Please sign in to comment.