Migrate remaining GitHub URLs to GitLab

This commit is contained in:
Marti Raudsepp 2018-08-01 01:16:24 +03:00 committed by Marti Raudsepp
parent 2eaccb8bbb
commit 7a569ca3dc
2 changed files with 3 additions and 3 deletions

View File

@ -8,7 +8,7 @@
# Kernel config based on: arch/arm/configs/lineageos_i9305_defconfig
# Changes:
# - enable devtmpfs (needed for udev -> touch support in weston)
# - adding xz to makedepends because of lzma: unrecognized option: 9 (https://yuvadm.github.io/pmosweb/wiki/Troubleshooting:kernel/)
# - adding xz to makedepends because of lzma: unrecognized option: 9 (https://wiki.postmarketos.org/wiki/Troubleshooting:kernel)
# - add kernel modules installation
# - disable ANDROID_PARANOID_NETWORK (removes network restrictions)

View File

@ -33,8 +33,8 @@ def write_os_release(args, suffix):
'ID="postmarketos"\n'
'ID_LIKE="alpine"\n'
'HOME_URL="https://www.postmarketos.org/"\n'
'SUPPORT_URL="https://github.com/postmarketOS/"\n'
'BUG_REPORT_URL="https://github.com/postmarketOS/"\n'
'SUPPORT_URL="https://gitlab.com/postmarketOS"\n'
'BUG_REPORT_URL="https://gitlab.com/postmarketOS/pmbootstrap/issues"\n'
'PMOS_HASH="{hash}"\n'
).format(version=pmb.config.version, hash=revision)
with open(filepath, "w") as handle: