Commit Graph

5 Commits

Author SHA1 Message Date
Don Penney 05f4bcc83d Add setup_patch_repo.sh for patch-iso
This update adds the setup_patch_repo.sh script to starlingx/update
for use by the patch-iso utility. This file was missed from initial
seeding of StarlingX.

Change-Id: I48b7caa2a41347ada6185e8d262d3b3d330dd37e
Partial-Bug: 1863011
Signed-off-by: Don Penney <don.penney@windriver.com>
2020-02-12 14:38:01 -05:00
Scott Little 5e1352139d fix path to release-info.inc in patch_build.sh
Release-info.inc has moved from repo 'integ' to 'utilities'.

Story: 2006166
Task: 35687
Change-Id: Ia69a36c80cff201240836e95b20073d2434d848a
Signed-off-by: Scott Little <scott.little@windriver.com>
2019-09-09 14:43:40 -04:00
David Sullivan c3cf35e1ee patch_build.sh fails with path errors
The patch_build script fails as the paths for release-info.inc and
patch_build are incorrect.

With commit d566e09 (Story 2002801) the patch scripts were relocated
from stx-utils to stx-update. Various paths in the scripts were not
updated to reflect their new locations.

This change corrects those paths.

Change-Id: I6ebe57476f01d6ae68312bf98e8a706047d4a695
Signed-off-by: David Sullivan <david.sullivan@windriver.com>
Story: 2003449
Task: 24652
2018-08-16 17:54:05 -04:00
Scott Little e5afe88d43 Shorten "addons/wr-cgcs/layers/cgcs" to just "stx"
Part of the project to remove cgcs references.
Replace and shorten the path the needlessly long and
complex "addons/wr-cgcs/layers/cgcs" path with just "stx".

This update just fixes up paths found in scripts, comments
and config files.

Depends-On: https://review.openstack.org/579954
Depends-On: https://review.openstack.org/579957
Depends-On: https://review.openstack.org/580170
Depends-On: https://review.openstack.org/579979
Change-Id: I6fa7591a365aadf5f9f458ed0d972223a52a935b
Signed-off-by: Scott Little <scott.little@windriver.com>
2018-08-01 12:47:20 -04:00
Scott Little d566e095f5 Relocate extras to stx-update/extras
Move content from stx-utils into stx-integ or stx-update

Packages will be relocated to

stx-update:
    enable-dev-patch
    extras

stx-integ:
    config-files/
        io-scheduler

    filesystem/
        filesystem-scripts

    grub/
        grubby

    logging/
        logmgmt

    tools/
        collector
        monitor-tools

    tools/engtools/
        hostdata-collectors
        parsers

    utilities/
        build-info
        branding   (formerly wrs-branding)
        platform-util

Change-Id: I4143fb20bba179d5c1910edd89921b8d8b5195d5
Story: 2002801
Task: 22687
Signed-off-by: Scott Little <scott.little@windriver.com>
2018-08-01 12:47:13 -04:00