diff options
Diffstat (limited to 'bpkg')
-rw-r--r-- | bpkg/git-package-protocol | 8 |
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. |