commit 725fb5679bc96072107da15a2e8ba938ad2760eb (tree)
parent 8f80dc49f5948a94951f2dce7316ef9dbbedacb9
Author: Motiejus Jakštys <motiejus@uber.com>
Date: Thu, 13 Apr 2023 11:30:37 +0300
move to git.jakstys.lt
Diffstat:
5 files changed, 7 insertions(+), 28 deletions(-)
diff --git a/.build.yml b/.build.yml
@@ -1,19 +0,0 @@
-image: alpine/edge
-packages:
- - go
- - git
- - make
- - shellcheck
-sources:
- - https://git.sr.ht/~motiejus/undocker
-tasks:
- - setup: |
- go install honnef.co/go/tools/cmd/staticcheck@latest
- - built-test-lint: |
- make -C undocker -O -j$(nproc) undocker coverage.html lint
- - usage: |
- # like 'grep -q', but prints output too.
- # | tee /dev/stderr doesn't work on sourcehut workers; permission denied.
- ./undocker/undocker |& awk 'BEGIN{c=1};/Built with /{c=0};{print};END{exit c}'
-artifacts:
- - undocker/coverage.html
diff --git a/README.md b/README.md
@@ -1,5 +1,4 @@
-[](http://godocs.io/git.sr.ht/~motiejus/undocker)
-[](https://builds.sr.ht/~motiejus/undocker?)
+[](http://godocs.io/git.jakstys.lt/motiejus/undocker)
Undocker
--------
@@ -106,8 +105,7 @@ rejected.
Communication
-------------
-Use [~motiejus/undocker@lists.sr.ht](mailto:~motiejus/undocker@lists.sr.ht) for
-questions or patches. Subscribe [here][4].
+Feel free to ping me [directly][motiejus-comms].
LICENSE
-------
@@ -116,5 +114,5 @@ MIT
[1]: https://www.freedesktop.org/software/systemd/man/systemd.exec.html
[2]: https://fly.io/blog/docker-without-docker/
-[3]: http://git.sr.ht/~motiejus/undocker
-[4]: https://lists.sr.ht/~motiejus/undocker
+
+[motiejus-comms]: https://jakstys.lt/contact/
diff --git a/go.mod b/go.mod
@@ -1,3 +1,3 @@
-module git.sr.ht/~motiejus/undocker
+module git.jakstys.lt/motiejus/undocker
go 1.16
diff --git a/main.go b/main.go
@@ -8,7 +8,7 @@ import (
"path/filepath"
"runtime"
- "git.sr.ht/~motiejus/undocker/rootfs"
+ "git.jakstys.lt/motiejus/undocker/rootfs"
)
var Version = "unknown"
diff --git a/rootfs/rootfs_test.go b/rootfs/rootfs_test.go
@@ -7,7 +7,7 @@ import (
"reflect"
"testing"
- "git.sr.ht/~motiejus/undocker/rootfs/internal/tartest"
+ "git.jakstys.lt/motiejus/undocker/rootfs/internal/tartest"
)
type (