Radish alpha
h
Radicle Heartwood Protocol & Stack
Radicle
Git (anonymous pull)
Log in to clone via SSH
debian: add missing env variables to debian build
✗ CI failure Sebastian Martinez committed 10 months ago
commit 570bfc3bbd7692f7aa4fa28fae0ccd5c348b5532
parent deb823f3b3bd6ab3eec2652fdf18932e3f160c63
1 failed 1 pending (2 total) View logs
1 file changed +2 -0
modified debian/rules
@@ -1,6 +1,8 @@
#!/usr/bin/make -f

DEB_BUILD_OPTIONS=nostrip
+
export RADICLE_VERSION=$(shell build/version)
+
export GIT_HEAD=$(shell git rev-parse HEAD)

%:
	dh $@