Merge pull request #7276 from jbudz/update-pleaserun

[build] update pleaserun path to be compatible with 0.0.22+
This commit is contained in:
Spencer 2016-07-06 10:37:58 -07:00 committed by GitHub
commit 5d853da11e
2 changed files with 3 additions and 3 deletions

View file

@ -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
```

View file

@ -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