aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard Mortier <mort@cantab.net>2019-07-12 09:58:21 +0100
committerRichard Mortier <mort@cantab.net>2019-07-12 09:58:21 +0100
commitcd98858375ac7e4f03f552b564ce3bdaef7a3906 (patch)
treea276637fe8c289698c72c1e49f170958d8488f49
parent9f24e9ab9f7ddb4abee3d43f18e7d1535bd96476 (diff)
downloaddocker-abuild-cd98858375ac7e4f03f552b564ce3bdaef7a3906.tar.bz2
docker-abuild-cd98858375ac7e4f03f552b564ce3bdaef7a3906.tar.xz
readme: move badge to the top
Signed-off-by: Richard Mortier <mort@cantab.net>
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 1ca2be3..00f74d5 100644
--- a/README.md
+++ b/README.md
@@ -1,5 +1,7 @@
# docker-abuild
+[![Build Status](https://cloud.drone.io/api/badges/alpinelinux/docker-abuild/status.svg)](https://cloud.drone.io/alpinelinux/docker-abuild)
+
A Docker-ised `abuild` for invocation from within an `aports/` tree. Attempts to auto-detect which branch of `aports/` is checked out, and use an appropriately based container for running `abuild`.
## Configuration
@@ -26,8 +28,6 @@ To clean the cache before continuing, invoke as
DABUILD_CACHE=true DABUILD_CLEAN=true abuild [options]
```
-[![Build Status](https://cloud.drone.io/api/badges/alpinelinux/docker-abuild/status.svg)](https://cloud.drone.io/alpinelinux/docker-abuild)
-
## Known Issues
* Docker doesn't support IPv6 well, so if a package's tests make use of IPv6 they are likely to fail. Observed with `community/libgdata` and [fixed](https://github.com/alpinelinux/aports/pull/7597).