Skip to content
Snippets Groups Projects
Commit 5bae1ca4 authored by Siva Krishna Prasad Chinthalapudi's avatar Siva Krishna Prasad Chinthalapudi Committed by Ritesh Raj Sarraf
Browse files

ade-commands testcase: sysroot branch update

parent e5b9d35e
No related branches found
No related tags found
1 merge request!292ade-commands testcase: sysroot branch update
Pipeline #562772 passed
......@@ -33,34 +33,33 @@ set -eux
LANG=C.UTF-8
DISTRIBUTION=$ID
RELEASE=$VERSION_ID
OLDRELEASE=v2021
ARCH=arm64 # the non-default one to be tested
SYSROOTINDEX="https://images.apertis.org/sysroot/$OLDRELEASE/sysroot-$DISTRIBUTION-$OLDRELEASE-$ARCH"
SYSROOTINDEX="https://images.apertis.org/sysroot/$RELEASE/sysroot-$DISTRIBUTION-$RELEASE-$ARCH"
SAMPLEREPO=https://gitlab.apertis.org/pkg/dash/
git clone $SAMPLEREPO sample -b "apertis/$OLDRELEASE"
git clone $SAMPLEREPO sample -b "apertis/$RELEASE"
ade sysroot list
echo ==== Testing ade usage with custom parameters
ade sysroot installed --distro $DISTRIBUTION --release $OLDRELEASE --arch $ARCH
ade sysroot installed --distro $DISTRIBUTION --release $RELEASE --arch $ARCH
ade sysroot latest --distro $DISTRIBUTION --release $OLDRELEASE --arch $ARCH
ade sysroot latest --distro $DISTRIBUTION --release $RELEASE --arch $ARCH
ade sysroot latest --distro $DISTRIBUTION --release $OLDRELEASE --arch $ARCH --url "$SYSROOTINDEX"
ade sysroot latest --distro $DISTRIBUTION --release $RELEASE --arch $ARCH --url "$SYSROOTINDEX"
ade sysroot download --distro $DISTRIBUTION --release $OLDRELEASE --arch $ARCH --url "$SYSROOTINDEX" --dest /opt/sysroot/downloads/
ade sysroot download --distro $DISTRIBUTION --release $RELEASE --arch $ARCH --url "$SYSROOTINDEX" --dest /opt/sysroot/downloads/
ade sysroot verify --file /opt/sysroot/downloads/sysroot-$DISTRIBUTION-$OLDRELEASE-${ARCH}_*.tar.gz
ade sysroot verify --file /opt/sysroot/downloads/sysroot-$DISTRIBUTION-$RELEASE-${ARCH}_*.tar.gz
ade sysroot install --file /opt/sysroot/downloads/sysroot-$DISTRIBUTION-$OLDRELEASE-${ARCH}_*.tar.gz
ade sysroot install --file /opt/sysroot/downloads/sysroot-$DISTRIBUTION-$RELEASE-${ARCH}_*.tar.gz
ade sysroot list
cd sample
ade configure --debug --sysroot $DISTRIBUTION-$OLDRELEASE-$ARCH -- --disable-Werror
ade configure --debug --sysroot $DISTRIBUTION-$RELEASE-$ARCH -- --disable-Werror
ade build
stat src/dash
......
......@@ -70,4 +70,3 @@ Files: resources/media/audio/generic-no-artwork.mp3 resources/media/audio/generi
Copyright:
© 2008 Ivica Ico Bukvic
License: CC-BY-3.0
See https://creativecommons.org/licenses/by/3.0/
apertis-tests (2:0.2023.3) apertis; urgency=medium
[ SivaKrishnaPrasad ]
* ade-commands testcase update
[ Ritesh Raj Sarraf ]
* Add lintian override to source package
[ Dylan Aïssi ]
* Add complete text for creative commons licenses
* Standards-Version: 4.5.1 (no changes required)
-- SivaKrishnaPrasad <sivakrishnaprasad.chinthalapudi@in.bosch.com> Thu, 01 Jun 2023 16:51:12 +0200
apertis-tests (2:0.2023.1) apertis; urgency=medium
[ Vignesh Raman ]
......
......@@ -19,7 +19,7 @@ Build-Depends:
python3-yaml,
python3-jinja2,
valac,
Standards-Version: 3.9.6
Standards-Version: 4.5.1
Vcs-Browser: https://gitlab.apertis.org/infrastructure/apertis-tests
Vcs-Git: https://gitlab.apertis.org/infrastructure/apertis-tests
......
This diff is collapsed.
# this ain't a foreign package, so suppress this lintian error
apertis-tests source: version-substvar-for-external-package
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment