[dx] remove version_map and building for library charts

Signed-off-by: Andrei Kvapil <kvapss@gmail.com>
This commit is contained in:
Andrei Kvapil 2025-05-28 12:01:31 +02:00
parent 50932ba49e
commit 6cbfab9b2a
No known key found for this signature in database
GPG key ID: 931CF7FEACEAF765
3 changed files with 0 additions and 10 deletions

View file

@ -29,10 +29,8 @@ build: build-deps
repos:
rm -rf _out
make -C packages/library check-version-map
make -C packages/apps check-version-map
make -C packages/extra check-version-map
make -C packages/library repo
make -C packages/system repo
make -C packages/apps repo
make -C packages/extra repo

View file

@ -6,10 +6,3 @@ repo:
fix-chartnames:
find . -maxdepth 2 -name Chart.yaml | awk -F/ '{print $$2}' | while read i; do sed -i "s/^name: .*/name: $$i/" "$$i/Chart.yaml"; done
gen-versions-map: fix-chartnames
../../hack/gen_versions_map.sh
check-version-map: gen-versions-map
git diff --exit-code -- versions_map

View file

@ -1 +0,0 @@
cozy-lib 0.1.0 HEAD