Bin Qian d6e0e22496 Include upgrades meta files to Debian ISO
Add upgrades meta files to /upgrades directory in Debian ISO.
Files include:
    version
        Version file to indicate the ISO release version
    metadata.xml
        Supportted upgrade path, and required patch
    import.sh
        Shell script to import the ISO load into StarlingX system
    pxeboot-update-<rel-ver>.sh
        Shell script to update pxeboot config file for new release

Test cases:
    Build Debian ISO and visually inspect the existance of files
    list above in /upgrades directory of Debian ISO.
    Build Centos ISO with no changes.

Story: 2009303
Task: 45830

Change-Id: I1f0b42c6c37943b19bdf5dd7baaf81da5d1eef7a
Signed-off-by: Bin Qian <bin.qian@windriver.com>
2022-08-02 21:01:58 +00:00

42 lines
1.7 KiB
Plaintext
Executable File

Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: platform-upgrades
Source: https://opendev.org/starlingx/metal
Files: *
Copyright: (c) 2013-2022 Wind River Systems, Inc
License: Apache-2
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
.
https://www.apache.org/licenses/LICENSE-2.0
.
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
.
On Debian-based systems the full text of the Apache version 2.0 license
can be found in `/usr/share/common-licenses/Apache-2.0'.
# If you want to use GPL v2 or later for the /debian/* files use
# the following clauses, or change it to suit. Delete these two lines
Files: debian/*
Copyright: 2022 Wind River Systems, Inc
License: Apache-2
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
.
https://www.apache.org/licenses/LICENSE-2.0
.
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
.
On Debian-based systems the full text of the Apache version 2.0 license
can be found in `/usr/share/common-licenses/Apache-2.0'.