
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>
49 lines
534 B
Plaintext
49 lines
534 B
Plaintext
.cache/
|
|
*.egg-info
|
|
.idea
|
|
*.pyc
|
|
*.swp
|
|
.tox
|
|
*~
|
|
/downloads
|
|
/git
|
|
installer-prebuilt
|
|
/stx-ansible-playbooks
|
|
/stx-clients
|
|
/stx-compile
|
|
/stx-config
|
|
/stx-config-files
|
|
/stx-fault
|
|
/stx-gui
|
|
/stx-ha
|
|
/stx-integ
|
|
/stx-kubernetes
|
|
/stx-metal
|
|
/stx-monitoring
|
|
/stx-nfv
|
|
/stx-puppet
|
|
/stx-update
|
|
/stx-upstream
|
|
/stx-utilities
|
|
/ansible-playbooks
|
|
/clients
|
|
/compile
|
|
/config
|
|
/config-files
|
|
/fault
|
|
/gui
|
|
/ha
|
|
/helm-charts
|
|
/integ
|
|
/kubernetes
|
|
/metal
|
|
/monitor-armada-app
|
|
/monitoring
|
|
/nfv
|
|
/openstack-armada-app
|
|
/platform-armada-app
|
|
/puppet
|
|
/update
|
|
/upstream
|
|
/utilities
|