Remove github.com references

* Travis and Coveralls badges
* aports: instead of <https://github.com/postmarketOS>, use
  <https://postmarketos.org>
* References to full URLs to issues and pull requests replaced with
  a hash and the number
* grsec check: simplify error message, remove link to github issue
  (nobody is using that anymore anyway)
This commit is contained in:
Oliver Smith 2018-06-30 09:00:48 +02:00
parent 256914c1a0
commit 0854aa1dc4
No known key found for this signature in database
GPG key ID: 5AE7F5513E0885CB
61 changed files with 63 additions and 75 deletions

View file

@ -49,8 +49,7 @@ def test_get_folder_size(args, tmpdir):
# Check if the size is correct. Unfortunately, the `du` call
# in pmb.helpers.other.folder_size is not very accurate, so we
# allow 10kb of tolerance (good enough for our use case):
# <https://github.com/postmarketOS/pmbootstrap/pull/760>
# allow 10kb of tolerance (good enough for our use case): #760
tolerance = 10240
size = 204800 * files
result = pmb.helpers.other.folder_size(args, tmpdir)

View file

@ -4,7 +4,7 @@ pkgname=device-lg-mako
pkgver=2
pkgrel=16
pkgdesc="Google Nexus 4"
url="https://github.com/postmarketOS"
url="https://postmarketos.org"
arch="noarch"
license="MIT"
depends="linux-lg-mako mkbootimg mesa-dri-swrast"

View file

@ -2,7 +2,7 @@ pkgname=device-sony-amami
pkgver=2
pkgrel=0
pkgdesc="Sony Xperia Z1 Compact"
url="https://github.com/postmarketOS"
url="https://postmarketos.org"
arch="noarch"
license="MIT"
depends="postmarketos-base mkbootimg mdss-fb-init-hack mesa-dri-swrast"