From 1bb24550b3770dc0393d3bef5fae9201be1d6d1b Mon Sep 17 00:00:00 2001 From: pitchum Date: Sun, 8 Oct 2023 10:19:43 +0000 Subject: [PATCH] Create a README for Chapril's build. --- README.chapril.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 README.chapril.md diff --git a/README.chapril.md b/README.chapril.md new file mode 100644 index 00000000..f14c18df --- /dev/null +++ b/README.chapril.md @@ -0,0 +1,12 @@ +# Construire une version Chapril de privatebin + + +``` +git fetch --all +export VERSION=1.6.0 +git rebase ${VERSION?} +# [... Résoudre les conflits] +git tag ${VERSION?}-chapril +git push --tags origin # Pousser le tag côté forge April +git archive -o /tmp/chapril-paste-${VERSION?}.tar.gz --prefix=chapril-paste-${VERSION?}/ ${VERSION?}-chapril +```