Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
DARIAH-DE Aggregator Services
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
DARIAH-DE
DARIAH-DE Aggregator Services
Commits
ba74d342
Commit
ba74d342
authored
9 years ago
by
Ubbo Veentjer
Browse files
Options
Downloads
Patches
Plain Diff
deb build
parent
7d707f5b
No related branches found
No related tags found
No related merge requests found
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
pom.xml
+33
-0
33 additions, 0 deletions
pom.xml
src/deb/control/control
+7
-0
7 additions, 0 deletions
src/deb/control/control
src/deb/control/postinst
+5
-0
5 additions, 0 deletions
src/deb/control/postinst
src/deb/control/preinst
+5
-0
5 additions, 0 deletions
src/deb/control/preinst
with
50 additions
and
0 deletions
pom.xml
+
33
−
0
View file @
ba74d342
...
@@ -571,6 +571,39 @@
...
@@ -571,6 +571,39 @@
</plugins>
</plugins>
</build>
</build>
</profile>
</profile>
<profile>
<id>
textgrid.deb
</id>
<build>
<plugins>
<plugin>
<artifactId>
jdeb
</artifactId>
<groupId>
org.vafer
</groupId>
<version>
1.4
</version>
<executions>
<execution>
<phase>
package
</phase>
<goals>
<goal>
jdeb
</goal>
</goals>
<configuration>
<snapshotExpand>
true
</snapshotExpand>
<dataSet>
<data>
<type>
file
</type>
<src>
${project.build.directory}/${project.build.finalName}.war
</src>
<mapper>
<type>
perm
</type>
<prefix>
/var/textgrid/webapps
</prefix>
</mapper>
</data>
</dataSet>
</configuration>
</execution>
</executions>
</plugin>
</plugins>
</build>
</profile>
</profiles>
</profiles>
<organization>
<organization>
<name>
TextGrid
</name>
<name>
TextGrid
</name>
...
...
This diff is collapsed.
Click to expand it.
src/deb/control/control
0 → 100644
+
7
−
0
View file @
ba74d342
Package: [[artifactId]]
Version: [[version]]
Section: misc
Priority: low
Architecture: all
Description: [[description]]
Maintainer: info@textgrid.de
This diff is collapsed.
Click to expand it.
src/deb/control/postinst
0 → 100644
+
5
−
0
View file @
ba74d342
#!/bin/bash
invoke-rc.d tomcat-aggregator start
# return success, even if service not installed
exit
0
This diff is collapsed.
Click to expand it.
src/deb/control/preinst
0 → 100644
+
5
−
0
View file @
ba74d342
#!/bin/bash
invoke-rc.d tomcat-aggregator stop
# return success, even if service not installed
exit
0
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment