mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-05 12:26:52 +02:00
main/aports-build: remove release_formats
new mkimage scripts decides the target format
This commit is contained in:
parent
aada5da8a1
commit
7772819f56
@ -1,7 +1,7 @@
|
||||
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
|
||||
pkgname=aports-build
|
||||
pkgver=1.1
|
||||
pkgrel=3
|
||||
pkgrel=4
|
||||
pkgdesc="MQTT based build-on-git-push scripts for Alpine Linux"
|
||||
url="http://alpinelinux.org"
|
||||
arch="noarch"
|
||||
@ -49,7 +49,7 @@ package() {
|
||||
|| return 1
|
||||
}
|
||||
|
||||
sha512sums="62d12aa79e8d864e2e5a2a742bcd501de1339f9e00e425055fd3e9538f88492cdba406fb5fcb2621e46501cff2412ee91c90c52ad51098925000dae20c7a87ae aports-build
|
||||
sha512sums="ed45a4a7c8a8056def9efcc15d8692bdbc788c4c952d06fdd800d808613b9d445888d4fc1192d092d164665ce5a06419b20c45f8426e8006849f6b777288dcc2 aports-build
|
||||
821035bda47152c341ec94bf960fa67e3377051826712ceb74f39103e6e422777b6e082231bfb87865653d2b93b7d3154cfc24abf65a52e3e66da69412dd7e41 aports-build.initd
|
||||
93d26e2055dbb02e863bf76b64a549c100decec3fda612ce96ca1464e6d61befa9f57f202553a25cf323e67e266f532d19c7423ff070943a59b3973946d949fe mqtt-exec.aports-build.confd
|
||||
62ed5cb6d1fef03fa707512c8c99c572a91e64706ebcc2e7097108811818615618bab908292d0ba0ad2afe93a27333d9c91deb347d6c99703eb8983d1ee5f480 mqtt-exec.aports-build.confd
|
||||
ded99f4c9474e4dc91605de71919deebbeb8e2e3ebcc9d61890f327bb6220d891a9f2a6c615929cc53bd8007b1a1dbd827bc55cd5cbdd1a6661fcdafa4912950 report-build-errors.lua"
|
||||
|
||||
@ -129,9 +129,6 @@ while true; do
|
||||
_current_tag=$(git describe --abbrev=0)
|
||||
if [ "$_old_tag" != "$_current_tag" ]; then
|
||||
log "$_old_tag -> $_current_tag"
|
||||
if [ -n "$release_formats" ]; then
|
||||
do_release=true
|
||||
fi
|
||||
fi
|
||||
if [ "$_old" = "$_current" ] && [ -f /tmp/uploaded ] && [ -z "$force" ] && [ "$_current_tag" = "$_old_tag" ]; then
|
||||
break
|
||||
|
||||
@ -7,9 +7,6 @@ git_branch=master
|
||||
# prefix for url where logs can be found
|
||||
# logurlprefix=http://bld1.alpinelinux.org/buildlogs
|
||||
|
||||
# list of release formats. unset for no release
|
||||
# release_formats="iso"
|
||||
|
||||
|
||||
# mqtt-exec params
|
||||
exec_command=/usr/bin/aports-build
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user