Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
linuxsupport
rpms
HEP_OSlibs
Commits
5fbda695
Commit
5fbda695
authored
Jan 22, 2021
by
Andrea Valassi
Browse files
Fix copyright
parent
52945be8
Changes
7
Hide whitespace changes
Inline
Side-by-side
.functions.sh
View file @
5fbda695
#!/bin/bash
# Copyright 2017-201
9
CERN. Licensed under LGPLv3+.
# Copyright 2017-20
2
1 CERN. Licensed under LGPLv3+.
# Enable legacy builds (rpmbuild instead of koji) for 7.1/el7 and 1.0/el6?
LEGACY
=
false
# disabled
...
...
.gitlab-ci-ubuntu.sh
View file @
5fbda695
#!/bin/bash
# Copyright 2017-201
9
CERN. Licensed under LGPLv3+.
# Copyright 2017-20
2
1 CERN. Licensed under LGPLv3+.
# Load functions common to the interactive and CI scripts
.
.functions.sh
...
...
.gitlab-ci.yml
View file @
5fbda695
# Copyright 2017-201
9
CERN. Licensed under LGPLv3+.
# Copyright 2017-20
2
1 CERN. Licensed under LGPLv3+.
stages
:
-
build
# build and/or test the meta-package using the appropriate O/S
...
...
COPYRIGHT.txt
View file @
5fbda695
Copyright 2009-201
9
CERN.
Copyright 2009-20
2
1 CERN.
HEP_OSlibs is a meta-package with dependencies on hundreds of packages created
by a range of individuals, teams and companies. Each of these packages may come
...
...
QA-ubuntu1604.md
View file @
5fbda695
...
...
@@ -70,7 +70,7 @@ for the el7 changelog).
## License
Copyright 2009-201
9
CERN.
Copyright 2009-20
2
1 CERN.
Licensed under
[
LGPLv3
](
https://www.gnu.org/licenses/lgpl-3.0.txt
)
or (at your option) any later version.
See
[
COPYRIGHT.txt
](
COPYRIGHT.txt
)
for more details.
pkg.sh
View file @
5fbda695
#!/bin/bash
# Copyright 2017-201
9
CERN. Licensed under LGPLv3+.
# Copyright 2017-20
2
1 CERN. Licensed under LGPLv3+.
dir
=
$(
cd
$(
dirname
$0
)
;
pwd
)
scr
=
`
basename
$0
`
...
...
workflow.md
View file @
5fbda695
<!-- Copyright 2017-201
9
CERN. Licensed under LGPLv3+. -->
<!-- Copyright 2017-20
2
1 CERN. Licensed under LGPLv3+. -->
# Workflow for preparing new HEP_OSlibs releases
The workflow for preparing new releases of the HEP_OSlibs meta-package
...
...
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