Skip to content

Commit

Permalink
update import path
Browse files Browse the repository at this point in the history
  • Loading branch information
nekr0z committed Nov 22, 2021
1 parent 210248f commit 43a6866
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pre-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# static-webmentions
a tool to send webmentions from a static website

[![Build Status](https://github.com/nekr0z/static-webmentions/actions/workflows/pre-release.yml/badge.svg)](https://github.com/nekr0z/static-webmentions/releases/tag/latest) [![codecov](https://codecov.io/gh/nekr0z/static-webmentions/branch/master/graph/badge.svg)](https://codecov.io/gh/nekr0z/static-webmentions) [![Go Report Card](https://goreportcard.com/badge/github.com/nekr0z/static-webmentions)](https://goreportcard.com/report/github.com/nekr0z/static-webmentions)
[![Build Status](https://github.com/nekr0z/static-webmentions/actions/workflows/pre-release.yml/badge.svg)](https://github.com/nekr0z/static-webmentions/releases/tag/latest) [![codecov](https://codecov.io/gh/nekr0z/static-webmentions/branch/master/graph/badge.svg)](https://codecov.io/gh/nekr0z/static-webmentions) [![Go Report Card](https://goreportcard.com/badge/evgenykuznetsov.org/go/static-webmentions)](https://goreportcard.com/report/evgenykuznetsov.org/go/static-webmentions)

##### Table of Contents
* [Why](#why)
Expand Down
2 changes: 1 addition & 1 deletion SOURCE.txt
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
2 changes: 1 addition & 1 deletion go.mod
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

Expand Down

0 comments on commit 43a6866

Please sign in to comment.