You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Add customizable sbt keys for all template sources
* Make sure current template sources are used by default.
* Start on documentation for archetypes.
Copy file name to clipboardexpand all lines: src/main/scala/com/typesafe/sbt/packager/linux/Keys.scala
+3
Original file line number
Diff line number
Diff line change
@@ -16,6 +16,9 @@ trait Keys {
16
16
vallinuxPackageMappings=TaskKey[Seq[LinuxPackageMapping]]("linux-package-mappings", "File to install location mappings including owner and privileges.")
17
17
vallinuxPackageSymlinks=TaskKey[Seq[LinuxSymlink]]("linux-package-symlinks", "Symlinks we should produce in the underlying package.")
18
18
valgenerateManPages=TaskKey[Unit]("generate-man-pages", "Shows all the man files in the current project")
19
+
20
+
vallinuxStartScriptTemplate=TaskKey[URL]("linuxStartScriptTemplate", "The location of the template start script file we use for debian (upstart or init.d")
21
+
vallinuxEtcDefaultTemplate=TaskKey[URL]("linuxEtcDefaultTemplate", "The location of the /etc/default/<pkg> template script.")
0 commit comments