[Fusioninventory-commit] [Still Failing] fusinv/fusioninventory-agent#204 (master - b4f4af0)
Travis CI
notifications at travis-ci.org
Mon Mar 31 12:16:45 UTC 2014
Build Update for fusinv/fusioninventory-agent
-------------------------------------
Build: #204
Status: Still Failing
Duration: 7 minutes and 28 seconds
Commit: b4f4af0 (master)
Author: Jonathan Clarke
Message: Replace use of "install -d"
The ```-d (--directory)``` option to ```install``` is not available on all platforms (in particular older Unixes). It behaves the same as ```mkdir -p```, except that permissions are unpredicatable due to potential interference from users' umask.
The usage in Makefile.PL here is always ```install -d -m 755``` so I'm proposing to replace these calls by ```mkdir -p``` and ```chmod 755```.
View the changeset: https://github.com/fusinv/fusioninventory-agent/compare/8804300b53d3...b4f4af047bb2
View the full build log and details: https://travis-ci.org/fusinv/fusioninventory-agent/builds/21934864
--
You can configure recipients for build notifications in your .travis.yml file. See http://docs.travis-ci.com/user/notifications
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.alioth.debian.org/pipermail/fusioninventory-commit/attachments/20140331/7505d83c/attachment.html>
More information about the Fusioninventory-commit
mailing list