summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2016-09-24 21:21:07 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2016-09-24 21:21:07 +0200
commit001b6d8254de96994dc84aee1e0148fad90f45e9 (patch)
treeb27efa1bc2fd6772236d90d37ffb41f4669b81ed
parentfd348fe1be0fc4772d1ad07efa255b5b739f8fd2 (diff)
Add idea: Support for git:// as package protocol
-rw-r--r--bpkg/git-package-protocol8
1 files changed, 8 insertions, 0 deletions
diff --git a/bpkg/git-package-protocol b/bpkg/git-package-protocol
new file mode 100644
index 0000000..5cfeac9
--- /dev/null
+++ b/bpkg/git-package-protocol
@@ -0,0 +1,8 @@
+? Support for git:// as package protocol [idea]
+
+We can use a package directly as either an archive or a directory. It would be
+useful to also specify it as a git:// URL (e.g., for testing, bbot).
+
+An immediate question we will run into is where the dependencies comes from.
+
+See also git-repository-protocol.