From 6be86f3d8b5a56c0d0ce5222749eee085d47af6a Mon Sep 17 00:00:00 2001 From: Leonardo Fagundes Luz Serrano Date: Fri, 6 Jun 2025 17:23:35 -0300 Subject: [PATCH] Build Apt-Ostree from cloned repo Opendev maintainers have stated the tarball feature on the platform may be unstable. Changing Apt-Ostree build config files so that it uses a cloned repo instead of a tarball pulled from Opendev. Test Plan: pass: build pkgs pass: pkg contents are unchanged Story: 2010867 Task: 52331 Depends-On: https://review.opendev.org/c/starlingx/manifest/+/952001 Change-Id: I6b03e466eef609cd54e74ed1d1e0a2b68e2f805b Signed-off-by: Leonardo Fagundes Luz Serrano --- apt-ostree/debian/deb_folder/source/format | 2 +- apt-ostree/debian/meta_data.yaml | 7 +------ 2 files changed, 2 insertions(+), 7 deletions(-) diff --git a/apt-ostree/debian/deb_folder/source/format b/apt-ostree/debian/deb_folder/source/format index 163aaf8d..d3827e75 100644 --- a/apt-ostree/debian/deb_folder/source/format +++ b/apt-ostree/debian/deb_folder/source/format @@ -1 +1 @@ -3.0 (quilt) +1.0 diff --git a/apt-ostree/debian/meta_data.yaml b/apt-ostree/debian/meta_data.yaml index 99033b1d..e87b56e0 100644 --- a/apt-ostree/debian/meta_data.yaml +++ b/apt-ostree/debian/meta_data.yaml @@ -1,12 +1,7 @@ --- debname: apt-ostree debver: 0.1 -dl_path: - name: apt-ostree-0.1.tar.gz - url: "https://opendev.org/starlingx/apt-ostree/archive/\ - 88f4e4f4e3ca29de4e022d8de1c31060f04a09a3.tar.gz" - sha256sum: 00fb3baf70ee3171658ef2d0bdc6a7e855272afa8b1ff4a1a574a816eef2e87a - md5sum: 2ad9920f8bf86d8918d882c5c71c2cea +src_path: ${MY_REPO}/stx/git/apt-ostree revision: dist: $STX_DIST PKG_GITREVCOUNT: true