From 001b6d8254de96994dc84aee1e0148fad90f45e9 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Sat, 24 Sep 2016 21:21:07 +0200 Subject: Add idea: Support for git:// as package protocol --- bpkg/git-package-protocol | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 bpkg/git-package-protocol 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. -- cgit v1.1