Page MenuHomePhorge

D257.1766010938.diff
No OneTemporary

Size
3 KB
Referenced Files
None
Subscribers
None

D257.1766010938.diff

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -2,35 +2,9 @@
# SPDX-FileCopyrightText: 2022-2023 tusooa <tusooa@kazv.moe>
# SPDX-License-Identifier: AGPL-3.0-or-later
-workflow:
- rules:
- - if: '$CI_PIPELINE_SOURCE == "trigger"'
- - if: '$CI_PIPELINE_SOURCE == "merge_request_event"'
- when: never
- - if: $CI_COMMIT_BRANCH
- - if: '$CI_COMMIT_TAG !~ /^phabricator\//'
-
stages:
- - prepare
- build
- lint
- - report
-
-.report:
- image:
- name: 'reg.lily.kazv.moe/infra/phorge-ci-tools:servant'
- rules:
- - if: $TARGET_PHID
- when: always
- - when: never
- before_script:
- - pipelineUrl="$CI_PROJECT_URL"/-/pipelines/"$CI_PIPELINE_ID"
-
-report-start:
- extends: .report
- stage: prepare
- script:
- - 'echo "{\"receiver\": \"$TARGET_PHID\", \"type\": \"work\", \"unit\": [{\"name\": \"GitLab CI (information only)\", \"result\": \"skip\", \"details\": \"$pipelineUrl\", \"format\": \"remarkup\"}]}" | /tools/arcanist/bin/arc call-conduit --conduit-uri https://iron.lily-is.land/ --conduit-token "$CONDUIT_TOKEN" -- harbormaster.sendmessage'
'lint':
stage: lint
@@ -126,36 +100,10 @@
'build:GNU/Linux-amd64-debug:kf6':
extends: .build-debug
- before_script:
- - !reference [.build-debug, before_script]
- - export KF_VER=6
image:
- name: 'reg.lily.kazv.moe/kazv/libkazv/libkazv:servant-ubuntu22.04-debug'
+ name: 'r.lily-is.land/kazv/libkazv:servant-ubuntu24.04-debug'
'build:GNU/Linux-amd64-prod:kf6':
extends: .build-prod
- before_script:
- - !reference [.build-prod, before_script]
- - export KF_VER=6
image:
- name: 'reg.lily.kazv.moe/kazv/libkazv/libkazv:servant-ubuntu22.04-prod'
-
-report-success:
- extends: .report
- rules:
- - if: $TARGET_PHID
- when: on_success
- - when: never
- stage: report
- script:
- - 'echo "{\"receiver\": \"$TARGET_PHID\", \"type\": \"pass\"}" | /tools/arcanist/bin/arc call-conduit --conduit-uri https://iron.lily-is.land/ --conduit-token "$CONDUIT_TOKEN" -- harbormaster.sendmessage'
-
-report-failure:
- extends: .report
- rules:
- - if: $TARGET_PHID
- when: on_failure
- - when: never
- stage: report
- script:
- - 'echo "{\"receiver\": \"$TARGET_PHID\", \"type\": \"fail\"}" | /tools/arcanist/bin/arc call-conduit --conduit-uri https://iron.lily-is.land/ --conduit-token "$CONDUIT_TOKEN" -- harbormaster.sendmessage'
+ name: 'r.lily-is.land/kazv/libkazv:servant-ubuntu24.04-prod'
diff --git a/packaging/GNU-Linux/appimage/build.sh b/packaging/GNU-Linux/appimage/build.sh
--- a/packaging/GNU-Linux/appimage/build.sh
+++ b/packaging/GNU-Linux/appimage/build.sh
@@ -55,7 +55,7 @@
qt6-websockets-dev
)
export QMAKE=qmake6
- cp -v packaging/GNU-Linux/appimage/kde-neon-jammy.list /etc/apt/sources.list.d/
+ cp -v packaging/GNU-Linux/appimage/kde-neon-noble.list /etc/apt/sources.list.d/
fi
apt-get update && \
diff --git a/packaging/GNU-Linux/appimage/kde-neon-focal.list b/packaging/GNU-Linux/appimage/kde-neon-focal.list
deleted file mode 100644
--- a/packaging/GNU-Linux/appimage/kde-neon-focal.list
+++ /dev/null
@@ -1 +0,0 @@
-deb http://archive.neon.kde.org/release focal main
diff --git a/packaging/GNU-Linux/appimage/kde-neon-jammy.list b/packaging/GNU-Linux/appimage/kde-neon-jammy.list
deleted file mode 100644
--- a/packaging/GNU-Linux/appimage/kde-neon-jammy.list
+++ /dev/null
@@ -1 +0,0 @@
-deb http://archive.neon.kde.org/release jammy main
diff --git a/packaging/GNU-Linux/appimage/kde-neon-noble.list b/packaging/GNU-Linux/appimage/kde-neon-noble.list
new file mode 100644
--- /dev/null
+++ b/packaging/GNU-Linux/appimage/kde-neon-noble.list
@@ -0,0 +1 @@
+deb http://archive.neon.kde.org/release noble main

File Metadata

Mime Type
text/plain
Expires
Wed, Dec 17, 2:35 PM (17 h, 14 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
795031
Default Alt Text
D257.1766010938.diff (3 KB)

Event Timeline