summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArun Isaac2023-04-14 15:22:41 +0100
committerArun Isaac2023-04-14 15:22:41 +0100
commitdab45c2753089898214abebf4840267264b53a19 (patch)
treee6d4e067fa5b1d8d52de165221e4ff33fc6b02e2
parentf123c8d29e85d02df8c36d27e74a614237bb9408 (diff)
downloadtissue-dab45c2753089898214abebf4840267264b53a19.tar.gz
tissue-dab45c2753089898214abebf4840267264b53a19.tar.lz
tissue-dab45c2753089898214abebf4840267264b53a19.zip
issues: Provide app bundle.
* issues/provide-app-bundle.gmi: New issue.
-rw-r--r--issues/provide-app-bundle.gmi9
1 files changed, 9 insertions, 0 deletions
diff --git a/issues/provide-app-bundle.gmi b/issues/provide-app-bundle.gmi
new file mode 100644
index 0000000..512ae44
--- /dev/null
+++ b/issues/provide-app-bundle.gmi
@@ -0,0 +1,9 @@
+# Provide app bundle
+
+* tags: infrastructure
+
+tissue uses several guile libraries, and the state of guile packaging is bad everywhere outside Guix. Potential new non-Guix users of tissue are not going to install Guix just to try out tissue. In order to ease adoption for such users, we must provide “app bundles” like those generated by guix pack.
+
+Ideally, these app bundles should be provided for every released version of tissue and the latest development version from the git repository. Careful consideration should be given to the version of Guix used to generate each of these app bundles so that these app bundles can be generated reproducibly.
+
+But, more pragmatically, it may be sufficient to only offer an app bundle for the latest released version since that is what new users will be most interested in.