⛏️ index : gitore.git

author Alexander von Gluck IV <alex@terarocket.io> 2025-12-12 13:49:27.0 -06:00:00
committer Alexander von Gluck IV <alex@terarocket.io> 2025-12-12 14:01:07.0 -06:00:00
commit
98db94e2e8f2f27e043b4754911771efad131470 [patch]
tree
bf1300f5b88844bd7509060ffc44f9d70516bd0f
parent
4b32511bf261c96a0844b67b1049de7286f1472e
download
98db94e2e8f2f27e043b4754911771efad131470.tar.gz

version: Bump to 0.2.1



Diff

 Cargo.lock |  2 +-
 Makefile   | 10 ++++++++++
 2 files changed, 11 insertions(+), 1 deletion(-)

diff --git a/Cargo.lock b/Cargo.lock
index 5ab96fe..48edc78 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -757,7 +757,7 @@

[[package]]
name = "gitore"
version = "0.1.5"
version = "0.2.1"
dependencies = [
 "anyhow",
 "arc-swap",
diff --git a/Makefile b/Makefile
new file mode 100644
index 0000000..be3aa49 100644
--- /dev/null
+++ b/Makefile
@@ -1,0 +1,10 @@
VERSION = v$(shell cargo pkgid | cut -d'#' -f2)
CONTAINER = codeberg.org/kallisti5/gitore
ENGINE = podman

default:
	${ENGINE} build --no-cache --tag ${CONTAINER}:${VERSION} .
enter:
	${ENGINE} run -it --entrypoint /bin/sh ${CONTAINER}:${VERSION} -l
push:
	${ENGINE} push ${CONTAINER}:${VERSION}