Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
dCache
dcache-cta
Commits
309ce6c5
Commit
309ce6c5
authored
Dec 22, 2021
by
Tigran Mkrtchyan
☕
Browse files
package: add spec file to build rpm
parent
4cecffbc
Pipeline
#15270
failed with stages
in 3 minutes and 12 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
pom.xml
View file @
309ce6c5
...
...
@@ -217,7 +217,7 @@
<version>
3.3.0
</version>
<executions>
<execution>
<id>
make-assembly
</id>
<id>
build-tar
</id>
<phase>
package
</phase>
<goals>
<goal>
single
</goal>
...
...
@@ -233,6 +233,24 @@
</formats>
</configuration>
</execution>
<execution>
<id>
prepare-spec
</id>
<phase>
package
</phase>
<goals>
<goal>
single
</goal>
</goals>
<configuration>
<descriptors>
<descriptor>
src/main/assembly/rpm-spec.xml
</descriptor>
</descriptors>
<appendAssemblyId>
false
</appendAssemblyId>
<finalName>
SPECS
</finalName>
<formats>
<format>
dir
</format>
</formats>
</configuration>
</execution>
</executions>
</plugin>
<plugin>
...
...
src/main/assembly/rpm-spec.xml
0 → 100644
View file @
309ce6c5
<assembly>
<id>
rpm-spec
</id>
<includeBaseDirectory>
false
</includeBaseDirectory>
<fileSets>
<fileSet>
<directory>
src/main/rpm
</directory>
<outputDirectory/>
<filtered>
true
</filtered>
</fileSet>
</fileSets>
</assembly>
Tigran Mkrtchyan
☕
@tigran
mentioned in commit
45209d5b
·
Dec 22, 2021
mentioned in commit
45209d5b
mentioned in commit 45209d5bcc5ad735db99ba6b3df0c259a3702243
Toggle commit list
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment