Modify some comments, use 'complete-build' command in sourcehut build where appropriate
This commit is contained in:
parent
d1d80a91cd
commit
da9a5d4de8
@ -104,7 +104,7 @@ tasks:
|
|||||||
if [[ -z "$version" ]]
|
if [[ -z "$version" ]]
|
||||||
then
|
then
|
||||||
# Not on a release branch; just exit this task
|
# Not on a release branch; just exit this task
|
||||||
exit
|
complete-build
|
||||||
fi
|
fi
|
||||||
|
|
||||||
sudo apt install -y curl gnupg
|
sudo apt install -y curl gnupg
|
||||||
|
@ -35,6 +35,7 @@ linters:
|
|||||||
# Useless linters:
|
# Useless linters:
|
||||||
# - dogsled
|
# - dogsled
|
||||||
# - wsl (don't like it for now)
|
# - wsl (don't like it for now)
|
||||||
|
# - golint (deprecated, replaced by 'revive')
|
||||||
|
|
||||||
# TODO: "go fix" -- what is it? What does it do?
|
# TODO: "go fix" -- what is it? What does it do?
|
||||||
|
|
||||||
@ -248,11 +249,6 @@ linters-settings:
|
|||||||
# goimports:
|
# goimports:
|
||||||
# # put imports beginning with prefix after 3rd-party packages;
|
# # put imports beginning with prefix after 3rd-party packages;
|
||||||
# # it's a comma-separated list of prefixes
|
# # it's a comma-separated list of prefixes
|
||||||
# local-prefixes: github.com/org/project
|
|
||||||
|
|
||||||
# golint:
|
|
||||||
# # minimal confidence for issues, default is 0.8
|
|
||||||
# min-confidence: 0.8
|
|
||||||
|
|
||||||
# gomnd:
|
# gomnd:
|
||||||
# settings:
|
# settings:
|
||||||
|
@ -29,7 +29,7 @@ echo "Package: offline-twitter-engine
|
|||||||
Version: $1
|
Version: $1
|
||||||
Architecture: all
|
Architecture: all
|
||||||
Maintainer: me@playfulpachyderm.com
|
Maintainer: me@playfulpachyderm.com
|
||||||
Installed-Size: 7200
|
Installed-Size: 7700
|
||||||
Depends:
|
Depends:
|
||||||
Section: web
|
Section: web
|
||||||
Priority: optional
|
Priority: optional
|
||||||
|
Loading…
x
Reference in New Issue
Block a user