Skip to content

Commit

Permalink
set proper craft-archives version
Browse files Browse the repository at this point in the history
  • Loading branch information
tigarmo committed Oct 21, 2024
1 parent 1c11c58 commit 5640986
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 4 deletions.
2 changes: 1 addition & 1 deletion requirements-devel.txt
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ codespell==2.3.0
colorama==0.4.6
coverage==7.6.1
craft-application==4.2.7
craft-archives @ git+https://github.com/canonical/craft-archives@work/CRAFT-3538-noble-key-conflict
craft-archives==2.0.1
craft-cli==2.7.0
craft-grammar==2.0.1
craft-parts==2.1.2
Expand Down
2 changes: 1 addition & 1 deletion requirements-docs.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ charset-normalizer==3.3.2
click==8.1.7
colorama==0.4.6
craft-application==4.2.7
craft-archives @ git+https://github.com/canonical/craft-archives@work/CRAFT-3538-noble-key-conflict
craft-archives==2.0.1
craft-cli==2.7.0
craft-grammar==2.0.1
craft-parts==2.1.2
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ chardet==5.2.0
charset-normalizer==3.3.2
click==8.1.7
craft-application==4.2.7
craft-archives @ git+https://github.com/canonical/craft-archives@work/CRAFT-3538-noble-key-conflict
craft-archives==2.0.1
craft-cli==2.7.0
craft-grammar==2.0.1
craft-parts==2.1.2
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ platforms:
amd64:

package-repositories:
# In core24 this pair of url + suite is already listed in
# In core24+ this pair of url + suite is already listed in
# /etc/apt/sources.list.d/ubuntu.sources. Add it here to make sure this setup
# is working.
- type: apt
Expand All @@ -18,12 +18,21 @@ package-repositories:
architectures: [i386]
key-id: F6ECB3762474EDA9D21B7022871920D1991BC93C
key-server: keyserver.ubuntu.com
# This ports.ubuntu.com repo is not affected by the bug, but add it here to
# ensure that a different repo with the same key-id still works.
- type: apt
url: http://ports.ubuntu.com/ubuntu-ports
suites: [noble]
architectures: [armhf]
components: [main]
key-id: F6ECB3762474EDA9D21B7022871920D1991BC93C

parts:
mypart:
plugin: nil
stage-packages:
- zlib1g:i386 # To ensure the package-repo is setup correctly
- zlib1g:armhf
- hello # there is no hello:i386 in the archives

apps:
Expand Down

0 comments on commit 5640986

Please sign in to comment.