Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
clarin-dspace
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
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
Show more breadcrumbs
commul
docker
clarin-dspace
Commits
95890111
Commit
95890111
authored
5 years ago
by
Alexander König
Browse files
Options
Downloads
Plain Diff
Merge branch 'master' into stable
parents
3263d65f
018f9a51
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
DEPLOYMENT.md
+4
-3
4 additions, 3 deletions
DEPLOYMENT.md
dockerfiles/commul-customization/entrypoint.sh
+7
-7
7 additions, 7 deletions
dockerfiles/commul-customization/entrypoint.sh
with
11 additions
and
10 deletions
DEPLOYMENT.md
+
4
−
3
View file @
95890111
...
...
@@ -10,15 +10,16 @@
-
[ ]
`git checkout -b v$VERSION_NUMBER $HASHID -- .`
The $HASHID being the commit were the last merge from stable happened (before clarindev2clarin.sh changes were committed)
-
[ ]
`git merge --no-ff stable`
-
[ ] resolve conflicts and commit
-
[ ] resolve conflicts
(though there shouldn't be any)
and commit
-
[ ] Change the version number and the registry branch of the images in all deployment yaml files
-
[ ] Run the clarindev2clarin.sh script
-
[ ]
`git commit -a `
-
[ ]
`git checkout production`
-
[ ]
`git merge v1.3-$VERSION_NUMBER`
-
[ ] resolve conflicts and commit
-
[ ]
`git tag -a $VERSION_NUMBER -s -u $GPG_ID_HASH`
-
[ ]
`git push --all
-
[ ]
`git tag -a $VERSION_NUMBER -s (-u $GPG_ID_HASH)`
defaults to your default GPG key
-
[ ]
`git branch -d $VERSION_NUMBER`
-
[ ]
`git push --all`
-
[ ]
`git push --tags`
-
[ ]
`cd dockerfiles`
-
[ ]
`./release.sh $VERSION_NUMBER production`
...
...
This diff is collapsed.
Click to expand it.
dockerfiles/commul-customization/entrypoint.sh
+
7
−
7
View file @
95890111
...
...
@@ -20,13 +20,13 @@ make init_statistics
# https://ubuntuforums.org/showthread.php?t=979694
# Start process in the background and send its output to file descriptor 3
exec
3< <
(
while
(
true
)
;
do
make update_oai
make update_statistics
make update_sitemap
make lift_embargos
make update_openaire_cache
make update_discovery
make send_info
timeout
-k
30 300
make update_oai
timeout
-k
30 300
make update_statistics
timeout
-k
30 300
make update_sitemap
timeout
-k
30 300
make lift_embargos
timeout
-k
30 300
make update_openaire_cache
timeout
-k
30 300
make update_discovery
timeout
-k
30 300
make send_info
echo
"INIT DONE."
sleep
86400
done
)
...
...
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