Skip to content

Releases: nebula-plugins/gradle-ospackage-plugin

v4.7.0

20 Feb 22:44
Compare
Choose a tag to compare

Additional improvements to symlink preservation:

  • Don't attempt to link non-relative symlinks outside of the package specification
  • Preserve directory symlinks
  • Where a parent directory is a symlink, only link the parent

v4.6.0

03 Jan 19:11
6d8cf21
Compare
Choose a tag to compare

Merged in PRs from multiple people

v4.5.1

10 Oct 21:49
Compare
Choose a tag to compare

Remove nebula.test-jar plugin

v4.5.0

10 Oct 20:26
Compare
Choose a tag to compare

Allow users to supply installCmd in DaemonDefinition

v4.4.2

18 Sep 20:44
Compare
Choose a tag to compare

Don't let NoClassDefFoundException bubble up due to use of Gradle 4.2 class.

v4.4.1

15 Sep 19:38
Compare
Choose a tag to compare

Fix deprecation warning on Gradle 4.2

v4.4.0

07 Mar 19:58
Compare
Choose a tag to compare
  • #58 - Preserve symlinks when building deb packages
  • #80 - Invalid install commandline in postinst
  • #102 - File ownership issues
  • #114 - Create .changes file in addition to .deb file
  • #144 - Distribution tag not applied
  • #177 - DebPluginTest.groovy tests do not clean up after themselves)
  • #213 - contains illegal character ~
  • #231 - directory construct does not honour supplied user and permissionGroup for deb packages (contributed by @tonyabbott)
  • #235 - run postinst script template generate when dirs
  • Upgraded to Gradle 3.4

v4.3.0

15 Dec 00:58
Compare
Choose a tag to compare

#203 - Do not create empty maintainer scripts for deb-package (contributed by @anlar)
#207 - extended RPM directory() with owner, group and addParents parameters (contributed by @sigmarw)
#218 - Mark MaintainerScripts with InputFile
#219 - Fixed issue with addParentDirs and createDirectoryEntry properties (contributed by @grkg8tr)

v4.2.0

13 Dec 20:17
Compare
Choose a tag to compare
  • #175 - Remove duplication of prefixes in RPM (contributed by @zunkree)
  • #204 - Close file when creating RPM (contributed by @sc1478)
  • #205 - Add changelogFile to RPM and upgrade redline (contributed by @sc1478)
  • #216 - Set directory permissions with dirMode instead of fileMode when creating RPM (contributed by @vitaliusvs)
  • Use Gradle 3.2

v4.1.0

20 Oct 20:02
Compare
Choose a tag to compare

Support File Directives from ospackage #211