diff options
author | A. Wilcox <awilcox@wilcox-tech.com> | 2018-05-19 22:38:32 +0000 |
---|---|---|
committer | A. Wilcox <awilcox@wilcox-tech.com> | 2018-05-19 22:38:32 +0000 |
commit | f955f671717520e45b81c738a5521d449ef864ba (patch) | |
tree | e1cdddc4b31c21df9654220e8c7669812edeb60c /system | |
parent | bbdcada606816189ed3f5ad4de29f95c50be7620 (diff) | |
parent | b5f95650f3c568cb2712d02e37f78f3d41464b7f (diff) | |
download | packages-f955f671717520e45b81c738a5521d449ef864ba.tar.gz packages-f955f671717520e45b81c738a5521d449ef864ba.tar.bz2 packages-f955f671717520e45b81c738a5521d449ef864ba.tar.xz packages-f955f671717520e45b81c738a5521d449ef864ba.zip |
Merge branch 'rootbld' into 'master'
Add rootbld support
* `bubblewrap` still needs to be brought over from Alpine community
* `APORTSDIR` needs to be set to `/path/to/packages.git` in user's `abuild.conf`
* Permissions on `/var/tmp` need to be permissive for the user `abuild rootbld` runs under
See merge request !32
Diffstat (limited to 'system')
-rw-r--r-- | system/.rootbld-repositories | 2 | ||||
-rw-r--r-- | system/adelie-base/APKBUILD | 3 |
2 files changed, 4 insertions, 1 deletions
diff --git a/system/.rootbld-repositories b/system/.rootbld-repositories new file mode 100644 index 000000000..b8c131a9a --- /dev/null +++ b/system/.rootbld-repositories @@ -0,0 +1,2 @@ +https://distfiles.adelielinux.org/adelie/1.0-alpha6/system/ +https://distfiles.adelielinux.org/adelie/1.0-alpha6/user/ diff --git a/system/adelie-base/APKBUILD b/system/adelie-base/APKBUILD index cf5a02b19..a9f5b2156 100644 --- a/system/adelie-base/APKBUILD +++ b/system/adelie-base/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: A. Wilcox <awilfox@adelielinux.org> pkgname=adelie-base pkgver=0.6.1 -pkgrel=0 +pkgrel=1 pkgdesc="The Adélie Linux Base System" url="http://adelielinux.org/" arch="noarch" @@ -19,6 +19,7 @@ makedepends_host="$depends" install="" options="!check !fhs" subpackages="$pkgname-doc $pkgname-posix $pkgname-lsb dev-kit:devkit" +provides="alpine-base" source="https://distfiles.adelielinux.org/source/$pkgname/$pkgname-$pkgver.tar.xz group passwd |