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" ]]
|
||||
then
|
||||
# Not on a release branch; just exit this task
|
||||
exit
|
||||
complete-build
|
||||
fi
|
||||
|
||||
sudo apt install -y curl gnupg
|
||||
|
@ -35,6 +35,7 @@ linters:
|
||||
# Useless linters:
|
||||
# - dogsled
|
||||
# - wsl (don't like it for now)
|
||||
# - golint (deprecated, replaced by 'revive')
|
||||
|
||||
# TODO: "go fix" -- what is it? What does it do?
|
||||
|
||||
@ -248,11 +249,6 @@ linters-settings:
|
||||
# goimports:
|
||||
# # put imports beginning with prefix after 3rd-party packages;
|
||||
# # 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:
|
||||
# settings:
|
||||
|
@ -29,7 +29,7 @@ echo "Package: offline-twitter-engine
|
||||
Version: $1
|
||||
Architecture: all
|
||||
Maintainer: me@playfulpachyderm.com
|
||||
Installed-Size: 7200
|
||||
Installed-Size: 7700
|
||||
Depends:
|
||||
Section: web
|
||||
Priority: optional
|
||||
|
Loading…
x
Reference in New Issue
Block a user