diff options
author | Carlo Landmeter <clandmeter@alpinelinux.org> | 2018-01-30 23:41:29 +0000 |
---|---|---|
committer | Carlo Landmeter <clandmeter@alpinelinux.org> | 2018-01-30 23:41:29 +0000 |
commit | 66f9a9bc4ccd5c220895286cfa7e0457b3606795 (patch) | |
tree | 6e6a28778443ce8e609d90f0bd9610519dc44dc1 /community/patchwork | |
parent | d0d2c8164b2266ac86642397ba19baed2e6a5f55 (diff) | |
download | aports-66f9a9bc4ccd5c220895286cfa7e0457b3606795.tar.bz2 aports-66f9a9bc4ccd5c220895286cfa7e0457b3606795.tar.xz |
community/patchwork: disable check (webapp)
Diffstat (limited to 'community/patchwork')
-rw-r--r-- | community/patchwork/APKBUILD | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/community/patchwork/APKBUILD b/community/patchwork/APKBUILD index 787d0f3012..93117533ba 100644 --- a/community/patchwork/APKBUILD +++ b/community/patchwork/APKBUILD @@ -7,6 +7,7 @@ pkgdesc="Web-based patch tracking system" url="https://github.com/getpatchwork/patchwork" arch="noarch" license="GPL" +options="!check" depends="py-django py-django-registration git py-psycopg2" subpackages="$pkgname-doc $pkgname-uwsgi-apache2:apache2_wsgi $pkgname-uwsgi-nginx:nginx_wsgi $pkgname-mysql $pkgname-postgresql pwclient:pwclient" |