-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
5 changed files
with
5 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -47,7 +47,7 @@ jobs: | |
run: | | ||
mkdir release | ||
changelog -n "Evgeny Kuznetsov" -e "[email protected]" -p "static-webmentions" CHANGELOG.md | ||
bash <(VER=$(go generate); for ARCH in amd64 386 arm arm64; do GOARCH=$ARCH CGO_ENABLED=0 go build -ldflags "-s -w -buildid= -X main.version=$VER"; tar -czf release/static-webmentions-$VER-linux-$ARCH.tar.gz static-webmentions LICENSE README.md CHANGELOG.md SOURCE.txt; fpm -t deb -s dir -a $ARCH -n static-webmentions -v ${VER%+*} -m "Evgeny Kuznetsov <[email protected]>" --deb-changelog debian.changelog --license GPL-3 --deb-priority optional --url https://github.com/nekr0z/static-webmentions --category net --vendor "Evgeny Kuznetsov <[email protected]>" --description "A tool to send webmentions from a static website." LICENSE=/usr/share/doc/static-webmentions/ README.md=/usr/share/doc/static-webmentions/ SOURCE.txt=/usr/share/doc/static-webmentions static-webmentions=/usr/bin/ >/dev/null; mv *.deb release/; done) | ||
bash <(VER=$(go generate); for ARCH in amd64 386 arm arm64; do GOARCH=$ARCH CGO_ENABLED=0 go build -ldflags "-s -w -buildid= -X main.version=$VER"; tar -czf release/static-webmentions-$VER-linux-$ARCH.tar.gz static-webmentions LICENSE README.md CHANGELOG.md SOURCE.txt; fpm -t deb -s dir -a $ARCH -n static-webmentions -v ${VER%+*} -m "Evgeny Kuznetsov <[email protected]>" --deb-changelog debian.changelog --license GPL-3 --deb-priority optional --url https://evgenykuznetsov.org/go/static-webmentions --category net --vendor "Evgeny Kuznetsov <[email protected]>" --description "A tool to send webmentions from a static website." LICENSE=/usr/share/doc/static-webmentions/ README.md=/usr/share/doc/static-webmentions/ SOURCE.txt=/usr/share/doc/static-webmentions static-webmentions=/usr/bin/ >/dev/null; mv *.deb release/; done) | ||
cd release | ||
fpm -s deb -t deb -a i386 *386.deb | ||
rm *_386.deb | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -34,7 +34,7 @@ jobs: | |
git fetch --tags --force | ||
mkdir release | ||
changelog -n "Evgeny Kuznetsov" -e "[email protected]" -p "static-webmentions" CHANGELOG.md | ||
bash <(VER=$(go generate); for ARCH in amd64 386 arm arm64; do GOARCH=$ARCH CGO_ENABLED=0 go build -ldflags "-s -w -buildid= -X main.version=$VER"; tar -czf release/static-webmentions-$VER-linux-$ARCH.tar.gz static-webmentions LICENSE README.md CHANGELOG.md SOURCE.txt; fpm -t deb -s dir -a $ARCH -n static-webmentions -v ${VER%+*} -m "Evgeny Kuznetsov <[email protected]>" --deb-changelog debian.changelog --license GPL-3 --deb-priority optional --url https://github.com/nekr0z/static-webmentions --category net --vendor "Evgeny Kuznetsov <[email protected]>" --description "A tool to send webmentions from a static website." LICENSE=/usr/share/doc/static-webmentions/ README.md=/usr/share/doc/static-webmentions/ SOURCE.txt=/usr/share/doc/static-webmentions static-webmentions=/usr/bin/ >/dev/null; mv *.deb release/; done) | ||
bash <(VER=$(go generate); for ARCH in amd64 386 arm arm64; do GOARCH=$ARCH CGO_ENABLED=0 go build -ldflags "-s -w -buildid= -X main.version=$VER"; tar -czf release/static-webmentions-$VER-linux-$ARCH.tar.gz static-webmentions LICENSE README.md CHANGELOG.md SOURCE.txt; fpm -t deb -s dir -a $ARCH -n static-webmentions -v ${VER%+*} -m "Evgeny Kuznetsov <[email protected]>" --deb-changelog debian.changelog --license GPL-3 --deb-priority optional --url https://evgenykuznetsov.org/go/static-webmentions --category net --vendor "Evgeny Kuznetsov <[email protected]>" --description "A tool to send webmentions from a static website." LICENSE=/usr/share/doc/static-webmentions/ README.md=/usr/share/doc/static-webmentions/ SOURCE.txt=/usr/share/doc/static-webmentions static-webmentions=/usr/bin/ >/dev/null; mv *.deb release/; done) | ||
cd release | ||
fpm -s deb -t deb -a i386 *386.deb | ||
rm *_386.deb | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
The source code for this software is available at | ||
https://github.com/nekr0z/static-webmentions | ||
https://evgenykuznetsov.org/go/static-webmentions |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
module github.com/nekr0z/static-webmentions | ||
module evgenykuznetsov.org/go/static-webmentions | ||
|
||
go 1.15 | ||
|
||
|