Skip to content

Commit 6c6b3cc

Browse files
update to x04_initial_release
tmp change to point to https://ports-ubuntu.qualcomm.com/x04_initial_release/ to assist previous releases Change-Id: I42360e462e826a97fcdfe1be4a3dcb2b968c0631
1 parent db47980 commit 6c6b3cc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ubuntu/pack_deb.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -248,8 +248,8 @@ def build_image(self):
248248
if config.strip():
249249
bash_command += f" \"{config.strip()}\""
250250

251-
bash_command += f" \"deb [arch=arm64 trusted=yes] http://ports-ubuntu.qualcomm.com/ports.ubuntu.com/{SNAP_SHOT_DATE} noble main universe multiverse restricted\""
252-
bash_command += f" \"deb [arch=arm64 trusted=yes] http://ports-ubuntu.qualcomm.com/ports.ubuntu.com/{SNAP_SHOT_DATE} noble-updates main universe multiverse restricted\""
251+
bash_command += f" \"deb [arch=arm64 trusted=yes] http://ports.ubuntu.com noble main universe multiverse restricted\""
252+
bash_command += f" \"deb [arch=arm64 trusted=yes] https://ports-ubuntu.qualcomm.com/x04_initial_release noble main\""
253253

254254
out = run_command_for_result(bash_command)
255255
if out['returncode'] != 0:

0 commit comments

Comments
 (0)