Skip to content

Commit d4a3dd1

Browse files
committed
fix: Use the right code name for ubuntu 25.04 package
1 parent cfc21d4 commit d4a3dd1

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

build/LaunchpadPublish/PublishLaunchpad.sh

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -307,10 +307,10 @@ else
307307
fi
308308

309309
if [ "$distVersionNumber" == "25.04" ] && [ "$distribution" == "Ubuntu" ]; then
310-
sed -i "s/focal;/oracular;/g" $WORK_DIR/install/debian/changelog
311-
sed -i "s/ubuntu20.04/ubuntu24.10/g" $WORK_DIR/install/debian/changelog
312-
sed -i "s/jammy;/oracular;/g" $WORK_DIR/install/debian/changelog
313-
sed -i "s/ubuntu22.04/ubuntu24.10/g" $WORK_DIR/install/debian/changelog
310+
sed -i "s/focal;/plucky;/g" $WORK_DIR/install/debian/changelog
311+
sed -i "s/ubuntu20.04/ubuntu25.04/g" $WORK_DIR/install/debian/changelog
312+
sed -i "s/jammy;/plucky;/g" $WORK_DIR/install/debian/changelog
313+
sed -i "s/ubuntu22.04/ubuntu25.04/g" $WORK_DIR/install/debian/changelog
314314
sed -i "s/golang-1.16,/golang-1.24,/g" $WORK_DIR/install/debian/control
315315
find . -name "*.go" -exec sed -i "s/github.com\\/shirou\\/gopsutil\\/v3\\/process/github.com\\/shirou\\/gopsutil\\/process/g" {} \;
316316
else

0 commit comments

Comments
 (0)