Skip to content
This repository was archived by the owner on Jan 16, 2024. It is now read-only.

Commit bb2df2a

Browse files
committed
M #-: Bump version to 6.0.0 and year
1 parent 04d85b4 commit bb2df2a

File tree

57 files changed

+59
-59
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

57 files changed

+59
-59
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ executed as a first during the post-networking contextualization stage.
123123

124124
## License
125125

126-
Copyright 2002-2020, OpenNebula Project, OpenNebula Systems (formerly C12G Labs)
126+
Copyright 2002-2021, OpenNebula Project, OpenNebula Systems (formerly C12G Labs)
127127

128128
Licensed under the Apache License, Version 2.0 (the "License"); you may
129129
not use this file except in compliance with the License. You may obtain

generate.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/env bash
22

33
# -------------------------------------------------------------------------- #
4-
# Copyright 2002-2020, OpenNebula Project, OpenNebula Systems #
4+
# Copyright 2002-2021, OpenNebula Project, OpenNebula Systems #
55
# #
66
# Licensed under the Apache License, Version 2.0 (the "License"); you may #
77
# not use this file except in compliance with the License. You may obtain #
@@ -39,7 +39,7 @@ fi
3939

4040
###
4141

42-
VERSION=${VERSION:-5.13.80}
42+
VERSION=${VERSION:-6.0.0}
4343
RELEASE=${RELEASE:-0}
4444
MAINTAINER=${MAINTAINER:-OpenNebula Systems <support@opennebula.systems>}
4545
LICENSE=${LICENSE:-Apache 2.0}
@@ -175,7 +175,7 @@ else
175175
fi
176176

177177
# set the package version of onesysprep
178-
sed -i "s/\<_PACKAGE_VERSION_\>/${VERSION}-${RELEASE_FULL}/" \
178+
sed -i "s/\<_PACKAGE_VERSION_\>/${VERSION}/" \
179179
"${BUILD_DIR}/usr/sbin/onesysprep"
180180

181181
fpm --name "${NAME}" --version "${VERSION}" --iteration "${RELEASE_FULL}" \

src/etc/init.d/one-context##apk.one

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/sbin/openrc-run
22

33
# -------------------------------------------------------------------------- #
4-
# Copyright 2002-2020, OpenNebula Project, OpenNebula Systems #
4+
# Copyright 2002-2021, OpenNebula Project, OpenNebula Systems #
55
# #
66
# Licensed under the Apache License, Version 2.0 (the "License"); you may #
77
# not use this file except in compliance with the License. You may obtain #

src/etc/init.d/one-context##deb.sysv.one

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/bash
22

33
# -------------------------------------------------------------------------- #
4-
# Copyright 2002-2020, OpenNebula Project, OpenNebula Systems #
4+
# Copyright 2002-2021, OpenNebula Project, OpenNebula Systems #
55
# #
66
# Licensed under the Apache License, Version 2.0 (the "License"); you may #
77
# not use this file except in compliance with the License. You may obtain #

src/etc/init.d/one-context##rpm.sysv.one

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/bash
22

33
# -------------------------------------------------------------------------- #
4-
# Copyright 2002-2020, OpenNebula Project, OpenNebula Systems #
4+
# Copyright 2002-2021, OpenNebula Project, OpenNebula Systems #
55
# #
66
# Licensed under the Apache License, Version 2.0 (the "License"); you may #
77
# not use this file except in compliance with the License. You may obtain #

src/etc/init.d/one-context-force##apk.one

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/sbin/openrc-run
22

33
# -------------------------------------------------------------------------- #
4-
# Copyright 2002-2020, OpenNebula Project, OpenNebula Systems #
4+
# Copyright 2002-2021, OpenNebula Project, OpenNebula Systems #
55
# #
66
# Licensed under the Apache License, Version 2.0 (the "License"); you may #
77
# not use this file except in compliance with the License. You may obtain #

src/etc/init.d/one-context-force##deb.sysv.one

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/bash
22

33
# -------------------------------------------------------------------------- #
4-
# Copyright 2002-2020, OpenNebula Project, OpenNebula Systems #
4+
# Copyright 2002-2021, OpenNebula Project, OpenNebula Systems #
55
# #
66
# Licensed under the Apache License, Version 2.0 (the "License"); you may #
77
# not use this file except in compliance with the License. You may obtain #

src/etc/init.d/one-context-force##rpm.sysv.one

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/bash
22

33
# -------------------------------------------------------------------------- #
4-
# Copyright 2002-2020, OpenNebula Project, OpenNebula Systems #
4+
# Copyright 2002-2021, OpenNebula Project, OpenNebula Systems #
55
# #
66
# Licensed under the Apache License, Version 2.0 (the "License"); you may #
77
# not use this file except in compliance with the License. You may obtain #

src/etc/init.d/one-context-local##apk.one

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/sbin/openrc-run
22

33
# -------------------------------------------------------------------------- #
4-
# Copyright 2002-2020, OpenNebula Project, OpenNebula Systems #
4+
# Copyright 2002-2021, OpenNebula Project, OpenNebula Systems #
55
# #
66
# Licensed under the Apache License, Version 2.0 (the "License"); you may #
77
# not use this file except in compliance with the License. You may obtain #

src/etc/init.d/one-context-local##deb.sysv.one

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/bash
22

33
# -------------------------------------------------------------------------- #
4-
# Copyright 2002-2020, OpenNebula Project, OpenNebula Systems #
4+
# Copyright 2002-2021, OpenNebula Project, OpenNebula Systems #
55
# #
66
# Licensed under the Apache License, Version 2.0 (the "License"); you may #
77
# not use this file except in compliance with the License. You may obtain #

0 commit comments

Comments
 (0)