Modify some comments, use 'complete-build' command in sourcehut build where appropriate

This commit is contained in:
Alessio 2022-03-22 13:12:21 -07:00
parent d1d80a91cd
commit da9a5d4de8
3 changed files with 3 additions and 7 deletions

View File

@ -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

View File

@ -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:

View File

@ -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