alpine-zdt-images/profiles/version/edge
tomalok 10058c1113
Fix 'revision' and 'end_of_life' (#80)
Also...
* update alpine.conf with 3.12
* update apk-tools and alpine-keys
* use test profile to test fixes and newer features
2020-08-17 11:11:50 -07:00

18 lines
453 B
Plaintext

### edge vars
# vim: ts=2 et:
# based on current
include required("../base/current")
# add edge-specific tweaks...
version = "edge"
release = "edge"
end_of_life = null # defaults to tomorrow
revision = null # defaults to datetime
repos {
"http://dl-cdn.alpinelinux.org/alpine/edge/main" = true
"http://dl-cdn.alpinelinux.org/alpine/edge/community" = true
"http://dl-cdn.alpinelinux.org/alpine/edge/testing" = true
}