Required to keep repo status and git status commands clean
Story: 2007718
Task: 40272
Change-Id: Ief5121bef31b140a82cb24744b6598b0c37c4cd2
Signed-off-by: Cole Walker <cole.walker@windriver.com>
There have been new repos added in stx/manifest that
were not added to the .gitignore in this repo.
This means that there would have been untracked changes
when running:
repo status
-- stx/cert-manager-armada-app/
-- stx/kernel/
-- stx/nginx-ingress-controller-armada-app/
Pertains to:
https://review.opendev.org/#/c/718787/https://review.opendev.org/#/c/716117/
Story: 2007360
Task: 39426
Change-Id: Ib55639735b181625fb4156f55d4b7814912f9132
Signed-off-by: albailey <Al.Bailey@windriver.com>
A new repo was added to the manifest by:
https://review.opendev.org/#/c/700181/
The .gitignore is being updated, so "repo status"
will report clean info.
Change-Id: I2f2d13823aee2e6bfbe757b8d707e0cf040bca7e
Signed-off-by: Al Bailey <Al.Bailey@windriver.com>
Adding the following to .gitignore for new repos
added to the manifest
- docs
- test
- zuul-jobs
Depends-On: https://review.opendev.org/681508
Change-Id: If1a1dedac5a750d5cbbae25f7c0ea90645b36edc
Signed-off-by: Don Penney <don.penney@windriver.com>
Remove entries from .gitignore for pre-restructure directories.
Also 'kubernetes' was renamed as 'containers'.
Finally add an entry for distcloud-client. The gui tox
targets expect the user to create a distcloud-client symlink
in order to be run locally.
Change-Id: I4ea03ec3cb517b1d26215d0fee2ba0dd0e25e598
Story: 2006166
Task: 35687
Signed-off-by: Scott Little <scott.little@windriver.com>
Build tools need to be made ready for the code
restructuring:
1) new repos
2) relocation of release-info.inc and bsp files
3) Removal of the stx- prefix from sub-repos.
Changes:
1) Create new functions to find the release-info.inc and
bsp file under both pre and post restructure paths.
2) Update .gitignore to ignore all the new repos that
are to be created.
3) Remove an argument sanity check from build-helm-charts.sh.
It is making invalid assumptions about where applications
can be found in the directory structure.
4) build-iso will need to look to additional repos to find
packages from lower layers.
Change-Id: If62444390d0a5a363974c6ff8cdaceca35978bda
Story: 2006166
Task: 35687
Signed-off-by: Scott Little <scott.little@windriver.com>
Directory stx will now be owned by stx-root.
Relocate .gitignore from stx-utils for that directory.
Change-Id: I75ac350600e5dcce286e6a76cf3a985d9297a2a8
Story: 2002801
Task: 22687
Depends-On: https://review.openstack.org/588634
Signed-off-by: Scott Little <scott.little@windriver.com>