From f6f8111c4cc3a0f77989751b4e68c7da005d224c Mon Sep 17 00:00:00 2001 From: Heitor Matsui Date: Fri, 2 Feb 2024 11:44:51 -0300 Subject: [PATCH] Fix package_feed parameter after upversion With [1] the package_feed parameter on software.conf is now pointing to a unexistent URL. This commit fixes the parameter. [1] https://review.opendev.org/c/starlingx/utilities/+/906010 Test Plan PASS: deploy a patch successfully Story: 2010676 Task: 49516 Signed-off-by: Heitor Matsui Change-Id: I01157498b1c0d968c1262920dea3426661512ff9 --- software/service-files/software.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/software/service-files/software.conf b/software/service-files/software.conf index 1fa221da..efeb0bc6 100644 --- a/software/service-files/software.conf +++ b/software/service-files/software.conf @@ -9,4 +9,4 @@ agent_port = 5495 # db to run on to-release alt_postgresql_port = 6666 # todo(cshort): This needs to be configured in puppet. -package_feed="http://controller:8080/updates/debian/rel-23.09/ bullseye updates" +package_feed="http://controller:8080/updates/debian/rel-24.03/ bullseye updates"