From fcba1643b396568b81dbafd7b419933370adc730 Mon Sep 17 00:00:00 2001 From: Rasmus Dahlberg Date: Tue, 31 May 2022 19:39:41 +0200 Subject: persist pads from meeting minutes --- archive/2022-05-31-notes-on-git-bug | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 archive/2022-05-31-notes-on-git-bug diff --git a/archive/2022-05-31-notes-on-git-bug b/archive/2022-05-31-notes-on-git-bug new file mode 100644 index 0000000..d41273a --- /dev/null +++ b/archive/2022-05-31-notes-on-git-bug @@ -0,0 +1,25 @@ +TL;DR: + + - git-bug is cool but does not seem to be mature enough yet. + +Some notes from rgdd: + + - Command-line UX works well locally. + - It took me several attempts to get "git bug pull|push" work without SSH + errors. There are several issues related to this from early 2021 @ GH. + - Bridge mode can be setup when compiling from source. Pulling and pushing + from GH works to some extent, but is buggy and includes git-bug panics. + - Issues are stored in git's internal storage (.git/). This is why git-bug + doesn't pollute a repo with commits related to issue tracking. I am a bit + worried that git-bug will break and that we need to debug this format. + - It was not immeaditely obvious to me how to git push|pull the internal + storage without using git-bug (if so, maybe it would be an OK hot-fix). + +Further notes from Anwesha: + + - Not packaged for Debian. Installing from source may not be a good idea for + production. + - "This is now more than a proof of concept, but still not fully stable. + Expect dragons and unfinished business." Where the developers of the project + themselves are saying that it is an unstable version then it is red flag for + me. -- cgit v1.2.3