Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
id2
S
Software
S
services
FAIR
Software Quality Assurance
Commits
87597194
Commit
87597194
authored
May 25, 2020
by
Maximilian Dolling
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fixed ci
parent
5caee49d
Changes
8
Hide whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
10 additions
and
147 deletions
+10
-147
.gitlab-ci.yml
.gitlab-ci.yml
+10
-4
meta/list-authors/authors.txt
meta/list-authors/authors.txt
+0
-2
meta/list-authors/authors.txt.license
meta/list-authors/authors.txt.license
+0
-3
meta/list-authors/subreport-list-authors.yml
meta/list-authors/subreport-list-authors.yml
+0
-14
meta/list-used-languages/subreport-list-used-languages.yml
meta/list-used-languages/subreport-list-used-languages.yml
+0
-18
meta/list-used-licenses/subreport-list-used-licenses.yml
meta/list-used-licenses/subreport-list-used-licenses.yml
+0
-62
meta/reuse-lint/reuse-lint.txt
meta/reuse-lint/reuse-lint.txt
+0
-12
meta/reuse-lint/subreport-reuse-lint.yml
meta/reuse-lint/subreport-reuse-lint.yml
+0
-32
No files found.
.gitlab-ci.yml
View file @
87597194
...
...
@@ -181,8 +181,8 @@ test:production:
-
"
**/*.yml"
artifacts
:
paths
:
-
/repo/
meta
-
/repo/
test
-
meta
-
test
when
:
on_failure
expire_in
:
1 day
...
...
@@ -208,6 +208,9 @@ ci-services:dev:
-
cp -r "$CI_PROJECT_DIR" /repo
-
docker-entrypoint.sh --all
-
cp -rT /repo "$CI_PROJECT_DIR"
-
cd meta
-
find -mindepth 1 -maxdepth 1 -type d -exec rm -r {} \;
-
cd ..
-
git add -f .
-
git commit -m "[AUTOMATIC] generated meta/ci-services-report.md by gitlab ci"
-
git push "git@${CI_SERVER_HOST}:${CI_PROJECT_NAMESPACE}/${CI_PROJECT_NAME}.git" "HEAD:${CI_COMMIT_REF_NAME}"
...
...
@@ -216,7 +219,7 @@ ci-services:dev:
refs
:
-
master
changes
:
-
"
meta/
**/*
"
-
"
meta/
ci-services-report.md
"
artifacts
:
paths
:
-
"
meta/ci-services-report.md"
...
...
@@ -244,6 +247,9 @@ ci-services:production:
-
cp -r "$CI_PROJECT_DIR" /repo
-
docker-entrypoint.sh --all
-
cp -rT /repo "$CI_PROJECT_DIR"
-
cd meta
-
find -mindepth 1 -maxdepth 1 -type d -exec rm -r {} \;
-
cd ..
-
git add -f .
-
git commit -m "[AUTOMATIC] generated meta/ci-services-report.md by gitlab ci"
-
git push "git@${CI_SERVER_HOST}:${CI_PROJECT_NAMESPACE}/${CI_PROJECT_NAME}.git" "HEAD:${CI_COMMIT_REF_NAME}"
...
...
@@ -253,7 +259,7 @@ ci-services:production:
-
master
except
:
changes
:
-
"
meta/
**/*
"
-
"
meta/
ci-services-report.md
"
artifacts
:
paths
:
-
"
meta/ci-services-report.md"
...
...
meta/list-authors/authors.txt
deleted
100755 → 0
View file @
5caee49d
ci-services@gitext.gfz-potsdam.de
mdolling@gfz-potsdam.de
meta/list-authors/authors.txt.license
deleted
100755 → 0
View file @
5caee49d
SPDX-FileCopyrightText: 2020 Helmholtz Centre Potsdam - GFZ German Research Centre for Geosciences Potsdam, Germany (https://www.gfz-potsdam.de/)
SPDX-License-Identifier: CC0-1.0
\ No newline at end of file
meta/list-authors/subreport-list-authors.yml
deleted
100755 → 0
View file @
5caee49d
# SPDX-FileCopyrightText: 2020 Helmholtz Centre Potsdam - GFZ German Research Centre for Geosciences Potsdam, Germany (https://www.gfz-potsdam.de/)
#
# SPDX-License-Identifier: CC0-1.0
last commit hash
:
b2e844ee99ad9b3196ec54b2adb5b2085117f154
list authors
:
description
:
Lists all people that committed to this repository.
result
:
-
ci-services@gitext.gfz-potsdam.de
-
mdolling@gfz-potsdam.de
location
:
local
name
:
ci-services
report time
:
25/05/2020 15:11:14
report version
:
0.4.0
meta/list-used-languages/subreport-list-used-languages.yml
deleted
100755 → 0
View file @
5caee49d
# SPDX-FileCopyrightText: 2020 Helmholtz Centre Potsdam - GFZ German Research Centre for Geosciences Potsdam, Germany (https://www.gfz-potsdam.de/)
#
# SPDX-License-Identifier: CC0-1.0
---
last commit hash
:
b2e844ee99ad9b3196ec54b2adb5b2085117f154
name
:
ci-services
report time
:
25/05/2020 15:11:16
location
:
local
report version
:
0.4.0
list used languages
:
description
:
Detects used programming languages.
result
:
Ruby
:
2990
Dockerfile
:
6617
Shell
:
19337
Python
:
61173
HTML
:
1834
meta/list-used-licenses/subreport-list-used-licenses.yml
deleted
100755 → 0
View file @
5caee49d
# SPDX-FileCopyrightText: 2020 Helmholtz Centre Potsdam - GFZ German Research Centre for Geosciences Potsdam, Germany (https://www.gfz-potsdam.de/)
#
# SPDX-License-Identifier: CC0-1.0
last commit hash
:
b2e844ee99ad9b3196ec54b2adb5b2085117f154
list used licenses
:
description
:
Generates a list of dependencies and their license.
result
:
license list
:
Apache 2.0
:
count
:
1
lib
:
-
requests
GPL-3.0-or-later AND Apache-2.0 AND CC0-1.0 AND CC-BY-SA-4.0
:
count
:
1
lib
:
-
reuse
MIT
:
count
:
2
lib
:
-
PyYAML
-
stdlib-list
Python-2.0
:
count
:
10
lib
:
-
os
-
re
-
sys
-
time
-
datetime
-
pathlib
-
json
-
shutil
-
unittest
-
importlib.util
mock
:
count
:
1
lib
:
-
stdlib
unknowns
:
language
:
-
src/services/apply-license/data/templates/dep5_template
-
test/testfiles/unknown_language/test.testlanguage
-
test/linter/pylintrc
libraries
:
Python
:
./downloads/numpy-1.9.2-cp34-none-win32.whl
:
unknown location
Mopidy-Dirble
:
unsupported version modifier (~=1.1)
beautifulsoup4
:
unknown version
coverage
:
unsupported version modifier (!=3.5)
docopt
:
unsupported version modifier (>=0.5.0)
green
:
unknown version
http://wxpython.org/Phoenix/snapshot-builds/wxPython_Phoenix-3.0.3.dev1820+49a8884-cp34-none-win_amd64.whl: unknown
location
keyring
:
unsupported version modifier (>=4.1.1)
nose
:
unknown version
nose-cov
:
unknown version
rejected
:
unknown version
location
:
local
name
:
ci-services
report time
:
25/05/2020 15:11:19
report version
:
0.4.0
meta/reuse-lint/reuse-lint.txt
deleted
100755 → 0
View file @
5caee49d
* Bad licenses:
* Deprecated licenses:
* Licenses without file extension:
* Missing licenses:
* Unused licenses:
* Used licenses: CC-BY-4.0, CC0-1.0, GPL-3.0-or-later
* Read errors: 0
* Files with copyright information: 67 / 67
* Files with license information: 67 / 67
Congratulations! Your project is compliant with version 3.0 of the REUSE Specification :-)
meta/reuse-lint/subreport-reuse-lint.yml
deleted
100755 → 0
View file @
5caee49d
last commit hash
:
b2e844ee99ad9b3196ec54b2adb5b2085117f154
location
:
local
name
:
ci-services
report time
:
25/05/2020 15:11:41
report version
:
0.4.0
reuse linter
:
description
:
Prints the result of the [reuse](https://reuse.software/spec/) linter
result
:
'
*
Bad
licenses:
*
Deprecated
licenses:
*
Licenses
without
file
extension:
*
Missing
licenses:
*
Unused
licenses:
*
Used
licenses:
CC-BY-4.0,
CC0-1.0,
GPL-3.0-or-later
*
Read
errors:
0
*
Files
with
copyright
information:
67
/
67
*
Files
with
license
information:
67
/
67
Congratulations!
Your
project
is
compliant
with
version
3.0
of
the
REUSE
Specification
:-)
'
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