Skip to content

Commit

Permalink
Updated documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
merscwog committed Feb 22, 2013
1 parent 8cce7bc commit a6b3062
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
3 changes: 3 additions & 0 deletions History.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ v1.3 - 2013-01-08
=================
* bugfix: RPM_ARCH and RPM_OS were being added to the scripts in
uppercase, which was inconsistent with rpmbuild
* update to use Redline 1.1.10
* add support to configure addParentDirs to not auto create parent
directories for files

v1.2 - 2012-11-13
=================
Expand Down
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,12 @@ derived from RedHat. It leverages [Redline](http://redline-rpm.org/) Java libra
fileMode = 0500
into 'home'
}
from('endorsed') {
// Will tell redline-rpm not to auto create directories, which
// is sometimes necessary to avoid rpm directory conflicts
addParentDirs = false
into '/usr/share/tomcat/endorsed'
}

link('/opt/foo/bin/foo.init', '/etc/init.d/foo')
}
Expand Down

0 comments on commit a6b3062

Please sign in to comment.