From 6cae5243d4282f8fa13c60312783ae4803689642 Mon Sep 17 00:00:00 2001 From: fewtarius Date: Fri, 18 Oct 2024 18:18:30 +0000 Subject: [PATCH] Re-point bug report url to the community section. --- rootfs/steamfork/presets/minimal.sh | 2 +- rootfs/steamfork/presets/rel.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/rootfs/steamfork/presets/minimal.sh b/rootfs/steamfork/presets/minimal.sh index f5579f4f..34fe8897 100644 --- a/rootfs/steamfork/presets/minimal.sh +++ b/rootfs/steamfork/presets/minimal.sh @@ -10,7 +10,7 @@ export OS_FS_PREFIX="sf" export HOME_URL="https://www.steamfork.org" export DOCUMENTATION_URL="https://wiki.steamfork.org" export SUPPORT_URL="${HOME_URL}" -export BUG_REPORT_URL="https://github.com/SteamFork/bugtracker" +export BUG_REPORT_URL="https://github.com/SteamFork#community" echo -e ${RELEASE_TAG} > /tmp/builder-releasetag echo -e "$(echo ${DISTRO_NAME} | tr '[:upper:]' '[:lower:]')_$(echo ${OS_CODENAME} | tr '[:upper:]' '[:lower:]')_${RELEASE_TAG}" > /tmp/build_temp_ver diff --git a/rootfs/steamfork/presets/rel.sh b/rootfs/steamfork/presets/rel.sh index 899a3cb8..ee2f756a 100644 --- a/rootfs/steamfork/presets/rel.sh +++ b/rootfs/steamfork/presets/rel.sh @@ -10,7 +10,7 @@ export OS_FS_PREFIX="sf" export HOME_URL="https://www.steamfork.org" export DOCUMENTATION_URL="https://wiki.steamfork.org" export SUPPORT_URL="${HOME_URL}" -export BUG_REPORT_URL="https://github.com/SteamFork/bugtracker" +export BUG_REPORT_URL="https://github.com/SteamFork#community" echo -e ${RELEASE_TAG} > /tmp/builder-releasetag echo -e "$(echo ${DISTRO_NAME} | tr '[:upper:]' '[:lower:]')_$(echo ${OS_CODENAME} | tr '[:upper:]' '[:lower:]')_${RELEASE_TAG}" > /tmp/build_temp_ver export BUILDVER=$(cat /tmp/build_temp_ver)