2013-04-06 13:39:26 by Blue Rats | Files touched by this commit (7) |
Log message:
"$foo is ambiguous. Use ${foo} if you mean a Makefile variable or $$foo if
you mean a shell variable."
|
2013-04-06 05:45:29 by Blue Rats | Files touched by this commit (152) |
Log message:
Fixes:
COMMENT should not be longer than 70 characters.
COMMENT should not begin with 'A'.
COMMENT should not begin with 'An'.
COMMENT should not begin with 'a'.
COMMENT should not end with a period.
COMMENT should start with a capital letter.
pkglint warnings. Some files also got minor formatting, spelling, and style
corrections.
|
2013-02-27 13:32:06 by Hubert Feyrer | Files touched by this commit (3) |
Log message:
Fix 'service' module not to hang when starting mysql.
Bump version to 1.0nb1, also sent upstream
|
2013-02-26 21:11:02 by Jeff Rizzo | Files touched by this commit (2) |
Log message:
After some discussion with ansible folks, don't replace the interpreter
in modules (the files in ${WRKSRC}/library), as they're treated as
data and not scripts - the right thing to do is to set
"ansible_python_interpreter" in the configuration.
Also, install example files in ${PREFIX}/share/examples/ansible.
|
2013-02-26 18:42:59 by Jeff Rizzo | Files touched by this commit (8) |
Log message:
Some fixes for the package:
- install manpages
- replace "etc" with PKG_SYSCONFDIR in a number of locations
- replace "usr/share" with @PREFIX@/share in some places
- do some cleanup so things install with PKG_DEVELOPER set.
|
2013-02-26 01:13:00 by Hubert Feyrer | Files touched by this commit (16) |
Log message:
Add ansible-1.0:
Ansible is a radically simple model-driven configuration management,
multi-node deployment, and remote task execution system. Ansible works
over SSH and does not require any software or daemons to be installed
on remote nodes. Extension modules can be written in any language and
are transferred to managed machines automatically.
|