Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
aports
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Mathias LANG
aports
Commits
73f0ee2b
Commit
73f0ee2b
authored
Jan 04, 2021
by
Natanael Copa
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
main/aports-build: fix typo
fix stupid typo in the script
parent
bf43457a
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
main/aports-build/APKBUILD
main/aports-build/APKBUILD
+2
-2
main/aports-build/aports-build
main/aports-build/aports-build
+1
-1
No files found.
main/aports-build/APKBUILD
View file @
73f0ee2b
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname
=
aports-build
pkgver
=
1.5.2
pkgrel
=
0
pkgrel
=
1
pkgdesc
=
"MQTT based build-on-git-push scripts for Alpine Linux"
url
=
"https://alpinelinux.org"
arch
=
"noarch"
...
...
@@ -46,7 +46,7 @@ package() {
EOF
}
sha512sums
=
"
d2f4ca929cfcd7c1937a2614756f2df5966c164d33d39384b4eddc23d76e27f27fe64660023ed2be39b25b81c1700aadc17566c902f3b58e5c970d9f091bb0b3
aports-build
sha512sums
=
"
740c5bffa66365b4cd2d8a9b9840ce15af89ae211908abf4df9faeaea8e2d54cd514a32751a9c2e166c3992d2b1d372a346a023fdbb575103c1de9fa0cef50f4
aports-build
821035bda47152c341ec94bf960fa67e3377051826712ceb74f39103e6e422777b6e082231bfb87865653d2b93b7d3154cfc24abf65a52e3e66da69412dd7e41 aports-build.initd
62ed5cb6d1fef03fa707512c8c99c572a91e64706ebcc2e7097108811818615618bab908292d0ba0ad2afe93a27333d9c91deb347d6c99703eb8983d1ee5f480 mqtt-exec.aports-build.confd
cf0d8e65e517857ee781e451a1d3e6404cd72aeb5c7dba25017229ff79c4c43425712d2fcbbaad89af45a358e86f33467ac1df47e8fba0f30f81d84794e1206c report-build-errors.lua"
main/aports-build/aports-build
View file @
73f0ee2b
...
...
@@ -137,7 +137,7 @@ while true; do
if
[
"
$_old_tag
"
!=
"
$_current_tag
"
]
;
then
log
"
$_old_tag
->
$_current_tag
"
do_release
=
true
f
f
i
# don't create release candidates on edge
if
[
"
$rel
"
=
"edge"
]
&&
[
"
${
_current_tag
%_rc*
}
"
!=
"
$_current_tag
"
]
;
then
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment