Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
eos
QuarkDB
Commits
4020e0ff
Commit
4020e0ff
authored
Mar 11, 2020
by
Georgios Bitzes
Browse files
Add manual koji scratch build
parent
ab7e39a0
Pipeline
#1481052
passed with stages
in 95 minutes and 50 seconds
Changes
2
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
4020e0ff
...
...
@@ -170,6 +170,19 @@ coverage:
-
branches@eos/quarkdb
-
tags@eos/quarkdb
cc7-koji-scratch
:
stage
:
koji
image
:
gitlab-registry.cern.ch/linuxsupport/cc7-base
script
:
-
yum install -y koji
-
yum install -y git rpm-build python python3
-
mkdir ~/.koji
-
cp ci/koji/config ~/.koji
-
echo "${QDBKOJI_PASSWORD}" | kinit qdbkoji
-
packaging/make-srpm.sh
-
koji build --scratch --wait quarkdb7 ./build/SRPMS/*.src.rpm
when
:
manual
cc7-koji
:
stage
:
koji
image
:
gitlab-registry.cern.ch/linuxsupport/cc7-base
...
...
CHANGELOG.md
View file @
4020e0ff
...
...
@@ -21,7 +21,8 @@ checkpoint for long-term storage.
-
Attempt to detect potential
``MANIFEST``
corruption early by measuring mtime lag
compared to newest SST file.
Thanks to Pete Eby (ORNL) for the bug report relating to replication becoming stuck.
Many thanks to Pete Eby (ORNL) for finding and reporting the bug causing replication
to become stuck.
## 0.4.1 (2020-01-17)
...
...
@@ -40,7 +41,7 @@ connections.
-
Automatic fsync of the raft journal once per second.
-
Better cluster resilience in case of sudden machine powercuts.
T
hanks to Franck Eyraud (JRC) for the bug reports relating to sudden poweroff, and valuable discussion on fsync behavior.
Many t
hanks to Franck Eyraud (JRC) for the bug reports relating to sudden poweroff, and valuable discussion on fsync behavior.
## 0.4.0 (2019-12-06)
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment