Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
build
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
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
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
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
SADE
build
Merge requests
!5
Memory and port config (closes
#2
)
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Memory and port config (closes
#2
)
memory-and-port-config
into
develop
Overview
0
Commits
9
Pipelines
6
Changes
4
Merged
Michelle Weidling
requested to merge
memory-and-port-config
into
develop
6 years ago
Overview
0
Commits
9
Pipelines
6
Changes
4
Expand
Implements the possibility to customize eXist's ports and heap space.
0
0
Merge request reports
Compare
develop
version 5
e1116322
6 years ago
version 4
4ca6f209
6 years ago
version 3
e2f8c200
6 years ago
version 2
96ecf4a7
6 years ago
version 1
80699ecb
6 years ago
develop (base)
and
latest version
latest version
f4b4c802
9 commits,
6 years ago
version 5
e1116322
8 commits,
6 years ago
version 4
4ca6f209
7 commits,
6 years ago
version 3
e2f8c200
6 commits,
6 years ago
version 2
96ecf4a7
5 commits,
6 years ago
version 1
80699ecb
4 commits,
6 years ago
4 files
+
83
−
20
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
4
Search (e.g. *.vue) (Ctrl+P)
.gitlab-ci.yml
+
1
−
17
Options
@@ -72,20 +72,4 @@ generic:
-
wget --no-check-certificate "https://res.de.dariah.eu/scripts/push-to-aptly.sh"
-
chmod +x push-to-aptly.sh
-
./push-to-aptly.sh
architrave
:
stage
:
deploy
allow_failure
:
true
script
:
-
ls build/*
-
if [ -d build/expkg-sade/ ]; then rm -r build/expkg-sade/; fi
-
ant -f architrave.xml artifact-cleanup
-
ant -f architrave.xml
-
ant -f architrave.xml build-debian-package
-
ls build/*.deb
-
export DEB_FILE="$(ls build/*.deb)"
-
export DEB_NAME="sade-${CI_JOB_NAME}-${CI_JOB_ID}"
-
export APTLY_REPO="indy-snapshots"
-
wget --no-check-certificate "https://res.de.dariah.eu/scripts/push-to-aptly.sh"
-
chmod +x push-to-aptly.sh
-
./push-to-aptly.sh
\ No newline at end of file
Loading