Skip to content

Commit

Permalink
Remove rpm release package
Browse files Browse the repository at this point in the history
  • Loading branch information
To-om committed Dec 6, 2021
1 parent 956e33c commit f7829a3
Showing 1 changed file with 0 additions and 25 deletions.
25 changes: 0 additions & 25 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -351,28 +351,3 @@ lazy val thehiveMigration = (project in file("migration"))
),
normalizedName := "migrate"
)

lazy val rpmPackageRelease = (project in file("package/rpm-release"))
.enablePlugins(RpmPlugin)
.settings(
name := "thehive-project-release",
maintainer := "TheHive Project <[email protected]>",
version := "1.2.0",
rpmRelease := "1",
rpmVendor := "TheHive Project",
rpmUrl := Some("http://thehive-project.org/"),
rpmLicense := Some("AGPL"),
maintainerScripts in Rpm := Map.empty,
linuxPackageSymlinks in Rpm := Nil,
packageSummary := "TheHive-Project RPM repository",
packageDescription :=
"""This package contains the TheHive-Project packages repository
|GPG key as well as configuration for yum.""".stripMargin,
linuxPackageMappings in Rpm := Seq(
packageMapping(
file("PGP-PUBLIC-KEY") -> "etc/pki/rpm-gpg/GPG-TheHive-Project",
file("package/rpm-release/thehive-rpm.repo") -> "/etc/yum.repos.d/thehive-rpm.repo",
file("LICENSE") -> "/usr/share/doc/thehive-project-release/LICENSE"
)
)
)

0 comments on commit f7829a3

Please sign in to comment.