├── .gitattributes ├── .gitignore ├── .gitmodules ├── AUTHORS ├── CONTRIBUTING.md ├── INSTALL ├── LEGAL ├── LICENSE ├── NEWS ├── README ├── bpkg ├── .gitignore ├── archive.cxx ├── archive.hxx ├── argument-grouping.cli ├── auth.cxx ├── auth.hxx ├── bpkg.cli ├── bpkg.cxx ├── bpkg.hxx ├── buildfile ├── cfg-create.cli ├── cfg-create.cxx ├── cfg-create.hxx ├── cfg-info.cli ├── cfg-info.cxx ├── cfg-info.hxx ├── cfg-link.cli ├── cfg-link.cxx ├── cfg-link.hxx ├── cfg-unlink.cli ├── cfg-unlink.cxx ├── cfg-unlink.hxx ├── checksum.cxx ├── checksum.hxx ├── common.cli ├── configuration.cli ├── database.cxx ├── database.hxx ├── default-options-files.cli ├── diagnostics.cxx ├── diagnostics.hxx ├── fetch-cache-data.hxx ├── fetch-cache-data.xml ├── fetch-cache.cxx ├── fetch-cache.hxx ├── fetch-git.cxx ├── fetch-pkg.cxx ├── fetch.cxx ├── fetch.hxx ├── forward.hxx ├── help.cli ├── help.cxx ├── help.hxx ├── manifest-utility.cxx ├── manifest-utility.hxx ├── odb.sh ├── options-types.hxx ├── package-common.hxx ├── package-configuration.cxx ├── package-configuration.hxx ├── package-query.cxx ├── package-query.hxx ├── package-skeleton.cxx ├── package-skeleton.hxx ├── package.cxx ├── package.hxx ├── package.ixx ├── package.xml ├── pkg-bindist.cli ├── pkg-bindist.cxx ├── pkg-bindist.hxx ├── pkg-build-collect.cxx ├── pkg-build-collect.hxx ├── pkg-build.cli ├── pkg-build.cxx ├── pkg-build.hxx ├── pkg-checkout.cli ├── pkg-checkout.cxx ├── pkg-checkout.hxx ├── pkg-clean.cli ├── pkg-clean.hxx ├── pkg-command.cxx ├── pkg-command.hxx ├── pkg-configure.cli ├── pkg-configure.cxx ├── pkg-configure.hxx ├── pkg-disfigure.cli ├── pkg-disfigure.cxx ├── pkg-disfigure.hxx ├── pkg-drop.cli ├── pkg-drop.cxx ├── pkg-drop.hxx ├── pkg-fetch.cli ├── pkg-fetch.cxx ├── pkg-fetch.hxx ├── pkg-install.cli ├── pkg-install.hxx ├── pkg-purge.cli ├── pkg-purge.cxx ├── pkg-purge.hxx ├── pkg-status.cli ├── pkg-status.cxx ├── pkg-status.hxx ├── pkg-test.cli ├── pkg-test.hxx ├── pkg-uninstall.cli ├── pkg-uninstall.hxx ├── pkg-unpack.cli ├── pkg-unpack.cxx ├── pkg-unpack.hxx ├── pkg-update.cli ├── pkg-update.hxx ├── pkg-verify.cli ├── pkg-verify.cxx ├── pkg-verify.hxx ├── pointer-traits.hxx ├── rep-add.cli ├── rep-add.cxx ├── rep-add.hxx ├── rep-create.cli ├── rep-create.cxx ├── rep-create.hxx ├── rep-fetch.cli ├── rep-fetch.cxx ├── rep-fetch.hxx ├── rep-info.cli ├── rep-info.cxx ├── rep-info.hxx ├── rep-list.cli ├── rep-list.cxx ├── rep-list.hxx ├── rep-mask.cxx ├── rep-mask.hxx ├── rep-remove.cli ├── rep-remove.cxx ├── rep-remove.hxx ├── repository-signing.cli ├── repository-types.cli ├── satisfaction.cxx ├── satisfaction.hxx ├── satisfaction.test.cxx ├── system-package-manager-archive.cxx ├── system-package-manager-archive.hxx ├── system-package-manager-debian.cxx ├── system-package-manager-debian.hxx ├── system-package-manager-debian.test.cxx ├── system-package-manager-debian.test.testscript ├── system-package-manager-fedora.cxx ├── system-package-manager-fedora.hxx ├── system-package-manager-fedora.test.cxx ├── system-package-manager-fedora.test.testscript ├── system-package-manager.cxx ├── system-package-manager.hxx ├── system-package-manager.test.cxx ├── system-package-manager.test.hxx ├── system-package-manager.test.testscript ├── system-repository.cxx ├── system-repository.hxx ├── types-parsers.cxx ├── types-parsers.hxx ├── types-parsers.txx ├── types.hxx ├── utility.cxx ├── utility.hxx ├── utility.txx ├── value-traits.hxx ├── version.hxx.in └── wrapper-traits.hxx ├── doc ├── .gitignore ├── a4.html2ps ├── buildfile ├── cli.sh ├── code-box.css ├── common.css ├── doc-epilogue.xhtml ├── doc-prologue.xhtml ├── doc.css ├── doc.html2ps ├── letter.html2ps ├── man-epilogue.1 ├── man-epilogue.xhtml ├── man-prologue.1 ├── man-prologue.xhtml ├── man.css ├── manual.cli ├── pre-box.css └── toc.css ├── manifest ├── repositories.manifest └── tests ├── .gitattributes ├── .gitignore ├── auth.testscript ├── auth ├── cert ├── default-cert-fp ├── default-cert.pem ├── default-openssl.cnf ├── expired-cert.pem ├── key.pem ├── mismatch-cert.pem ├── mismatch-openssl.cnf ├── noemail-cert.pem ├── noemail-openssl.cnf ├── self-any-cert.pem ├── self-any-openssl.cnf ├── self-cert.pem ├── self-openssl.cnf ├── subdomain-cert.pem └── subdomain-openssl.cnf ├── build ├── .gitignore ├── bootstrap.build └── root.build ├── buildfile ├── cfg-create.testscript ├── cfg-info.testscript ├── cfg-link.testscript ├── cfg-unlink.testscript ├── cfg-unlink └── t7a ├── common.testscript ├── common ├── bar │ ├── stable │ │ ├── libbar-1.0.0.tar.gz │ │ └── repositories.manifest │ ├── testing │ │ ├── libbar-1.1.0.tar.gz │ │ └── repositories.manifest │ └── unstable │ │ ├── libbar-1.1.1.tar.gz │ │ └── repositories.manifest ├── compatibility │ └── t15 │ │ ├── libbar-1.0.0.tar.gz │ │ ├── libbaz-1.0.0.tar.gz │ │ ├── libbiz-1.0.0.tar.gz │ │ ├── libfoo-1.0.0.tar.gz │ │ └── repositories.manifest ├── dependency-alternatives │ ├── t11a │ │ ├── bac-1.0.0.tar.gz │ │ ├── bar-0.1.0.tar.gz │ │ ├── bar-1.0.0.tar.gz │ │ ├── bas-1.0.0.tar.gz │ │ ├── bat-1.0.0.tar.gz │ │ ├── bax-0.1.0.tar.gz │ │ ├── bax-1.0.0.tar.gz │ │ ├── baz-0.1.0.tar.gz │ │ ├── baz-1.0.0.tar.gz │ │ ├── bex-1.0.0.tar.gz │ │ ├── bix-1.0.0.tar.gz │ │ ├── biz-0.1.0.tar.gz │ │ ├── biz-1.0.0.tar.gz │ │ ├── boo-1.0.0.tar.gz │ │ ├── box-0.1.0.tar.gz │ │ ├── box-0.2.0.tar.gz │ │ ├── box-1.0.0.tar.gz │ │ ├── buc-1.0.0.tar.gz │ │ ├── bus-0.1.0.tar.gz │ │ ├── bus-1.0.0.tar.gz │ │ ├── bux-1.0.0.tar.gz │ │ ├── buz-1.0.0.tar.gz │ │ ├── dex-1.0.0.tar.gz │ │ ├── dix-1.0.0.tar.gz │ │ ├── diz-1.0.0.tar.gz │ │ ├── dox-1.0.0.tar.gz │ │ ├── fex-0.0.1.tar.gz │ │ ├── fex-0.1.0.tar.gz │ │ ├── fex-1.0.0.tar.gz │ │ ├── fix-0.1.0.tar.gz │ │ ├── fix-1.0.0.tar.gz │ │ ├── foo-0.1.0.tar.gz │ │ ├── foo-0.2.0.tar.gz │ │ ├── foo-1.0.0.tar.gz │ │ ├── fox-0.1.0.tar.gz │ │ ├── fox-0.2.0.tar.gz │ │ ├── fox-1.0.0.tar.gz │ │ ├── fux-0.1.0.tar.gz │ │ ├── fux-0.1.1.tar.gz │ │ ├── fux-0.2.0.tar.gz │ │ ├── fux-1.0.0.tar.gz │ │ ├── libbar-0.1.0.tar.gz │ │ ├── libbar-1.0.0.tar.gz │ │ ├── libbaz-0.1.0.tar.gz │ │ ├── libbaz-1.0.0.tar.gz │ │ ├── libbiz-0.1.0.tar.gz │ │ ├── libbiz-1.0.0.tar.gz │ │ ├── libbox-0.1.0.tar.gz │ │ ├── libbox-1.0.0.tar.gz │ │ ├── libfoo-0.1.0.tar.gz │ │ ├── libfoo-1.0.0.tar.gz │ │ ├── repositories.manifest │ │ ├── tax-1.0.0.tar.gz │ │ ├── tex-0.1.0.tar.gz │ │ ├── tex-0.2.0.tar.gz │ │ ├── tex-0.3.0.tar.gz │ │ ├── tex-1.0.0.tar.gz │ │ ├── tez-0.1.0.tar.gz │ │ ├── tez-1.0.0.tar.gz │ │ ├── tix-0.1.0.tar.gz │ │ ├── tix-1.0.0.tar.gz │ │ ├── tiz-1.0.0.tar.gz │ │ ├── toz-0.1.0.tar.gz │ │ ├── toz-0.2.0.tar.gz │ │ ├── toz-1.0.0.tar.gz │ │ ├── tux-1.0.0.tar.gz │ │ ├── tuz-1.0.0.tar.gz │ │ ├── tvz-0.1.0.tar.gz │ │ └── tvz-1.0.0.tar.gz │ ├── t13a │ │ ├── bar-1.0.0.tar.gz │ │ ├── baz-1.0.0.tar.gz │ │ ├── biz-1.0.0.tar.gz │ │ ├── box-1.0.0.tar.gz │ │ ├── liba-1.0.0.tar.gz │ │ └── repositories.manifest │ ├── t13b │ │ ├── bar-1.0.0.tar.gz │ │ ├── baz-1.0.0.tar.gz │ │ ├── biz-1.0.0.tar.gz │ │ ├── liba-1.0.0.tar.gz │ │ └── repositories.manifest │ ├── t13c │ │ ├── bar-1.0.0.tar.gz │ │ ├── baz-1.0.0.tar.gz │ │ ├── liba-1.0.0.tar.gz │ │ └── repositories.manifest │ ├── t13d │ │ ├── bar-1.0.0.tar.gz │ │ ├── baz-1.0.0.tar.gz │ │ ├── liba-1.0.0.tar.gz │ │ ├── libb-1.0.0.tar.gz │ │ └── repositories.manifest │ ├── t13e │ │ ├── bar-1.0.0.tar.gz │ │ ├── baz-1.0.0.tar.gz │ │ ├── biz-1.0.0.tar.gz │ │ ├── liba-1.0.0.tar.gz │ │ └── repositories.manifest │ ├── t13f │ │ ├── bar-1.0.0.tar.gz │ │ ├── baz-1.0.0.tar.gz │ │ ├── liba-1.0.0.tar.gz │ │ └── repositories.manifest │ ├── t13g │ │ ├── bar-1.0.0.tar.gz │ │ ├── baz-1.0.0.tar.gz │ │ ├── biz-1.0.0.tar.gz │ │ ├── box-1.0.0.tar.gz │ │ ├── liba-1.0.0.tar.gz │ │ ├── libb-1.0.0.tar.gz │ │ └── repositories.manifest │ ├── t13h │ │ ├── bar-1.0.0.tar.gz │ │ ├── baz-1.0.0.tar.gz │ │ ├── liba-1.0.0.tar.gz │ │ └── repositories.manifest │ ├── t13i │ │ ├── bar-1.0.0.tar.gz │ │ ├── baz-1.0.0.tar.gz │ │ ├── liba-1.0.0.tar.gz │ │ └── repositories.manifest │ ├── t13j │ │ ├── bar-1.0.0.tar.gz │ │ ├── baz-1.0.0.tar.gz │ │ ├── biz-1.0.0.tar.gz │ │ ├── liba-1.0.0.tar.gz │ │ └── repositories.manifest │ ├── t13k │ │ ├── bar-1.0.0.tar.gz │ │ ├── baz-1.0.0.tar.gz │ │ ├── liba-1.0.0.tar.gz │ │ └── repositories.manifest │ ├── t13l │ │ ├── bar-1.0.0.tar.gz │ │ ├── baz-1.0.0.tar.gz │ │ ├── liba-1.0.0.tar.gz │ │ ├── libb-1.0.0.tar.gz │ │ └── repositories.manifest │ ├── t13m │ │ ├── bar-1.0.0.tar.gz │ │ ├── baz-1.0.0.tar.gz │ │ ├── bix-1.0.0.tar.gz │ │ ├── biz-1.0.0.tar.gz │ │ ├── box-1.0.0.tar.gz │ │ ├── liba-1.0.0.tar.gz │ │ └── repositories.manifest │ ├── t13n │ │ ├── bar-1.0.0.tar.gz │ │ ├── liba-1.0.0.tar.gz │ │ ├── libb-1.0.0.tar.gz │ │ └── repositories.manifest │ ├── t13o │ │ ├── bar-1.0.0.tar.gz │ │ ├── baz-1.0.0.tar.gz │ │ ├── bix-1.0.0.tar.gz │ │ ├── biz-1.0.0.tar.gz │ │ ├── liba-1.0.0.tar.gz │ │ └── repositories.manifest │ └── t8a │ │ ├── bar-1.0.0.tar.gz │ │ ├── bax-0.1.0.tar.gz │ │ ├── bax-1.0.0.tar.gz │ │ ├── baz-1.0.0.tar.gz │ │ ├── bix-0.1.0.tar.gz │ │ ├── bix-1.0.0.tar.gz │ │ ├── box-1.0.0.tar.gz │ │ ├── bux-1.0.0.tar.gz │ │ ├── dax-1.0.0.tar.gz │ │ ├── dix-0.1.0.tar.gz │ │ ├── dix-1.0.0.tar.gz │ │ ├── dox-1.0.0.tar.gz │ │ ├── dux-1.0.0.tar.gz │ │ ├── fax-1.0.0.tar.gz │ │ ├── fix-1.0.0.tar.gz │ │ ├── foo-1.0.0.tar.gz │ │ ├── fox-1.0.0.tar.gz │ │ ├── foz-1.0.0.tar.gz │ │ ├── fux-1.0.0.tar.gz │ │ ├── fuz-1.0.0.tar.gz │ │ ├── libbar-1.0.0.tar.gz │ │ ├── libbaz-1.0.0.tar.gz │ │ ├── libbaz-1.1.0.tar.gz │ │ ├── libbiz-0.1.0.tar.gz │ │ ├── libbiz-1.0.0.tar.gz │ │ ├── libbox-0.1.0.tar.gz │ │ ├── libbox-0.1.1.tar.gz │ │ ├── libbox-1.0.0.tar.gz │ │ ├── libfoo-1.0.0.tar.gz │ │ ├── libfoo-2.0.0.tar.gz │ │ ├── libfox-1.0.0.tar.gz │ │ ├── repositories.manifest │ │ ├── tax-1.0.0.tar.gz │ │ ├── tex-1.0.0.tar.gz │ │ ├── tix-1.0.0.tar.gz │ │ ├── tox-1.0.0.tar.gz │ │ ├── tpx-1.0.0.tar.gz │ │ ├── tux-1.0.0.tar.gz │ │ ├── tvx-1.0.0.tar.gz │ │ └── twx-1.0.0.tar.gz ├── foo-1.tar.gz ├── foo │ ├── stable │ │ ├── libfoo-1.0.0.tar.gz │ │ └── repositories.manifest │ └── testing │ │ ├── libfoo-1.1.0.tar.gz │ │ └── repositories.manifest ├── git │ ├── README │ ├── init │ ├── pack │ ├── state0 │ │ ├── libbar.tar │ │ ├── libfoo.tar │ │ ├── libfox.tar │ │ ├── links.tar │ │ ├── style-basic.tar │ │ └── style.tar │ └── state1 │ │ ├── libbaz.tar │ │ ├── libfoo.tar │ │ ├── libfox.tar │ │ ├── style-basic.tar │ │ └── style.tar ├── hello │ ├── libhello-1.0.0.tar.gz │ └── repositories.manifest ├── libfoo-1.1.0 │ ├── build │ │ └── bootstrap.build │ ├── buildfile │ └── manifest ├── libhello-1.0.0 │ ├── INSTALL │ ├── build │ │ ├── bootstrap.build │ │ ├── export.build │ │ └── root.build │ ├── buildfile │ ├── libhello │ │ ├── buildfile │ │ ├── export.hxx │ │ ├── hello.cxx │ │ └── hello.hxx │ ├── manifest │ └── tests │ │ ├── .gitignore │ │ ├── build │ │ ├── bootstrap.build │ │ └── root.build │ │ ├── buildfile │ │ └── test │ │ ├── buildfile │ │ ├── driver.cxx │ │ └── test.out ├── linked │ ├── t7a │ │ ├── foo-1.0.0.tar.gz │ │ ├── libbar-1.0.0.tar.gz │ │ ├── libbaz-1.0.0.tar.gz │ │ ├── libbix-1.0.0.tar.gz │ │ ├── libbiz-1.0.0.tar.gz │ │ ├── libbox-1.0.0.tar.gz │ │ ├── libbuild2-bar-1.0.0.tar.gz │ │ ├── libbuild2-foo-1.0.0.tar.gz │ │ ├── libbuz-1.0.0.tar.gz │ │ ├── libfax-1.0.0.tar.gz │ │ ├── libfix-1.0.0.tar.gz │ │ └── repositories.manifest │ └── t7b │ │ ├── foo-1.1.0.tar.gz │ │ ├── libbar-1.1.0.tar.gz │ │ ├── libbaz-1.1.0.tar.gz │ │ ├── libbox-1.1.0.tar.gz │ │ └── repositories.manifest ├── prereq-cycle │ ├── extra │ │ ├── libbar-1.1.0+1.tar.gz │ │ └── repositories.manifest │ ├── math │ │ ├── libbar-1.0.0.tar.gz │ │ └── repositories.manifest │ └── stable │ │ ├── libfoo-1.0.0.tar.gz │ │ └── repositories.manifest ├── satisfy │ ├── libBar-2.0.0.tar.gz │ ├── libbar-0.0.1.tar.gz │ ├── libbar-0.0.2.tar.gz │ ├── libbar-0.0.3.tar.gz │ ├── libbar-0.1.0.tar.gz │ ├── libbar-1.0.0.tar.gz │ ├── libbar-1.1.0.tar.gz │ ├── libbar-1.1.1.tar.gz │ ├── libbar-1.2.0.tar.gz │ ├── libbar-2.1.0.tar.gz │ ├── libbax-1.0.0.tar.gz │ ├── libbax-2.0.0.tar.gz │ ├── libbaz-0.0.1.tar.gz │ ├── libbaz-0.0.2.tar.gz │ ├── libbaz-0.0.3.tar.gz │ ├── libbaz-0.0.4.tar.gz │ ├── libbaz-0.1.0.tar.gz │ ├── libbaz-1.0.0.tar.gz │ ├── libbaz-1.1.0.tar.gz │ ├── libbaz-1.2.0.tar.gz │ ├── libbaz-2.0.0.tar.gz │ ├── libbaz-2.1.0.tar.gz │ ├── libbix-1.0.0.tar.gz │ ├── libbix-2.0.0.tar.gz │ ├── libbiz-0.0.1.tar.gz │ ├── libbiz-0.0.2.tar.gz │ ├── libbiz-1.0.0.tar.gz │ ├── libbiz-1.3.0.tar.gz │ ├── libbiz-tests-1.3.0.tar.gz │ ├── libbox-0.0.1.tar.gz │ ├── libbox-0.0.2.tar.gz │ ├── libbox-1.0.0.tar.gz │ ├── libbox-1.2.0.tar.gz │ ├── libbox-2.0.0.tar.gz │ ├── libbux-1.0.0.tar.gz │ ├── libbuz-1.0.0.tar.gz │ ├── libfix-0.0.1.tar.gz │ ├── libfix-0.0.3.tar.gz │ ├── libfix-1.0.0.tar.gz │ ├── libfoo-0.0.1.tar.gz │ ├── libfoo-0.1.0.tar.gz │ ├── libfoo-1.0.0.tar.gz │ ├── libfoo-1.1.0+1.tar.gz │ ├── libfoo-1.1.0+2.tar.gz │ ├── libfoo-1.1.0+3.tar.gz │ ├── libfoo-1.1.0.tar.gz │ ├── libfoo-1.1.0 │ │ ├── build │ │ │ └── bootstrap.build │ │ ├── buildfile │ │ └── manifest │ ├── libfoo-1.1.1.tar.gz │ ├── libfoo-1.2.0.tar.gz │ ├── libfoo-2.0.0.tar.gz │ ├── libfoo-3.0.0.tar.gz │ ├── libfox-0.0.1.tar.gz │ ├── libfox-0.0.2.tar.gz │ ├── libfox-1.0.0.tar.gz │ ├── libfox-1.1.0.tar.gz │ ├── libfox-2.0.0.tar.gz │ ├── libfox-2.1.0.tar.gz │ ├── libfox-3.0.0.tar.gz │ ├── libfux-2.0.0.tar.gz │ ├── repositories.manifest │ ├── t0a │ │ ├── libbar-0.0.1.tar.gz │ │ ├── libbaz-0.0.1.tar.gz │ │ ├── libbaz-0.0.3.tar.gz │ │ ├── libbox-0.0.1.tar.gz │ │ ├── libfix-0.0.1.tar.gz │ │ ├── libfoo-0.0.1.tar.gz │ │ ├── libfox-0.0.1.tar.gz │ │ └── repositories.manifest │ ├── t0b │ │ ├── libbar-0.0.2.tar.gz │ │ ├── libbaz-0.0.2.tar.gz │ │ ├── libbiz-0.0.2.tar.gz │ │ ├── libfoo-1.0.0.tar.gz │ │ └── repositories.manifest │ ├── t0c │ │ ├── libbar-0.0.3.tar.gz │ │ ├── libbar-1.0.0.tar.gz │ │ ├── libbaz-0.0.3.tar.gz │ │ ├── libbaz-0.0.4.tar.gz │ │ ├── libbaz-0.1.0.tar.gz │ │ ├── libbox-0.0.1.tar.gz │ │ ├── libfix-0.0.3.tar.gz │ │ ├── libfoo-1.0.0.tar.gz │ │ └── repositories.manifest │ ├── t0d │ │ ├── libbiz-0.0.1.tar.gz │ │ ├── libbox-0.0.2.tar.gz │ │ ├── libfix-0.0.1.tar.gz │ │ ├── libfoo-0.0.1.tar.gz │ │ ├── libfoo-1.0.0.tar.gz │ │ ├── libfox-0.0.1.tar.gz │ │ ├── libfox-0.0.2.tar.gz │ │ └── repositories.manifest │ ├── t1 │ │ ├── libfoo-1.0.0.tar.gz │ │ └── repositories.manifest │ ├── t10 │ │ ├── libbar-baz-1.0.0.tar.gz │ │ ├── libbar-foo-1.0.0.tar.gz │ │ ├── libbar-tests-1.0.0.tar.gz │ │ ├── libfoo-bar-1.0.0.tar.gz │ │ ├── libfoo-baz-1.0.0.tar.gz │ │ ├── libfoo-tests-1.0.0.tar.gz │ │ └── repositories.manifest │ ├── t12a │ │ ├── libbar-0.1.0.tar.gz │ │ ├── libbaz-1.0.0.tar.gz │ │ └── repositories.manifest │ ├── t12b │ │ ├── bar-1.0.0.tar.gz │ │ ├── baz-0.1.0.tar.gz │ │ ├── baz-1.0.0.tar.gz │ │ ├── foo-0.1.0.tar.gz │ │ ├── foo-1.0.0.tar.gz │ │ ├── libbar-1.0.0.tar.gz │ │ ├── libbaz-0.1.0.tar.gz │ │ └── repositories.manifest │ ├── t14a │ │ ├── libfoo-1.0.0.tar.gz │ │ └── repositories.manifest │ ├── t14b │ │ ├── libfoo-1.1.0.tar.gz │ │ └── repositories.manifest │ ├── t14c │ │ ├── libfoo-1.1.0+1.tar.gz │ │ └── repositories.manifest │ ├── t14d │ │ ├── libfoo-1.1.0+2.tar.gz │ │ └── repositories.manifest │ ├── t14e │ │ ├── libfoo-1.1.0+3.tar.gz │ │ └── repositories.manifest │ ├── t14f │ │ ├── libfoo-1.1.1.tar.gz │ │ └── repositories.manifest │ ├── t14i │ │ ├── libfoo-1.2.0.tar.gz │ │ └── repositories.manifest │ ├── t2 │ │ ├── libbar-1.0.0.tar.gz │ │ ├── libbax-1.0.0.tar.gz │ │ ├── libbiz-1.3.0.tar.gz │ │ ├── libbiz-tests-1.3.0.tar.gz │ │ ├── libbuz-1.0.0.tar.gz │ │ ├── libfoo-0.1.0.tar.gz │ │ ├── libfoo-1.0.0.tar.gz │ │ └── repositories.manifest │ ├── t3 │ │ ├── libbaz-1.0.0.tar.gz │ │ ├── libfox-1.0.0.tar.gz │ │ └── repositories.manifest │ ├── t4a │ │ ├── libfoo-1.1.0.tar.gz │ │ └── repositories.manifest │ ├── t4b │ │ ├── libbar-1.1.0.tar.gz │ │ └── repositories.manifest │ ├── t4c │ │ ├── libbaz-1.1.0.tar.gz │ │ ├── libfoo-1.0.0.tar.gz │ │ └── repositories.manifest │ ├── t4d │ │ ├── libbiz-1.0.0.tar.gz │ │ ├── libfox-1.0.0.tar.gz │ │ └── repositories.manifest │ ├── t4e │ │ ├── libbar-1.1.0.tar.gz │ │ ├── libbar-1.1.1.tar.gz │ │ ├── libfoo-1.1.0+1.tar.gz │ │ └── repositories.manifest │ ├── t4f │ │ ├── libbar-1.2.0.tar.gz │ │ ├── libbar-2.1.0.tar.gz │ │ ├── libbax-1.0.0.tar.gz │ │ ├── libbax-2.0.0.tar.gz │ │ ├── libbix-1.0.0.tar.gz │ │ ├── libbix-2.0.0.tar.gz │ │ ├── libbox-1.0.0.tar.gz │ │ ├── libbox-2.0.0.tar.gz │ │ ├── libbux-1.0.0.tar.gz │ │ ├── libfix-1.0.0.tar.gz │ │ ├── libfoo-2.0.0.tar.gz │ │ ├── libfox-1.1.0.tar.gz │ │ ├── libfox-2.0.0.tar.gz │ │ ├── libfux-2.0.0.tar.gz │ │ └── repositories.manifest │ ├── t4i │ │ ├── libbar-0.1.0.tar.gz │ │ ├── libbaz-2.0.0.tar.gz │ │ └── repositories.manifest │ ├── t4j │ │ ├── libbar-0.1.0.tar.gz │ │ ├── libbar-1.2.0.tar.gz │ │ ├── libbaz-1.2.0.tar.gz │ │ ├── libbaz-2.1.0.tar.gz │ │ ├── libfix-1.0.0.tar.gz │ │ ├── libfoo-3.0.0.tar.gz │ │ ├── libfox-0.0.1.tar.gz │ │ ├── libfox-2.1.0.tar.gz │ │ ├── libfox-3.0.0.tar.gz │ │ └── repositories.manifest │ ├── t4k │ │ ├── libbar-1.0.0.tar.gz │ │ ├── libbaz-1.0.0.tar.gz │ │ ├── libfax-1.0.0.tar.gz │ │ ├── libfax-2.0.0.tar.gz │ │ ├── libfaz-1.0.0.tar.gz │ │ ├── libfaz-2.0.0.tar.gz │ │ ├── libfex-1.0.0.tar.gz │ │ ├── libfex-2.0.0.tar.gz │ │ ├── libfix-1.0.0.tar.gz │ │ ├── libfix-2.0.0.tar.gz │ │ ├── libfoo-1.0.0.tar.gz │ │ ├── libfoo-2.0.0.tar.gz │ │ ├── libfox-1.0.0.tar.gz │ │ ├── libfox-1.2.0.tar.gz │ │ ├── libfox-2.0.0.tar.gz │ │ ├── libfux-1.0.0.tar.gz │ │ ├── libfux-2.0.0.tar.gz │ │ ├── libfuz-1.0.0.tar.gz │ │ ├── libfuz-2.0.0.tar.gz │ │ └── repositories.manifest │ ├── t5 │ │ ├── libbar-1.2.0.tar.gz │ │ ├── libbox-1.2.0.tar.gz │ │ └── repositories.manifest │ ├── t6 │ │ ├── libBar-2.0.0.tar.gz │ │ └── repositories.manifest │ └── t9 │ │ ├── foo-1.0.0.tar.gz │ │ ├── libbar-1.0.0.tar.gz │ │ ├── libbaz-1.0.0.tar.gz │ │ ├── libbox-1.0.0.tar.gz │ │ └── repositories.manifest └── t1 │ ├── libfoo-1.0.0.tar.gz │ ├── libfoo-1.1.0.tar.gz │ └── repositories.manifest ├── config.testscript ├── pkg-build.testscript ├── pkg-build ├── git │ ├── libbar.tar │ ├── libbaz.tar │ └── style-basic.tar ├── libbar-0.0.3.tar.gz ├── libbar-1.0.0.tar.gz ├── libbar-1.1.0.tar.gz ├── libbar-1.2.0.tar.gz ├── libbaz-1.1.0.tar.gz ├── libfix-0.0.1.tar.gz ├── libfoo-0.0.1.tar.gz ├── libfoo-1.0.0.tar.gz ├── libfoo-1.1.0 ├── libfoo-1.1.0.tar.gz ├── libfoo-1.2.0.tar.gz ├── libhello-1.0.0 ├── t0a ├── t0b ├── t0c ├── t0d ├── t1 ├── t10 ├── t11a ├── t12a ├── t12b ├── t13a ├── t13b ├── t13c ├── t13d ├── t13e ├── t13f ├── t13g ├── t13h ├── t13i ├── t13j ├── t13k ├── t13l ├── t13m ├── t13n ├── t13o ├── t14a ├── t14b ├── t14c ├── t14d ├── t14e ├── t14f ├── t14i ├── t15 ├── t2 ├── t3 ├── t4a ├── t4b ├── t4c ├── t4d ├── t4e ├── t4f ├── t4i ├── t4j ├── t4k ├── t5 ├── t6 ├── t7a ├── t7b ├── t8a └── t9 ├── pkg-checkout.testscript ├── pkg-checkout └── git │ ├── libbar.tar │ ├── links.tar │ ├── style-basic0.tar │ ├── style-basic1.tar │ └── style.tar ├── pkg-clean.testscript ├── pkg-clean ├── hello └── libhello-1.0.0 ├── pkg-configure.testscript ├── pkg-configure ├── hello ├── libhello-1.0.0 ├── stable │ ├── libbar-1.0.0.tar.gz │ ├── libbar-1.1.0.tar.gz │ ├── libbar-1.2.0.tar.gz │ ├── libbar-1.3.0.tar.gz │ ├── libfoo-1.0.0.tar.gz │ ├── libfoo-1.1.0.tar.gz │ ├── libfoo-1.2.0.tar.gz │ └── repositories.manifest └── t8a ├── pkg-drop.testscript ├── pkg-drop ├── t4a ├── t4b ├── t4c ├── t4d └── t7a ├── pkg-fetch.testscript ├── pkg-fetch ├── hello └── t1 ├── pkg-purge.testscript ├── pkg-purge ├── libfoo-1.0.0.tar.gz └── libfoo-1.1.0 ├── pkg-status.testscript ├── pkg-status ├── extra │ ├── libbar-1.1.0+1.tar.gz │ └── repositories.manifest ├── git │ ├── libbar.tar │ ├── style-basic.tar │ └── style.tar ├── stable │ ├── libbar-1.0.0.tar.gz │ ├── libfoo-1.0.0.tar.gz │ └── repositories.manifest ├── testing │ ├── libbar-1.0.0+1.tar.gz │ ├── libbar-1.1.0.tar.gz │ ├── libbaz-1.0.0.tar.gz │ └── repositories.manifest └── unstable │ ├── libbar-2.0.0.tar.gz │ └── repositories.manifest ├── pkg-system.testscript ├── pkg-system ├── foo-2.tar.gz ├── libbar-0+1.tar.gz ├── libbar-1.tar.gz ├── libbar-2.tar.gz ├── libbaz-2.tar.gz ├── t1 │ ├── foo-2.tar.gz │ ├── libbar-1.tar.gz │ ├── libbar-2.tar.gz │ ├── libbaz-2.tar.gz │ └── repositories.manifest ├── t2 │ ├── foo-2.tar.gz │ ├── libbar-0+1.tar.gz │ └── repositories.manifest └── t3 │ ├── foo-2.tar.gz │ └── repositories.manifest ├── pkg-test.testscript ├── pkg-test └── t0a ├── pkg-unpack.testscript ├── pkg-unpack ├── git │ └── style-basic.tar ├── hello ├── libfoo-1.1.0 └── t1 ├── pkg-update.testscript ├── pkg-update ├── hello └── libhello-1.0.0 ├── pkg-verify.testscript ├── pkg-verify ├── foo-1.tar.gz ├── foo-2.tar.gz ├── foo-3.tar.gz ├── libbaz-1.0.0.tar.gz └── not-a-package.tar.gz ├── publish ├── remote-git.testscript ├── remote.testscript ├── rep-add.testscript ├── rep-auth.testscript ├── rep-auth ├── expired │ ├── foo-1.tar.gz │ ├── packages.manifest │ ├── repositories.manifest │ └── signature.manifest └── unsigned │ ├── foo-1.tar.gz │ └── repositories.manifest ├── rep-create.testscript ├── rep-create ├── stable │ ├── bar-1.tar.gz │ ├── foo-1.tar.gz │ └── repositories.manifest └── testing │ ├── foo-2.tar.gz │ └── repositories.manifest ├── rep-fetch-git-commit.testscript ├── rep-fetch-git-refname.testscript ├── rep-fetch-git.testscript ├── rep-fetch.testscript ├── rep-fetch ├── bar ├── cycle ├── foo ├── git │ ├── state0 │ └── state1 ├── hello ├── libhello-1.0.0 └── no-cycle │ ├── extra │ ├── libbar-1.1.0+1.tar.gz │ └── repositories.manifest │ ├── math │ ├── libbar-1.0.0.tar.gz │ └── repositories.manifest │ └── stable │ ├── libfoo-1.0.0.tar.gz │ └── repositories.manifest ├── rep-info.testscript ├── rep-info ├── git │ ├── libbar.tar │ └── style-basic.tar ├── t15 └── testing │ ├── foo-1.tar.gz │ └── repositories.manifest ├── rep-list.testscript ├── rep-list ├── extra │ ├── libbar-1.1.0+1.tar.gz │ └── repositories.manifest ├── git │ ├── libbar.tar │ └── style-basic.tar ├── math │ ├── libbar-1.0.0.tar.gz │ └── repositories.manifest ├── stable │ ├── libfoo-1.0.0.tar.gz │ └── repositories.manifest └── testing │ ├── libbar-2.0.0.tar.gz │ └── repositories.manifest ├── rep-remove.testscript └── rep-remove ├── alpha ├── libbar-2.0.0.tar.gz └── repositories.manifest ├── extra ├── git └── style-basic.tar ├── math ├── stable └── testing ├── libbar-2.0.0.tar.gz └── repositories.manifest /.gitattributes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/build2/bpkg/HEAD/.gitattributes -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/build2/bpkg/HEAD/.gitignore -------------------------------------------------------------------------------- /.gitmodules: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/build2/bpkg/HEAD/.gitmodules -------------------------------------------------------------------------------- /AUTHORS: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/build2/bpkg/HEAD/AUTHORS -------------------------------------------------------------------------------- /CONTRIBUTING.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/build2/bpkg/HEAD/CONTRIBUTING.md -------------------------------------------------------------------------------- /INSTALL: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/build2/bpkg/HEAD/INSTALL -------------------------------------------------------------------------------- /LEGAL: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/build2/bpkg/HEAD/LEGAL -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/build2/bpkg/HEAD/LICENSE -------------------------------------------------------------------------------- /NEWS: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/build2/bpkg/HEAD/NEWS -------------------------------------------------------------------------------- /README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/build2/bpkg/HEAD/README -------------------------------------------------------------------------------- /bpkg/.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/build2/bpkg/HEAD/bpkg/.gitignore -------------------------------------------------------------------------------- /bpkg/archive.cxx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/build2/bpkg/HEAD/bpkg/archive.cxx -------------------------------------------------------------------------------- /bpkg/archive.hxx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/build2/bpkg/HEAD/bpkg/archive.hxx -------------------------------------------------------------------------------- /bpkg/argument-grouping.cli: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/build2/bpkg/HEAD/bpkg/argument-grouping.cli -------------------------------------------------------------------------------- /bpkg/auth.cxx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/build2/bpkg/HEAD/bpkg/auth.cxx -------------------------------------------------------------------------------- /bpkg/auth.hxx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/build2/bpkg/HEAD/bpkg/auth.hxx -------------------------------------------------------------------------------- /bpkg/bpkg.cli: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/build2/bpkg/HEAD/bpkg/bpkg.cli -------------------------------------------------------------------------------- /bpkg/bpkg.cxx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/build2/bpkg/HEAD/bpkg/bpkg.cxx -------------------------------------------------------------------------------- /bpkg/bpkg.hxx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/build2/bpkg/HEAD/bpkg/bpkg.hxx -------------------------------------------------------------------------------- /bpkg/buildfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/build2/bpkg/HEAD/bpkg/buildfile -------------------------------------------------------------------------------- /bpkg/cfg-create.cli: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/build2/bpkg/HEAD/bpkg/cfg-create.cli -------------------------------------------------------------------------------- /bpkg/cfg-create.cxx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/build2/bpkg/HEAD/bpkg/cfg-create.cxx -------------------------------------------------------------------------------- /bpkg/cfg-create.hxx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/build2/bpkg/HEAD/bpkg/cfg-create.hxx -------------------------------------------------------------------------------- /bpkg/cfg-info.cli: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/build2/bpkg/HEAD/bpkg/cfg-info.cli -------------------------------------------------------------------------------- /bpkg/cfg-info.cxx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/build2/bpkg/HEAD/bpkg/cfg-info.cxx -------------------------------------------------------------------------------- /bpkg/cfg-info.hxx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/build2/bpkg/HEAD/bpkg/cfg-info.hxx -------------------------------------------------------------------------------- /bpkg/cfg-link.cli: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/build2/bpkg/HEAD/bpkg/cfg-link.cli -------------------------------------------------------------------------------- /bpkg/cfg-link.cxx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/build2/bpkg/HEAD/bpkg/cfg-link.cxx -------------------------------------------------------------------------------- /bpkg/cfg-link.hxx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/build2/bpkg/HEAD/bpkg/cfg-link.hxx -------------------------------------------------------------------------------- /bpkg/cfg-unlink.cli: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/build2/bpkg/HEAD/bpkg/cfg-unlink.cli -------------------------------------------------------------------------------- /bpkg/cfg-unlink.cxx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/build2/bpkg/HEAD/bpkg/cfg-unlink.cxx -------------------------------------------------------------------------------- /bpkg/cfg-unlink.hxx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/build2/bpkg/HEAD/bpkg/cfg-unlink.hxx -------------------------------------------------------------------------------- /bpkg/checksum.cxx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/build2/bpkg/HEAD/bpkg/checksum.cxx -------------------------------------------------------------------------------- /bpkg/checksum.hxx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/build2/bpkg/HEAD/bpkg/checksum.hxx -------------------------------------------------------------------------------- /bpkg/common.cli: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/build2/bpkg/HEAD/bpkg/common.cli -------------------------------------------------------------------------------- /bpkg/configuration.cli: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/build2/bpkg/HEAD/bpkg/configuration.cli -------------------------------------------------------------------------------- /bpkg/database.cxx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/build2/bpkg/HEAD/bpkg/database.cxx -------------------------------------------------------------------------------- /bpkg/database.hxx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/build2/bpkg/HEAD/bpkg/database.hxx -------------------------------------------------------------------------------- /bpkg/default-options-files.cli: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/build2/bpkg/HEAD/bpkg/default-options-files.cli -------------------------------------------------------------------------------- /bpkg/diagnostics.cxx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/build2/bpkg/HEAD/bpkg/diagnostics.cxx -------------------------------------------------------------------------------- /bpkg/diagnostics.hxx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/build2/bpkg/HEAD/bpkg/diagnostics.hxx -------------------------------------------------------------------------------- /bpkg/fetch-cache-data.hxx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/build2/bpkg/HEAD/bpkg/fetch-cache-data.hxx -------------------------------------------------------------------------------- /bpkg/fetch-cache-data.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/build2/bpkg/HEAD/bpkg/fetch-cache-data.xml -------------------------------------------------------------------------------- /bpkg/fetch-cache.cxx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/build2/bpkg/HEAD/bpkg/fetch-cache.cxx -------------------------------------------------------------------------------- /bpkg/fetch-cache.hxx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/build2/bpkg/HEAD/bpkg/fetch-cache.hxx -------------------------------------------------------------------------------- /bpkg/fetch-git.cxx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/build2/bpkg/HEAD/bpkg/fetch-git.cxx -------------------------------------------------------------------------------- /bpkg/fetch-pkg.cxx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/build2/bpkg/HEAD/bpkg/fetch-pkg.cxx -------------------------------------------------------------------------------- /bpkg/fetch.cxx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/build2/bpkg/HEAD/bpkg/fetch.cxx -------------------------------------------------------------------------------- /bpkg/fetch.hxx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/build2/bpkg/HEAD/bpkg/fetch.hxx -------------------------------------------------------------------------------- /bpkg/forward.hxx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/build2/bpkg/HEAD/bpkg/forward.hxx -------------------------------------------------------------------------------- /bpkg/help.cli: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/build2/bpkg/HEAD/bpkg/help.cli -------------------------------------------------------------------------------- /bpkg/help.cxx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/build2/bpkg/HEAD/bpkg/help.cxx -------------------------------------------------------------------------------- /bpkg/help.hxx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/build2/bpkg/HEAD/bpkg/help.hxx -------------------------------------------------------------------------------- /bpkg/manifest-utility.cxx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/build2/bpkg/HEAD/bpkg/manifest-utility.cxx -------------------------------------------------------------------------------- /bpkg/manifest-utility.hxx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/build2/bpkg/HEAD/bpkg/manifest-utility.hxx -------------------------------------------------------------------------------- /bpkg/odb.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/build2/bpkg/HEAD/bpkg/odb.sh -------------------------------------------------------------------------------- /bpkg/options-types.hxx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/build2/bpkg/HEAD/bpkg/options-types.hxx -------------------------------------------------------------------------------- /bpkg/package-common.hxx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/build2/bpkg/HEAD/bpkg/package-common.hxx -------------------------------------------------------------------------------- /bpkg/package-configuration.cxx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/build2/bpkg/HEAD/bpkg/package-configuration.cxx -------------------------------------------------------------------------------- /bpkg/package-configuration.hxx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/build2/bpkg/HEAD/bpkg/package-configuration.hxx -------------------------------------------------------------------------------- /bpkg/package-query.cxx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/build2/bpkg/HEAD/bpkg/package-query.cxx -------------------------------------------------------------------------------- /bpkg/package-query.hxx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/build2/bpkg/HEAD/bpkg/package-query.hxx -------------------------------------------------------------------------------- /bpkg/package-skeleton.cxx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/build2/bpkg/HEAD/bpkg/package-skeleton.cxx -------------------------------------------------------------------------------- /bpkg/package-skeleton.hxx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/build2/bpkg/HEAD/bpkg/package-skeleton.hxx -------------------------------------------------------------------------------- /bpkg/package.cxx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/build2/bpkg/HEAD/bpkg/package.cxx -------------------------------------------------------------------------------- /bpkg/package.hxx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/build2/bpkg/HEAD/bpkg/package.hxx -------------------------------------------------------------------------------- /bpkg/package.ixx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/build2/bpkg/HEAD/bpkg/package.ixx -------------------------------------------------------------------------------- /bpkg/package.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/build2/bpkg/HEAD/bpkg/package.xml -------------------------------------------------------------------------------- /bpkg/pkg-bindist.cli: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/build2/bpkg/HEAD/bpkg/pkg-bindist.cli -------------------------------------------------------------------------------- /bpkg/pkg-bindist.cxx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/build2/bpkg/HEAD/bpkg/pkg-bindist.cxx -------------------------------------------------------------------------------- /bpkg/pkg-bindist.hxx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/build2/bpkg/HEAD/bpkg/pkg-bindist.hxx -------------------------------------------------------------------------------- /bpkg/pkg-build-collect.cxx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/build2/bpkg/HEAD/bpkg/pkg-build-collect.cxx -------------------------------------------------------------------------------- /bpkg/pkg-build-collect.hxx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/build2/bpkg/HEAD/bpkg/pkg-build-collect.hxx -------------------------------------------------------------------------------- /bpkg/pkg-build.cli: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/build2/bpkg/HEAD/bpkg/pkg-build.cli -------------------------------------------------------------------------------- /bpkg/pkg-build.cxx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/build2/bpkg/HEAD/bpkg/pkg-build.cxx -------------------------------------------------------------------------------- /bpkg/pkg-build.hxx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/build2/bpkg/HEAD/bpkg/pkg-build.hxx -------------------------------------------------------------------------------- /bpkg/pkg-checkout.cli: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/build2/bpkg/HEAD/bpkg/pkg-checkout.cli -------------------------------------------------------------------------------- /bpkg/pkg-checkout.cxx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/build2/bpkg/HEAD/bpkg/pkg-checkout.cxx -------------------------------------------------------------------------------- /bpkg/pkg-checkout.hxx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/build2/bpkg/HEAD/bpkg/pkg-checkout.hxx -------------------------------------------------------------------------------- /bpkg/pkg-clean.cli: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/build2/bpkg/HEAD/bpkg/pkg-clean.cli -------------------------------------------------------------------------------- /bpkg/pkg-clean.hxx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/build2/bpkg/HEAD/bpkg/pkg-clean.hxx -------------------------------------------------------------------------------- /bpkg/pkg-command.cxx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/build2/bpkg/HEAD/bpkg/pkg-command.cxx -------------------------------------------------------------------------------- /bpkg/pkg-command.hxx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/build2/bpkg/HEAD/bpkg/pkg-command.hxx -------------------------------------------------------------------------------- /bpkg/pkg-configure.cli: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/build2/bpkg/HEAD/bpkg/pkg-configure.cli -------------------------------------------------------------------------------- /bpkg/pkg-configure.cxx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/build2/bpkg/HEAD/bpkg/pkg-configure.cxx -------------------------------------------------------------------------------- /bpkg/pkg-configure.hxx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/build2/bpkg/HEAD/bpkg/pkg-configure.hxx -------------------------------------------------------------------------------- /bpkg/pkg-disfigure.cli: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/build2/bpkg/HEAD/bpkg/pkg-disfigure.cli -------------------------------------------------------------------------------- /bpkg/pkg-disfigure.cxx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/build2/bpkg/HEAD/bpkg/pkg-disfigure.cxx -------------------------------------------------------------------------------- /bpkg/pkg-disfigure.hxx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/build2/bpkg/HEAD/bpkg/pkg-disfigure.hxx -------------------------------------------------------------------------------- /bpkg/pkg-drop.cli: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/build2/bpkg/HEAD/bpkg/pkg-drop.cli -------------------------------------------------------------------------------- /bpkg/pkg-drop.cxx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/build2/bpkg/HEAD/bpkg/pkg-drop.cxx -------------------------------------------------------------------------------- /bpkg/pkg-drop.hxx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/build2/bpkg/HEAD/bpkg/pkg-drop.hxx -------------------------------------------------------------------------------- /bpkg/pkg-fetch.cli: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/build2/bpkg/HEAD/bpkg/pkg-fetch.cli -------------------------------------------------------------------------------- /bpkg/pkg-fetch.cxx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/build2/bpkg/HEAD/bpkg/pkg-fetch.cxx -------------------------------------------------------------------------------- /bpkg/pkg-fetch.hxx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/build2/bpkg/HEAD/bpkg/pkg-fetch.hxx -------------------------------------------------------------------------------- /bpkg/pkg-install.cli: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/build2/bpkg/HEAD/bpkg/pkg-install.cli -------------------------------------------------------------------------------- /bpkg/pkg-install.hxx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/build2/bpkg/HEAD/bpkg/pkg-install.hxx -------------------------------------------------------------------------------- /bpkg/pkg-purge.cli: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/build2/bpkg/HEAD/bpkg/pkg-purge.cli -------------------------------------------------------------------------------- /bpkg/pkg-purge.cxx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/build2/bpkg/HEAD/bpkg/pkg-purge.cxx -------------------------------------------------------------------------------- /bpkg/pkg-purge.hxx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/build2/bpkg/HEAD/bpkg/pkg-purge.hxx -------------------------------------------------------------------------------- /bpkg/pkg-status.cli: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/build2/bpkg/HEAD/bpkg/pkg-status.cli -------------------------------------------------------------------------------- /bpkg/pkg-status.cxx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/build2/bpkg/HEAD/bpkg/pkg-status.cxx -------------------------------------------------------------------------------- /bpkg/pkg-status.hxx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/build2/bpkg/HEAD/bpkg/pkg-status.hxx -------------------------------------------------------------------------------- /bpkg/pkg-test.cli: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/build2/bpkg/HEAD/bpkg/pkg-test.cli -------------------------------------------------------------------------------- /bpkg/pkg-test.hxx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/build2/bpkg/HEAD/bpkg/pkg-test.hxx -------------------------------------------------------------------------------- /bpkg/pkg-uninstall.cli: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/build2/bpkg/HEAD/bpkg/pkg-uninstall.cli -------------------------------------------------------------------------------- /bpkg/pkg-uninstall.hxx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/build2/bpkg/HEAD/bpkg/pkg-uninstall.hxx -------------------------------------------------------------------------------- /bpkg/pkg-unpack.cli: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/build2/bpkg/HEAD/bpkg/pkg-unpack.cli -------------------------------------------------------------------------------- /bpkg/pkg-unpack.cxx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/build2/bpkg/HEAD/bpkg/pkg-unpack.cxx -------------------------------------------------------------------------------- /bpkg/pkg-unpack.hxx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/build2/bpkg/HEAD/bpkg/pkg-unpack.hxx -------------------------------------------------------------------------------- /bpkg/pkg-update.cli: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/build2/bpkg/HEAD/bpkg/pkg-update.cli -------------------------------------------------------------------------------- /bpkg/pkg-update.hxx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/build2/bpkg/HEAD/bpkg/pkg-update.hxx -------------------------------------------------------------------------------- /bpkg/pkg-verify.cli: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/build2/bpkg/HEAD/bpkg/pkg-verify.cli -------------------------------------------------------------------------------- /bpkg/pkg-verify.cxx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/build2/bpkg/HEAD/bpkg/pkg-verify.cxx -------------------------------------------------------------------------------- /bpkg/pkg-verify.hxx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/build2/bpkg/HEAD/bpkg/pkg-verify.hxx -------------------------------------------------------------------------------- /bpkg/pointer-traits.hxx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/build2/bpkg/HEAD/bpkg/pointer-traits.hxx -------------------------------------------------------------------------------- /bpkg/rep-add.cli: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/build2/bpkg/HEAD/bpkg/rep-add.cli -------------------------------------------------------------------------------- /bpkg/rep-add.cxx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/build2/bpkg/HEAD/bpkg/rep-add.cxx -------------------------------------------------------------------------------- /bpkg/rep-add.hxx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/build2/bpkg/HEAD/bpkg/rep-add.hxx -------------------------------------------------------------------------------- /bpkg/rep-create.cli: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/build2/bpkg/HEAD/bpkg/rep-create.cli -------------------------------------------------------------------------------- /bpkg/rep-create.cxx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/build2/bpkg/HEAD/bpkg/rep-create.cxx -------------------------------------------------------------------------------- /bpkg/rep-create.hxx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/build2/bpkg/HEAD/bpkg/rep-create.hxx -------------------------------------------------------------------------------- /bpkg/rep-fetch.cli: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/build2/bpkg/HEAD/bpkg/rep-fetch.cli -------------------------------------------------------------------------------- /bpkg/rep-fetch.cxx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/build2/bpkg/HEAD/bpkg/rep-fetch.cxx -------------------------------------------------------------------------------- /bpkg/rep-fetch.hxx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/build2/bpkg/HEAD/bpkg/rep-fetch.hxx -------------------------------------------------------------------------------- /bpkg/rep-info.cli: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/build2/bpkg/HEAD/bpkg/rep-info.cli -------------------------------------------------------------------------------- /bpkg/rep-info.cxx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/build2/bpkg/HEAD/bpkg/rep-info.cxx -------------------------------------------------------------------------------- /bpkg/rep-info.hxx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/build2/bpkg/HEAD/bpkg/rep-info.hxx -------------------------------------------------------------------------------- /bpkg/rep-list.cli: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/build2/bpkg/HEAD/bpkg/rep-list.cli -------------------------------------------------------------------------------- /bpkg/rep-list.cxx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/build2/bpkg/HEAD/bpkg/rep-list.cxx -------------------------------------------------------------------------------- /bpkg/rep-list.hxx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/build2/bpkg/HEAD/bpkg/rep-list.hxx -------------------------------------------------------------------------------- /bpkg/rep-mask.cxx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/build2/bpkg/HEAD/bpkg/rep-mask.cxx -------------------------------------------------------------------------------- /bpkg/rep-mask.hxx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/build2/bpkg/HEAD/bpkg/rep-mask.hxx -------------------------------------------------------------------------------- /bpkg/rep-remove.cli: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/build2/bpkg/HEAD/bpkg/rep-remove.cli -------------------------------------------------------------------------------- /bpkg/rep-remove.cxx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/build2/bpkg/HEAD/bpkg/rep-remove.cxx -------------------------------------------------------------------------------- /bpkg/rep-remove.hxx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/build2/bpkg/HEAD/bpkg/rep-remove.hxx -------------------------------------------------------------------------------- /bpkg/repository-signing.cli: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/build2/bpkg/HEAD/bpkg/repository-signing.cli -------------------------------------------------------------------------------- /bpkg/repository-types.cli: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/build2/bpkg/HEAD/bpkg/repository-types.cli -------------------------------------------------------------------------------- /bpkg/satisfaction.cxx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/build2/bpkg/HEAD/bpkg/satisfaction.cxx -------------------------------------------------------------------------------- /bpkg/satisfaction.hxx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/build2/bpkg/HEAD/bpkg/satisfaction.hxx -------------------------------------------------------------------------------- /bpkg/satisfaction.test.cxx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/build2/bpkg/HEAD/bpkg/satisfaction.test.cxx -------------------------------------------------------------------------------- /bpkg/system-package-manager-archive.cxx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/build2/bpkg/HEAD/bpkg/system-package-manager-archive.cxx -------------------------------------------------------------------------------- /bpkg/system-package-manager-archive.hxx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/build2/bpkg/HEAD/bpkg/system-package-manager-archive.hxx -------------------------------------------------------------------------------- /bpkg/system-package-manager-debian.cxx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/build2/bpkg/HEAD/bpkg/system-package-manager-debian.cxx -------------------------------------------------------------------------------- /bpkg/system-package-manager-debian.hxx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/build2/bpkg/HEAD/bpkg/system-package-manager-debian.hxx -------------------------------------------------------------------------------- /bpkg/system-package-manager-debian.test.cxx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/build2/bpkg/HEAD/bpkg/system-package-manager-debian.test.cxx -------------------------------------------------------------------------------- /bpkg/system-package-manager-debian.test.testscript: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/build2/bpkg/HEAD/bpkg/system-package-manager-debian.test.testscript -------------------------------------------------------------------------------- /bpkg/system-package-manager-fedora.cxx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/build2/bpkg/HEAD/bpkg/system-package-manager-fedora.cxx -------------------------------------------------------------------------------- /bpkg/system-package-manager-fedora.hxx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/build2/bpkg/HEAD/bpkg/system-package-manager-fedora.hxx -------------------------------------------------------------------------------- /bpkg/system-package-manager-fedora.test.cxx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/build2/bpkg/HEAD/bpkg/system-package-manager-fedora.test.cxx -------------------------------------------------------------------------------- /bpkg/system-package-manager-fedora.test.testscript: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/build2/bpkg/HEAD/bpkg/system-package-manager-fedora.test.testscript -------------------------------------------------------------------------------- /bpkg/system-package-manager.cxx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/build2/bpkg/HEAD/bpkg/system-package-manager.cxx -------------------------------------------------------------------------------- /bpkg/system-package-manager.hxx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/build2/bpkg/HEAD/bpkg/system-package-manager.hxx -------------------------------------------------------------------------------- /bpkg/system-package-manager.test.cxx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/build2/bpkg/HEAD/bpkg/system-package-manager.test.cxx -------------------------------------------------------------------------------- /bpkg/system-package-manager.test.hxx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/build2/bpkg/HEAD/bpkg/system-package-manager.test.hxx -------------------------------------------------------------------------------- /bpkg/system-package-manager.test.testscript: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/build2/bpkg/HEAD/bpkg/system-package-manager.test.testscript -------------------------------------------------------------------------------- /bpkg/system-repository.cxx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/build2/bpkg/HEAD/bpkg/system-repository.cxx -------------------------------------------------------------------------------- /bpkg/system-repository.hxx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/build2/bpkg/HEAD/bpkg/system-repository.hxx -------------------------------------------------------------------------------- /bpkg/types-parsers.cxx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/build2/bpkg/HEAD/bpkg/types-parsers.cxx -------------------------------------------------------------------------------- /bpkg/types-parsers.hxx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/build2/bpkg/HEAD/bpkg/types-parsers.hxx -------------------------------------------------------------------------------- /bpkg/types-parsers.txx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/build2/bpkg/HEAD/bpkg/types-parsers.txx -------------------------------------------------------------------------------- /bpkg/types.hxx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/build2/bpkg/HEAD/bpkg/types.hxx -------------------------------------------------------------------------------- /bpkg/utility.cxx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/build2/bpkg/HEAD/bpkg/utility.cxx -------------------------------------------------------------------------------- /bpkg/utility.hxx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/build2/bpkg/HEAD/bpkg/utility.hxx -------------------------------------------------------------------------------- /bpkg/utility.txx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/build2/bpkg/HEAD/bpkg/utility.txx -------------------------------------------------------------------------------- /bpkg/value-traits.hxx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/build2/bpkg/HEAD/bpkg/value-traits.hxx -------------------------------------------------------------------------------- /bpkg/version.hxx.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/build2/bpkg/HEAD/bpkg/version.hxx.in -------------------------------------------------------------------------------- /bpkg/wrapper-traits.hxx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/build2/bpkg/HEAD/bpkg/wrapper-traits.hxx -------------------------------------------------------------------------------- /doc/.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/build2/bpkg/HEAD/doc/.gitignore -------------------------------------------------------------------------------- /doc/a4.html2ps: -------------------------------------------------------------------------------- 1 | style/a4.html2ps -------------------------------------------------------------------------------- /doc/buildfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/build2/bpkg/HEAD/doc/buildfile -------------------------------------------------------------------------------- /doc/cli.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/build2/bpkg/HEAD/doc/cli.sh -------------------------------------------------------------------------------- /doc/code-box.css: -------------------------------------------------------------------------------- 1 | style/code-box.css -------------------------------------------------------------------------------- /doc/common.css: -------------------------------------------------------------------------------- 1 | style/common.css -------------------------------------------------------------------------------- /doc/doc-epilogue.xhtml: -------------------------------------------------------------------------------- 1 | style/doc-epilogue.xhtml -------------------------------------------------------------------------------- /doc/doc-prologue.xhtml: -------------------------------------------------------------------------------- 1 | style/doc-prologue.xhtml -------------------------------------------------------------------------------- /doc/doc.css: -------------------------------------------------------------------------------- 1 | style/doc.css -------------------------------------------------------------------------------- /doc/doc.html2ps: -------------------------------------------------------------------------------- 1 | style/doc.html2ps -------------------------------------------------------------------------------- /doc/letter.html2ps: -------------------------------------------------------------------------------- 1 | style/letter.html2ps -------------------------------------------------------------------------------- /doc/man-epilogue.1: -------------------------------------------------------------------------------- 1 | style/man-epilogue.1 -------------------------------------------------------------------------------- /doc/man-epilogue.xhtml: -------------------------------------------------------------------------------- 1 | style/man-epilogue.xhtml -------------------------------------------------------------------------------- /doc/man-prologue.1: -------------------------------------------------------------------------------- 1 | style/man-prologue.1 -------------------------------------------------------------------------------- /doc/man-prologue.xhtml: -------------------------------------------------------------------------------- 1 | style/man-prologue.xhtml -------------------------------------------------------------------------------- /doc/man.css: -------------------------------------------------------------------------------- 1 | style/man.css -------------------------------------------------------------------------------- /doc/manual.cli: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/build2/bpkg/HEAD/doc/manual.cli -------------------------------------------------------------------------------- /doc/pre-box.css: -------------------------------------------------------------------------------- 1 | style/pre-box.css -------------------------------------------------------------------------------- /doc/toc.css: -------------------------------------------------------------------------------- 1 | style/toc.css -------------------------------------------------------------------------------- /manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/build2/bpkg/HEAD/manifest -------------------------------------------------------------------------------- /repositories.manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/build2/bpkg/HEAD/repositories.manifest -------------------------------------------------------------------------------- /tests/.gitattributes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/build2/bpkg/HEAD/tests/.gitattributes -------------------------------------------------------------------------------- /tests/.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/build2/bpkg/HEAD/tests/.gitignore -------------------------------------------------------------------------------- /tests/auth.testscript: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/build2/bpkg/HEAD/tests/auth.testscript -------------------------------------------------------------------------------- /tests/auth/cert: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/build2/bpkg/HEAD/tests/auth/cert -------------------------------------------------------------------------------- /tests/auth/default-cert-fp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/build2/bpkg/HEAD/tests/auth/default-cert-fp -------------------------------------------------------------------------------- /tests/auth/default-cert.pem: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/build2/bpkg/HEAD/tests/auth/default-cert.pem -------------------------------------------------------------------------------- /tests/auth/default-openssl.cnf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/build2/bpkg/HEAD/tests/auth/default-openssl.cnf -------------------------------------------------------------------------------- /tests/auth/expired-cert.pem: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/build2/bpkg/HEAD/tests/auth/expired-cert.pem -------------------------------------------------------------------------------- /tests/auth/key.pem: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/build2/bpkg/HEAD/tests/auth/key.pem -------------------------------------------------------------------------------- /tests/auth/mismatch-cert.pem: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/build2/bpkg/HEAD/tests/auth/mismatch-cert.pem -------------------------------------------------------------------------------- /tests/auth/mismatch-openssl.cnf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/build2/bpkg/HEAD/tests/auth/mismatch-openssl.cnf -------------------------------------------------------------------------------- /tests/auth/noemail-cert.pem: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/build2/bpkg/HEAD/tests/auth/noemail-cert.pem -------------------------------------------------------------------------------- /tests/auth/noemail-openssl.cnf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/build2/bpkg/HEAD/tests/auth/noemail-openssl.cnf -------------------------------------------------------------------------------- /tests/auth/self-any-cert.pem: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/build2/bpkg/HEAD/tests/auth/self-any-cert.pem -------------------------------------------------------------------------------- /tests/auth/self-any-openssl.cnf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/build2/bpkg/HEAD/tests/auth/self-any-openssl.cnf -------------------------------------------------------------------------------- /tests/auth/self-cert.pem: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/build2/bpkg/HEAD/tests/auth/self-cert.pem -------------------------------------------------------------------------------- /tests/auth/self-openssl.cnf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/build2/bpkg/HEAD/tests/auth/self-openssl.cnf -------------------------------------------------------------------------------- /tests/auth/subdomain-cert.pem: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/build2/bpkg/HEAD/tests/auth/subdomain-cert.pem -------------------------------------------------------------------------------- /tests/auth/subdomain-openssl.cnf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/build2/bpkg/HEAD/tests/auth/subdomain-openssl.cnf -------------------------------------------------------------------------------- /tests/build/.gitignore: -------------------------------------------------------------------------------- 1 | config.build 2 | root/ 3 | bootstrap/ 4 | -------------------------------------------------------------------------------- /tests/build/bootstrap.build: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/build2/bpkg/HEAD/tests/build/bootstrap.build -------------------------------------------------------------------------------- /tests/build/root.build: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/build2/bpkg/HEAD/tests/build/root.build -------------------------------------------------------------------------------- /tests/buildfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/build2/bpkg/HEAD/tests/buildfile -------------------------------------------------------------------------------- /tests/cfg-create.testscript: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/build2/bpkg/HEAD/tests/cfg-create.testscript -------------------------------------------------------------------------------- /tests/cfg-info.testscript: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/build2/bpkg/HEAD/tests/cfg-info.testscript -------------------------------------------------------------------------------- /tests/cfg-link.testscript: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/build2/bpkg/HEAD/tests/cfg-link.testscript -------------------------------------------------------------------------------- /tests/cfg-unlink.testscript: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/build2/bpkg/HEAD/tests/cfg-unlink.testscript -------------------------------------------------------------------------------- /tests/cfg-unlink/t7a: -------------------------------------------------------------------------------- 1 | ../common/linked/t7a -------------------------------------------------------------------------------- /tests/common.testscript: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/build2/bpkg/HEAD/tests/common.testscript -------------------------------------------------------------------------------- /tests/common/bar/stable/libbar-1.0.0.tar.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/build2/bpkg/HEAD/tests/common/bar/stable/libbar-1.0.0.tar.gz -------------------------------------------------------------------------------- /tests/common/bar/stable/repositories.manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/build2/bpkg/HEAD/tests/common/bar/stable/repositories.manifest -------------------------------------------------------------------------------- /tests/common/bar/testing/libbar-1.1.0.tar.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/build2/bpkg/HEAD/tests/common/bar/testing/libbar-1.1.0.tar.gz -------------------------------------------------------------------------------- /tests/common/bar/testing/repositories.manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/build2/bpkg/HEAD/tests/common/bar/testing/repositories.manifest -------------------------------------------------------------------------------- /tests/common/bar/unstable/libbar-1.1.1.tar.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/build2/bpkg/HEAD/tests/common/bar/unstable/libbar-1.1.1.tar.gz -------------------------------------------------------------------------------- /tests/common/bar/unstable/repositories.manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/build2/bpkg/HEAD/tests/common/bar/unstable/repositories.manifest -------------------------------------------------------------------------------- /tests/common/compatibility/t15/libbar-1.0.0.tar.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/build2/bpkg/HEAD/tests/common/compatibility/t15/libbar-1.0.0.tar.gz -------------------------------------------------------------------------------- /tests/common/compatibility/t15/libbaz-1.0.0.tar.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/build2/bpkg/HEAD/tests/common/compatibility/t15/libbaz-1.0.0.tar.gz -------------------------------------------------------------------------------- /tests/common/compatibility/t15/libbiz-1.0.0.tar.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/build2/bpkg/HEAD/tests/common/compatibility/t15/libbiz-1.0.0.tar.gz -------------------------------------------------------------------------------- /tests/common/compatibility/t15/libfoo-1.0.0.tar.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/build2/bpkg/HEAD/tests/common/compatibility/t15/libfoo-1.0.0.tar.gz -------------------------------------------------------------------------------- /tests/common/compatibility/t15/repositories.manifest: -------------------------------------------------------------------------------- 1 | : 1 2 | -------------------------------------------------------------------------------- /tests/common/dependency-alternatives/t11a/bac-1.0.0.tar.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/build2/bpkg/HEAD/tests/common/dependency-alternatives/t11a/bac-1.0.0.tar.gz -------------------------------------------------------------------------------- /tests/common/dependency-alternatives/t11a/bar-0.1.0.tar.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/build2/bpkg/HEAD/tests/common/dependency-alternatives/t11a/bar-0.1.0.tar.gz -------------------------------------------------------------------------------- /tests/common/dependency-alternatives/t11a/bar-1.0.0.tar.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/build2/bpkg/HEAD/tests/common/dependency-alternatives/t11a/bar-1.0.0.tar.gz -------------------------------------------------------------------------------- /tests/common/dependency-alternatives/t11a/bas-1.0.0.tar.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/build2/bpkg/HEAD/tests/common/dependency-alternatives/t11a/bas-1.0.0.tar.gz -------------------------------------------------------------------------------- /tests/common/dependency-alternatives/t11a/bat-1.0.0.tar.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/build2/bpkg/HEAD/tests/common/dependency-alternatives/t11a/bat-1.0.0.tar.gz -------------------------------------------------------------------------------- /tests/common/dependency-alternatives/t11a/bax-0.1.0.tar.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/build2/bpkg/HEAD/tests/common/dependency-alternatives/t11a/bax-0.1.0.tar.gz -------------------------------------------------------------------------------- /tests/common/dependency-alternatives/t11a/bax-1.0.0.tar.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/build2/bpkg/HEAD/tests/common/dependency-alternatives/t11a/bax-1.0.0.tar.gz -------------------------------------------------------------------------------- /tests/common/dependency-alternatives/t11a/baz-0.1.0.tar.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/build2/bpkg/HEAD/tests/common/dependency-alternatives/t11a/baz-0.1.0.tar.gz -------------------------------------------------------------------------------- /tests/common/dependency-alternatives/t11a/baz-1.0.0.tar.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/build2/bpkg/HEAD/tests/common/dependency-alternatives/t11a/baz-1.0.0.tar.gz -------------------------------------------------------------------------------- /tests/common/dependency-alternatives/t11a/bex-1.0.0.tar.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/build2/bpkg/HEAD/tests/common/dependency-alternatives/t11a/bex-1.0.0.tar.gz -------------------------------------------------------------------------------- /tests/common/dependency-alternatives/t11a/bix-1.0.0.tar.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/build2/bpkg/HEAD/tests/common/dependency-alternatives/t11a/bix-1.0.0.tar.gz -------------------------------------------------------------------------------- /tests/common/dependency-alternatives/t11a/biz-0.1.0.tar.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/build2/bpkg/HEAD/tests/common/dependency-alternatives/t11a/biz-0.1.0.tar.gz -------------------------------------------------------------------------------- /tests/common/dependency-alternatives/t11a/biz-1.0.0.tar.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/build2/bpkg/HEAD/tests/common/dependency-alternatives/t11a/biz-1.0.0.tar.gz -------------------------------------------------------------------------------- /tests/common/dependency-alternatives/t11a/boo-1.0.0.tar.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/build2/bpkg/HEAD/tests/common/dependency-alternatives/t11a/boo-1.0.0.tar.gz -------------------------------------------------------------------------------- /tests/common/dependency-alternatives/t11a/box-0.1.0.tar.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/build2/bpkg/HEAD/tests/common/dependency-alternatives/t11a/box-0.1.0.tar.gz -------------------------------------------------------------------------------- /tests/common/dependency-alternatives/t11a/box-0.2.0.tar.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/build2/bpkg/HEAD/tests/common/dependency-alternatives/t11a/box-0.2.0.tar.gz -------------------------------------------------------------------------------- /tests/common/dependency-alternatives/t11a/box-1.0.0.tar.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/build2/bpkg/HEAD/tests/common/dependency-alternatives/t11a/box-1.0.0.tar.gz -------------------------------------------------------------------------------- /tests/common/dependency-alternatives/t11a/buc-1.0.0.tar.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/build2/bpkg/HEAD/tests/common/dependency-alternatives/t11a/buc-1.0.0.tar.gz -------------------------------------------------------------------------------- /tests/common/dependency-alternatives/t11a/bus-0.1.0.tar.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/build2/bpkg/HEAD/tests/common/dependency-alternatives/t11a/bus-0.1.0.tar.gz -------------------------------------------------------------------------------- /tests/common/dependency-alternatives/t11a/bus-1.0.0.tar.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/build2/bpkg/HEAD/tests/common/dependency-alternatives/t11a/bus-1.0.0.tar.gz -------------------------------------------------------------------------------- /tests/common/dependency-alternatives/t11a/bux-1.0.0.tar.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/build2/bpkg/HEAD/tests/common/dependency-alternatives/t11a/bux-1.0.0.tar.gz -------------------------------------------------------------------------------- /tests/common/dependency-alternatives/t11a/buz-1.0.0.tar.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/build2/bpkg/HEAD/tests/common/dependency-alternatives/t11a/buz-1.0.0.tar.gz -------------------------------------------------------------------------------- /tests/common/dependency-alternatives/t11a/dex-1.0.0.tar.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/build2/bpkg/HEAD/tests/common/dependency-alternatives/t11a/dex-1.0.0.tar.gz -------------------------------------------------------------------------------- /tests/common/dependency-alternatives/t11a/dix-1.0.0.tar.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/build2/bpkg/HEAD/tests/common/dependency-alternatives/t11a/dix-1.0.0.tar.gz -------------------------------------------------------------------------------- /tests/common/dependency-alternatives/t11a/diz-1.0.0.tar.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/build2/bpkg/HEAD/tests/common/dependency-alternatives/t11a/diz-1.0.0.tar.gz -------------------------------------------------------------------------------- /tests/common/dependency-alternatives/t11a/dox-1.0.0.tar.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/build2/bpkg/HEAD/tests/common/dependency-alternatives/t11a/dox-1.0.0.tar.gz -------------------------------------------------------------------------------- /tests/common/dependency-alternatives/t11a/fex-0.0.1.tar.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/build2/bpkg/HEAD/tests/common/dependency-alternatives/t11a/fex-0.0.1.tar.gz -------------------------------------------------------------------------------- /tests/common/dependency-alternatives/t11a/fex-0.1.0.tar.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/build2/bpkg/HEAD/tests/common/dependency-alternatives/t11a/fex-0.1.0.tar.gz -------------------------------------------------------------------------------- /tests/common/dependency-alternatives/t11a/fex-1.0.0.tar.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/build2/bpkg/HEAD/tests/common/dependency-alternatives/t11a/fex-1.0.0.tar.gz -------------------------------------------------------------------------------- /tests/common/dependency-alternatives/t11a/fix-0.1.0.tar.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/build2/bpkg/HEAD/tests/common/dependency-alternatives/t11a/fix-0.1.0.tar.gz -------------------------------------------------------------------------------- /tests/common/dependency-alternatives/t11a/fix-1.0.0.tar.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/build2/bpkg/HEAD/tests/common/dependency-alternatives/t11a/fix-1.0.0.tar.gz -------------------------------------------------------------------------------- /tests/common/dependency-alternatives/t11a/foo-0.1.0.tar.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/build2/bpkg/HEAD/tests/common/dependency-alternatives/t11a/foo-0.1.0.tar.gz -------------------------------------------------------------------------------- /tests/common/dependency-alternatives/t11a/foo-0.2.0.tar.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/build2/bpkg/HEAD/tests/common/dependency-alternatives/t11a/foo-0.2.0.tar.gz -------------------------------------------------------------------------------- /tests/common/dependency-alternatives/t11a/foo-1.0.0.tar.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/build2/bpkg/HEAD/tests/common/dependency-alternatives/t11a/foo-1.0.0.tar.gz -------------------------------------------------------------------------------- /tests/common/dependency-alternatives/t11a/fox-0.1.0.tar.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/build2/bpkg/HEAD/tests/common/dependency-alternatives/t11a/fox-0.1.0.tar.gz -------------------------------------------------------------------------------- /tests/common/dependency-alternatives/t11a/fox-0.2.0.tar.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/build2/bpkg/HEAD/tests/common/dependency-alternatives/t11a/fox-0.2.0.tar.gz -------------------------------------------------------------------------------- /tests/common/dependency-alternatives/t11a/fox-1.0.0.tar.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/build2/bpkg/HEAD/tests/common/dependency-alternatives/t11a/fox-1.0.0.tar.gz -------------------------------------------------------------------------------- /tests/common/dependency-alternatives/t11a/fux-0.1.0.tar.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/build2/bpkg/HEAD/tests/common/dependency-alternatives/t11a/fux-0.1.0.tar.gz -------------------------------------------------------------------------------- /tests/common/dependency-alternatives/t11a/fux-0.1.1.tar.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/build2/bpkg/HEAD/tests/common/dependency-alternatives/t11a/fux-0.1.1.tar.gz -------------------------------------------------------------------------------- /tests/common/dependency-alternatives/t11a/fux-0.2.0.tar.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/build2/bpkg/HEAD/tests/common/dependency-alternatives/t11a/fux-0.2.0.tar.gz -------------------------------------------------------------------------------- /tests/common/dependency-alternatives/t11a/fux-1.0.0.tar.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/build2/bpkg/HEAD/tests/common/dependency-alternatives/t11a/fux-1.0.0.tar.gz -------------------------------------------------------------------------------- /tests/common/dependency-alternatives/t11a/libbar-0.1.0.tar.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/build2/bpkg/HEAD/tests/common/dependency-alternatives/t11a/libbar-0.1.0.tar.gz -------------------------------------------------------------------------------- /tests/common/dependency-alternatives/t11a/libbar-1.0.0.tar.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/build2/bpkg/HEAD/tests/common/dependency-alternatives/t11a/libbar-1.0.0.tar.gz -------------------------------------------------------------------------------- /tests/common/dependency-alternatives/t11a/libbaz-0.1.0.tar.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/build2/bpkg/HEAD/tests/common/dependency-alternatives/t11a/libbaz-0.1.0.tar.gz -------------------------------------------------------------------------------- /tests/common/dependency-alternatives/t11a/libbaz-1.0.0.tar.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/build2/bpkg/HEAD/tests/common/dependency-alternatives/t11a/libbaz-1.0.0.tar.gz -------------------------------------------------------------------------------- /tests/common/dependency-alternatives/t11a/libbiz-0.1.0.tar.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/build2/bpkg/HEAD/tests/common/dependency-alternatives/t11a/libbiz-0.1.0.tar.gz -------------------------------------------------------------------------------- /tests/common/dependency-alternatives/t11a/libbiz-1.0.0.tar.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/build2/bpkg/HEAD/tests/common/dependency-alternatives/t11a/libbiz-1.0.0.tar.gz -------------------------------------------------------------------------------- /tests/common/dependency-alternatives/t11a/libbox-0.1.0.tar.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/build2/bpkg/HEAD/tests/common/dependency-alternatives/t11a/libbox-0.1.0.tar.gz -------------------------------------------------------------------------------- /tests/common/dependency-alternatives/t11a/libbox-1.0.0.tar.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/build2/bpkg/HEAD/tests/common/dependency-alternatives/t11a/libbox-1.0.0.tar.gz -------------------------------------------------------------------------------- /tests/common/dependency-alternatives/t11a/libfoo-0.1.0.tar.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/build2/bpkg/HEAD/tests/common/dependency-alternatives/t11a/libfoo-0.1.0.tar.gz -------------------------------------------------------------------------------- /tests/common/dependency-alternatives/t11a/libfoo-1.0.0.tar.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/build2/bpkg/HEAD/tests/common/dependency-alternatives/t11a/libfoo-1.0.0.tar.gz -------------------------------------------------------------------------------- /tests/common/dependency-alternatives/t11a/repositories.manifest: -------------------------------------------------------------------------------- 1 | : 1 2 | -------------------------------------------------------------------------------- /tests/common/dependency-alternatives/t11a/tax-1.0.0.tar.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/build2/bpkg/HEAD/tests/common/dependency-alternatives/t11a/tax-1.0.0.tar.gz -------------------------------------------------------------------------------- /tests/common/dependency-alternatives/t11a/tex-0.1.0.tar.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/build2/bpkg/HEAD/tests/common/dependency-alternatives/t11a/tex-0.1.0.tar.gz -------------------------------------------------------------------------------- /tests/common/dependency-alternatives/t11a/tex-0.2.0.tar.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/build2/bpkg/HEAD/tests/common/dependency-alternatives/t11a/tex-0.2.0.tar.gz -------------------------------------------------------------------------------- /tests/common/dependency-alternatives/t11a/tex-0.3.0.tar.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/build2/bpkg/HEAD/tests/common/dependency-alternatives/t11a/tex-0.3.0.tar.gz -------------------------------------------------------------------------------- /tests/common/dependency-alternatives/t11a/tex-1.0.0.tar.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/build2/bpkg/HEAD/tests/common/dependency-alternatives/t11a/tex-1.0.0.tar.gz -------------------------------------------------------------------------------- /tests/common/dependency-alternatives/t11a/tez-0.1.0.tar.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/build2/bpkg/HEAD/tests/common/dependency-alternatives/t11a/tez-0.1.0.tar.gz -------------------------------------------------------------------------------- /tests/common/dependency-alternatives/t11a/tez-1.0.0.tar.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/build2/bpkg/HEAD/tests/common/dependency-alternatives/t11a/tez-1.0.0.tar.gz -------------------------------------------------------------------------------- /tests/common/dependency-alternatives/t11a/tix-0.1.0.tar.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/build2/bpkg/HEAD/tests/common/dependency-alternatives/t11a/tix-0.1.0.tar.gz -------------------------------------------------------------------------------- /tests/common/dependency-alternatives/t11a/tix-1.0.0.tar.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/build2/bpkg/HEAD/tests/common/dependency-alternatives/t11a/tix-1.0.0.tar.gz -------------------------------------------------------------------------------- /tests/common/dependency-alternatives/t11a/tiz-1.0.0.tar.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/build2/bpkg/HEAD/tests/common/dependency-alternatives/t11a/tiz-1.0.0.tar.gz -------------------------------------------------------------------------------- /tests/common/dependency-alternatives/t11a/toz-0.1.0.tar.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/build2/bpkg/HEAD/tests/common/dependency-alternatives/t11a/toz-0.1.0.tar.gz -------------------------------------------------------------------------------- /tests/common/dependency-alternatives/t11a/toz-0.2.0.tar.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/build2/bpkg/HEAD/tests/common/dependency-alternatives/t11a/toz-0.2.0.tar.gz -------------------------------------------------------------------------------- /tests/common/dependency-alternatives/t11a/toz-1.0.0.tar.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/build2/bpkg/HEAD/tests/common/dependency-alternatives/t11a/toz-1.0.0.tar.gz -------------------------------------------------------------------------------- /tests/common/dependency-alternatives/t11a/tux-1.0.0.tar.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/build2/bpkg/HEAD/tests/common/dependency-alternatives/t11a/tux-1.0.0.tar.gz -------------------------------------------------------------------------------- /tests/common/dependency-alternatives/t11a/tuz-1.0.0.tar.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/build2/bpkg/HEAD/tests/common/dependency-alternatives/t11a/tuz-1.0.0.tar.gz -------------------------------------------------------------------------------- /tests/common/dependency-alternatives/t11a/tvz-0.1.0.tar.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/build2/bpkg/HEAD/tests/common/dependency-alternatives/t11a/tvz-0.1.0.tar.gz -------------------------------------------------------------------------------- /tests/common/dependency-alternatives/t11a/tvz-1.0.0.tar.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/build2/bpkg/HEAD/tests/common/dependency-alternatives/t11a/tvz-1.0.0.tar.gz -------------------------------------------------------------------------------- /tests/common/dependency-alternatives/t13a/bar-1.0.0.tar.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/build2/bpkg/HEAD/tests/common/dependency-alternatives/t13a/bar-1.0.0.tar.gz -------------------------------------------------------------------------------- /tests/common/dependency-alternatives/t13a/baz-1.0.0.tar.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/build2/bpkg/HEAD/tests/common/dependency-alternatives/t13a/baz-1.0.0.tar.gz -------------------------------------------------------------------------------- /tests/common/dependency-alternatives/t13a/biz-1.0.0.tar.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/build2/bpkg/HEAD/tests/common/dependency-alternatives/t13a/biz-1.0.0.tar.gz -------------------------------------------------------------------------------- /tests/common/dependency-alternatives/t13a/box-1.0.0.tar.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/build2/bpkg/HEAD/tests/common/dependency-alternatives/t13a/box-1.0.0.tar.gz -------------------------------------------------------------------------------- /tests/common/dependency-alternatives/t13a/liba-1.0.0.tar.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/build2/bpkg/HEAD/tests/common/dependency-alternatives/t13a/liba-1.0.0.tar.gz -------------------------------------------------------------------------------- /tests/common/dependency-alternatives/t13a/repositories.manifest: -------------------------------------------------------------------------------- 1 | : 1 2 | -------------------------------------------------------------------------------- /tests/common/dependency-alternatives/t13b/bar-1.0.0.tar.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/build2/bpkg/HEAD/tests/common/dependency-alternatives/t13b/bar-1.0.0.tar.gz -------------------------------------------------------------------------------- /tests/common/dependency-alternatives/t13b/baz-1.0.0.tar.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/build2/bpkg/HEAD/tests/common/dependency-alternatives/t13b/baz-1.0.0.tar.gz -------------------------------------------------------------------------------- /tests/common/dependency-alternatives/t13b/biz-1.0.0.tar.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/build2/bpkg/HEAD/tests/common/dependency-alternatives/t13b/biz-1.0.0.tar.gz -------------------------------------------------------------------------------- /tests/common/dependency-alternatives/t13b/liba-1.0.0.tar.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/build2/bpkg/HEAD/tests/common/dependency-alternatives/t13b/liba-1.0.0.tar.gz -------------------------------------------------------------------------------- /tests/common/dependency-alternatives/t13b/repositories.manifest: -------------------------------------------------------------------------------- 1 | : 1 2 | -------------------------------------------------------------------------------- /tests/common/dependency-alternatives/t13c/bar-1.0.0.tar.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/build2/bpkg/HEAD/tests/common/dependency-alternatives/t13c/bar-1.0.0.tar.gz -------------------------------------------------------------------------------- /tests/common/dependency-alternatives/t13c/baz-1.0.0.tar.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/build2/bpkg/HEAD/tests/common/dependency-alternatives/t13c/baz-1.0.0.tar.gz -------------------------------------------------------------------------------- /tests/common/dependency-alternatives/t13c/liba-1.0.0.tar.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/build2/bpkg/HEAD/tests/common/dependency-alternatives/t13c/liba-1.0.0.tar.gz -------------------------------------------------------------------------------- /tests/common/dependency-alternatives/t13c/repositories.manifest: -------------------------------------------------------------------------------- 1 | : 1 2 | -------------------------------------------------------------------------------- /tests/common/dependency-alternatives/t13d/bar-1.0.0.tar.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/build2/bpkg/HEAD/tests/common/dependency-alternatives/t13d/bar-1.0.0.tar.gz -------------------------------------------------------------------------------- /tests/common/dependency-alternatives/t13d/baz-1.0.0.tar.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/build2/bpkg/HEAD/tests/common/dependency-alternatives/t13d/baz-1.0.0.tar.gz -------------------------------------------------------------------------------- /tests/common/dependency-alternatives/t13d/liba-1.0.0.tar.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/build2/bpkg/HEAD/tests/common/dependency-alternatives/t13d/liba-1.0.0.tar.gz -------------------------------------------------------------------------------- /tests/common/dependency-alternatives/t13d/libb-1.0.0.tar.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/build2/bpkg/HEAD/tests/common/dependency-alternatives/t13d/libb-1.0.0.tar.gz -------------------------------------------------------------------------------- /tests/common/dependency-alternatives/t13d/repositories.manifest: -------------------------------------------------------------------------------- 1 | : 1 2 | -------------------------------------------------------------------------------- /tests/common/dependency-alternatives/t13e/bar-1.0.0.tar.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/build2/bpkg/HEAD/tests/common/dependency-alternatives/t13e/bar-1.0.0.tar.gz -------------------------------------------------------------------------------- /tests/common/dependency-alternatives/t13e/baz-1.0.0.tar.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/build2/bpkg/HEAD/tests/common/dependency-alternatives/t13e/baz-1.0.0.tar.gz -------------------------------------------------------------------------------- /tests/common/dependency-alternatives/t13e/biz-1.0.0.tar.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/build2/bpkg/HEAD/tests/common/dependency-alternatives/t13e/biz-1.0.0.tar.gz -------------------------------------------------------------------------------- /tests/common/dependency-alternatives/t13e/liba-1.0.0.tar.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/build2/bpkg/HEAD/tests/common/dependency-alternatives/t13e/liba-1.0.0.tar.gz -------------------------------------------------------------------------------- /tests/common/dependency-alternatives/t13e/repositories.manifest: -------------------------------------------------------------------------------- 1 | : 1 2 | -------------------------------------------------------------------------------- /tests/common/dependency-alternatives/t13f/bar-1.0.0.tar.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/build2/bpkg/HEAD/tests/common/dependency-alternatives/t13f/bar-1.0.0.tar.gz -------------------------------------------------------------------------------- /tests/common/dependency-alternatives/t13f/baz-1.0.0.tar.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/build2/bpkg/HEAD/tests/common/dependency-alternatives/t13f/baz-1.0.0.tar.gz -------------------------------------------------------------------------------- /tests/common/dependency-alternatives/t13f/liba-1.0.0.tar.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/build2/bpkg/HEAD/tests/common/dependency-alternatives/t13f/liba-1.0.0.tar.gz -------------------------------------------------------------------------------- /tests/common/dependency-alternatives/t13f/repositories.manifest: -------------------------------------------------------------------------------- 1 | : 1 2 | -------------------------------------------------------------------------------- /tests/common/dependency-alternatives/t13g/bar-1.0.0.tar.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/build2/bpkg/HEAD/tests/common/dependency-alternatives/t13g/bar-1.0.0.tar.gz -------------------------------------------------------------------------------- /tests/common/dependency-alternatives/t13g/baz-1.0.0.tar.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/build2/bpkg/HEAD/tests/common/dependency-alternatives/t13g/baz-1.0.0.tar.gz -------------------------------------------------------------------------------- /tests/common/dependency-alternatives/t13g/biz-1.0.0.tar.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/build2/bpkg/HEAD/tests/common/dependency-alternatives/t13g/biz-1.0.0.tar.gz -------------------------------------------------------------------------------- /tests/common/dependency-alternatives/t13g/box-1.0.0.tar.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/build2/bpkg/HEAD/tests/common/dependency-alternatives/t13g/box-1.0.0.tar.gz -------------------------------------------------------------------------------- /tests/common/dependency-alternatives/t13g/liba-1.0.0.tar.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/build2/bpkg/HEAD/tests/common/dependency-alternatives/t13g/liba-1.0.0.tar.gz -------------------------------------------------------------------------------- /tests/common/dependency-alternatives/t13g/libb-1.0.0.tar.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/build2/bpkg/HEAD/tests/common/dependency-alternatives/t13g/libb-1.0.0.tar.gz -------------------------------------------------------------------------------- /tests/common/dependency-alternatives/t13g/repositories.manifest: -------------------------------------------------------------------------------- 1 | : 1 2 | -------------------------------------------------------------------------------- /tests/common/dependency-alternatives/t13h/bar-1.0.0.tar.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/build2/bpkg/HEAD/tests/common/dependency-alternatives/t13h/bar-1.0.0.tar.gz -------------------------------------------------------------------------------- /tests/common/dependency-alternatives/t13h/baz-1.0.0.tar.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/build2/bpkg/HEAD/tests/common/dependency-alternatives/t13h/baz-1.0.0.tar.gz -------------------------------------------------------------------------------- /tests/common/dependency-alternatives/t13h/liba-1.0.0.tar.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/build2/bpkg/HEAD/tests/common/dependency-alternatives/t13h/liba-1.0.0.tar.gz -------------------------------------------------------------------------------- /tests/common/dependency-alternatives/t13h/repositories.manifest: -------------------------------------------------------------------------------- 1 | : 1 2 | -------------------------------------------------------------------------------- /tests/common/dependency-alternatives/t13i/bar-1.0.0.tar.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/build2/bpkg/HEAD/tests/common/dependency-alternatives/t13i/bar-1.0.0.tar.gz -------------------------------------------------------------------------------- /tests/common/dependency-alternatives/t13i/baz-1.0.0.tar.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/build2/bpkg/HEAD/tests/common/dependency-alternatives/t13i/baz-1.0.0.tar.gz -------------------------------------------------------------------------------- /tests/common/dependency-alternatives/t13i/liba-1.0.0.tar.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/build2/bpkg/HEAD/tests/common/dependency-alternatives/t13i/liba-1.0.0.tar.gz -------------------------------------------------------------------------------- /tests/common/dependency-alternatives/t13i/repositories.manifest: -------------------------------------------------------------------------------- 1 | : 1 2 | -------------------------------------------------------------------------------- /tests/common/dependency-alternatives/t13j/bar-1.0.0.tar.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/build2/bpkg/HEAD/tests/common/dependency-alternatives/t13j/bar-1.0.0.tar.gz -------------------------------------------------------------------------------- /tests/common/dependency-alternatives/t13j/baz-1.0.0.tar.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/build2/bpkg/HEAD/tests/common/dependency-alternatives/t13j/baz-1.0.0.tar.gz -------------------------------------------------------------------------------- /tests/common/dependency-alternatives/t13j/biz-1.0.0.tar.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/build2/bpkg/HEAD/tests/common/dependency-alternatives/t13j/biz-1.0.0.tar.gz -------------------------------------------------------------------------------- /tests/common/dependency-alternatives/t13j/liba-1.0.0.tar.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/build2/bpkg/HEAD/tests/common/dependency-alternatives/t13j/liba-1.0.0.tar.gz -------------------------------------------------------------------------------- /tests/common/dependency-alternatives/t13j/repositories.manifest: -------------------------------------------------------------------------------- 1 | : 1 2 | -------------------------------------------------------------------------------- /tests/common/dependency-alternatives/t13k/bar-1.0.0.tar.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/build2/bpkg/HEAD/tests/common/dependency-alternatives/t13k/bar-1.0.0.tar.gz -------------------------------------------------------------------------------- /tests/common/dependency-alternatives/t13k/baz-1.0.0.tar.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/build2/bpkg/HEAD/tests/common/dependency-alternatives/t13k/baz-1.0.0.tar.gz -------------------------------------------------------------------------------- /tests/common/dependency-alternatives/t13k/liba-1.0.0.tar.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/build2/bpkg/HEAD/tests/common/dependency-alternatives/t13k/liba-1.0.0.tar.gz -------------------------------------------------------------------------------- /tests/common/dependency-alternatives/t13k/repositories.manifest: -------------------------------------------------------------------------------- 1 | : 1 2 | -------------------------------------------------------------------------------- /tests/common/dependency-alternatives/t13l/bar-1.0.0.tar.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/build2/bpkg/HEAD/tests/common/dependency-alternatives/t13l/bar-1.0.0.tar.gz -------------------------------------------------------------------------------- /tests/common/dependency-alternatives/t13l/baz-1.0.0.tar.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/build2/bpkg/HEAD/tests/common/dependency-alternatives/t13l/baz-1.0.0.tar.gz -------------------------------------------------------------------------------- /tests/common/dependency-alternatives/t13l/liba-1.0.0.tar.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/build2/bpkg/HEAD/tests/common/dependency-alternatives/t13l/liba-1.0.0.tar.gz -------------------------------------------------------------------------------- /tests/common/dependency-alternatives/t13l/libb-1.0.0.tar.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/build2/bpkg/HEAD/tests/common/dependency-alternatives/t13l/libb-1.0.0.tar.gz -------------------------------------------------------------------------------- /tests/common/dependency-alternatives/t13l/repositories.manifest: -------------------------------------------------------------------------------- 1 | : 1 2 | -------------------------------------------------------------------------------- /tests/common/dependency-alternatives/t13m/bar-1.0.0.tar.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/build2/bpkg/HEAD/tests/common/dependency-alternatives/t13m/bar-1.0.0.tar.gz -------------------------------------------------------------------------------- /tests/common/dependency-alternatives/t13m/baz-1.0.0.tar.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/build2/bpkg/HEAD/tests/common/dependency-alternatives/t13m/baz-1.0.0.tar.gz -------------------------------------------------------------------------------- /tests/common/dependency-alternatives/t13m/bix-1.0.0.tar.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/build2/bpkg/HEAD/tests/common/dependency-alternatives/t13m/bix-1.0.0.tar.gz -------------------------------------------------------------------------------- /tests/common/dependency-alternatives/t13m/biz-1.0.0.tar.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/build2/bpkg/HEAD/tests/common/dependency-alternatives/t13m/biz-1.0.0.tar.gz -------------------------------------------------------------------------------- /tests/common/dependency-alternatives/t13m/box-1.0.0.tar.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/build2/bpkg/HEAD/tests/common/dependency-alternatives/t13m/box-1.0.0.tar.gz -------------------------------------------------------------------------------- /tests/common/dependency-alternatives/t13m/liba-1.0.0.tar.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/build2/bpkg/HEAD/tests/common/dependency-alternatives/t13m/liba-1.0.0.tar.gz -------------------------------------------------------------------------------- /tests/common/dependency-alternatives/t13m/repositories.manifest: -------------------------------------------------------------------------------- 1 | : 1 2 | -------------------------------------------------------------------------------- /tests/common/dependency-alternatives/t13n/bar-1.0.0.tar.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/build2/bpkg/HEAD/tests/common/dependency-alternatives/t13n/bar-1.0.0.tar.gz -------------------------------------------------------------------------------- /tests/common/dependency-alternatives/t13n/liba-1.0.0.tar.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/build2/bpkg/HEAD/tests/common/dependency-alternatives/t13n/liba-1.0.0.tar.gz -------------------------------------------------------------------------------- /tests/common/dependency-alternatives/t13n/libb-1.0.0.tar.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/build2/bpkg/HEAD/tests/common/dependency-alternatives/t13n/libb-1.0.0.tar.gz -------------------------------------------------------------------------------- /tests/common/dependency-alternatives/t13n/repositories.manifest: -------------------------------------------------------------------------------- 1 | : 1 2 | -------------------------------------------------------------------------------- /tests/common/dependency-alternatives/t13o/bar-1.0.0.tar.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/build2/bpkg/HEAD/tests/common/dependency-alternatives/t13o/bar-1.0.0.tar.gz -------------------------------------------------------------------------------- /tests/common/dependency-alternatives/t13o/baz-1.0.0.tar.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/build2/bpkg/HEAD/tests/common/dependency-alternatives/t13o/baz-1.0.0.tar.gz -------------------------------------------------------------------------------- /tests/common/dependency-alternatives/t13o/bix-1.0.0.tar.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/build2/bpkg/HEAD/tests/common/dependency-alternatives/t13o/bix-1.0.0.tar.gz -------------------------------------------------------------------------------- /tests/common/dependency-alternatives/t13o/biz-1.0.0.tar.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/build2/bpkg/HEAD/tests/common/dependency-alternatives/t13o/biz-1.0.0.tar.gz -------------------------------------------------------------------------------- /tests/common/dependency-alternatives/t13o/liba-1.0.0.tar.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/build2/bpkg/HEAD/tests/common/dependency-alternatives/t13o/liba-1.0.0.tar.gz -------------------------------------------------------------------------------- /tests/common/dependency-alternatives/t13o/repositories.manifest: -------------------------------------------------------------------------------- 1 | : 1 2 | -------------------------------------------------------------------------------- /tests/common/dependency-alternatives/t8a/bar-1.0.0.tar.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/build2/bpkg/HEAD/tests/common/dependency-alternatives/t8a/bar-1.0.0.tar.gz -------------------------------------------------------------------------------- /tests/common/dependency-alternatives/t8a/bax-0.1.0.tar.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/build2/bpkg/HEAD/tests/common/dependency-alternatives/t8a/bax-0.1.0.tar.gz -------------------------------------------------------------------------------- /tests/common/dependency-alternatives/t8a/bax-1.0.0.tar.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/build2/bpkg/HEAD/tests/common/dependency-alternatives/t8a/bax-1.0.0.tar.gz -------------------------------------------------------------------------------- /tests/common/dependency-alternatives/t8a/baz-1.0.0.tar.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/build2/bpkg/HEAD/tests/common/dependency-alternatives/t8a/baz-1.0.0.tar.gz -------------------------------------------------------------------------------- /tests/common/dependency-alternatives/t8a/bix-0.1.0.tar.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/build2/bpkg/HEAD/tests/common/dependency-alternatives/t8a/bix-0.1.0.tar.gz -------------------------------------------------------------------------------- /tests/common/dependency-alternatives/t8a/bix-1.0.0.tar.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/build2/bpkg/HEAD/tests/common/dependency-alternatives/t8a/bix-1.0.0.tar.gz -------------------------------------------------------------------------------- /tests/common/dependency-alternatives/t8a/box-1.0.0.tar.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/build2/bpkg/HEAD/tests/common/dependency-alternatives/t8a/box-1.0.0.tar.gz -------------------------------------------------------------------------------- /tests/common/dependency-alternatives/t8a/bux-1.0.0.tar.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/build2/bpkg/HEAD/tests/common/dependency-alternatives/t8a/bux-1.0.0.tar.gz -------------------------------------------------------------------------------- /tests/common/dependency-alternatives/t8a/dax-1.0.0.tar.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/build2/bpkg/HEAD/tests/common/dependency-alternatives/t8a/dax-1.0.0.tar.gz -------------------------------------------------------------------------------- /tests/common/dependency-alternatives/t8a/dix-0.1.0.tar.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/build2/bpkg/HEAD/tests/common/dependency-alternatives/t8a/dix-0.1.0.tar.gz -------------------------------------------------------------------------------- /tests/common/dependency-alternatives/t8a/dix-1.0.0.tar.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/build2/bpkg/HEAD/tests/common/dependency-alternatives/t8a/dix-1.0.0.tar.gz -------------------------------------------------------------------------------- /tests/common/dependency-alternatives/t8a/dox-1.0.0.tar.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/build2/bpkg/HEAD/tests/common/dependency-alternatives/t8a/dox-1.0.0.tar.gz -------------------------------------------------------------------------------- /tests/common/dependency-alternatives/t8a/dux-1.0.0.tar.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/build2/bpkg/HEAD/tests/common/dependency-alternatives/t8a/dux-1.0.0.tar.gz -------------------------------------------------------------------------------- /tests/common/dependency-alternatives/t8a/fax-1.0.0.tar.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/build2/bpkg/HEAD/tests/common/dependency-alternatives/t8a/fax-1.0.0.tar.gz -------------------------------------------------------------------------------- /tests/common/dependency-alternatives/t8a/fix-1.0.0.tar.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/build2/bpkg/HEAD/tests/common/dependency-alternatives/t8a/fix-1.0.0.tar.gz -------------------------------------------------------------------------------- /tests/common/dependency-alternatives/t8a/foo-1.0.0.tar.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/build2/bpkg/HEAD/tests/common/dependency-alternatives/t8a/foo-1.0.0.tar.gz -------------------------------------------------------------------------------- /tests/common/dependency-alternatives/t8a/fox-1.0.0.tar.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/build2/bpkg/HEAD/tests/common/dependency-alternatives/t8a/fox-1.0.0.tar.gz -------------------------------------------------------------------------------- /tests/common/dependency-alternatives/t8a/foz-1.0.0.tar.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/build2/bpkg/HEAD/tests/common/dependency-alternatives/t8a/foz-1.0.0.tar.gz -------------------------------------------------------------------------------- /tests/common/dependency-alternatives/t8a/fux-1.0.0.tar.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/build2/bpkg/HEAD/tests/common/dependency-alternatives/t8a/fux-1.0.0.tar.gz -------------------------------------------------------------------------------- /tests/common/dependency-alternatives/t8a/fuz-1.0.0.tar.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/build2/bpkg/HEAD/tests/common/dependency-alternatives/t8a/fuz-1.0.0.tar.gz -------------------------------------------------------------------------------- /tests/common/dependency-alternatives/t8a/libbar-1.0.0.tar.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/build2/bpkg/HEAD/tests/common/dependency-alternatives/t8a/libbar-1.0.0.tar.gz -------------------------------------------------------------------------------- /tests/common/dependency-alternatives/t8a/libbaz-1.0.0.tar.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/build2/bpkg/HEAD/tests/common/dependency-alternatives/t8a/libbaz-1.0.0.tar.gz -------------------------------------------------------------------------------- /tests/common/dependency-alternatives/t8a/libbaz-1.1.0.tar.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/build2/bpkg/HEAD/tests/common/dependency-alternatives/t8a/libbaz-1.1.0.tar.gz -------------------------------------------------------------------------------- /tests/common/dependency-alternatives/t8a/libbiz-0.1.0.tar.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/build2/bpkg/HEAD/tests/common/dependency-alternatives/t8a/libbiz-0.1.0.tar.gz -------------------------------------------------------------------------------- /tests/common/dependency-alternatives/t8a/libbiz-1.0.0.tar.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/build2/bpkg/HEAD/tests/common/dependency-alternatives/t8a/libbiz-1.0.0.tar.gz -------------------------------------------------------------------------------- /tests/common/dependency-alternatives/t8a/libbox-0.1.0.tar.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/build2/bpkg/HEAD/tests/common/dependency-alternatives/t8a/libbox-0.1.0.tar.gz -------------------------------------------------------------------------------- /tests/common/dependency-alternatives/t8a/libbox-0.1.1.tar.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/build2/bpkg/HEAD/tests/common/dependency-alternatives/t8a/libbox-0.1.1.tar.gz -------------------------------------------------------------------------------- /tests/common/dependency-alternatives/t8a/libbox-1.0.0.tar.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/build2/bpkg/HEAD/tests/common/dependency-alternatives/t8a/libbox-1.0.0.tar.gz -------------------------------------------------------------------------------- /tests/common/dependency-alternatives/t8a/libfoo-1.0.0.tar.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/build2/bpkg/HEAD/tests/common/dependency-alternatives/t8a/libfoo-1.0.0.tar.gz -------------------------------------------------------------------------------- /tests/common/dependency-alternatives/t8a/libfoo-2.0.0.tar.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/build2/bpkg/HEAD/tests/common/dependency-alternatives/t8a/libfoo-2.0.0.tar.gz -------------------------------------------------------------------------------- /tests/common/dependency-alternatives/t8a/libfox-1.0.0.tar.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/build2/bpkg/HEAD/tests/common/dependency-alternatives/t8a/libfox-1.0.0.tar.gz -------------------------------------------------------------------------------- /tests/common/dependency-alternatives/t8a/repositories.manifest: -------------------------------------------------------------------------------- 1 | : 1 2 | -------------------------------------------------------------------------------- /tests/common/dependency-alternatives/t8a/tax-1.0.0.tar.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/build2/bpkg/HEAD/tests/common/dependency-alternatives/t8a/tax-1.0.0.tar.gz -------------------------------------------------------------------------------- /tests/common/dependency-alternatives/t8a/tex-1.0.0.tar.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/build2/bpkg/HEAD/tests/common/dependency-alternatives/t8a/tex-1.0.0.tar.gz -------------------------------------------------------------------------------- /tests/common/dependency-alternatives/t8a/tix-1.0.0.tar.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/build2/bpkg/HEAD/tests/common/dependency-alternatives/t8a/tix-1.0.0.tar.gz -------------------------------------------------------------------------------- /tests/common/dependency-alternatives/t8a/tox-1.0.0.tar.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/build2/bpkg/HEAD/tests/common/dependency-alternatives/t8a/tox-1.0.0.tar.gz -------------------------------------------------------------------------------- /tests/common/dependency-alternatives/t8a/tpx-1.0.0.tar.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/build2/bpkg/HEAD/tests/common/dependency-alternatives/t8a/tpx-1.0.0.tar.gz -------------------------------------------------------------------------------- /tests/common/dependency-alternatives/t8a/tux-1.0.0.tar.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/build2/bpkg/HEAD/tests/common/dependency-alternatives/t8a/tux-1.0.0.tar.gz -------------------------------------------------------------------------------- /tests/common/dependency-alternatives/t8a/tvx-1.0.0.tar.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/build2/bpkg/HEAD/tests/common/dependency-alternatives/t8a/tvx-1.0.0.tar.gz -------------------------------------------------------------------------------- /tests/common/dependency-alternatives/t8a/twx-1.0.0.tar.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/build2/bpkg/HEAD/tests/common/dependency-alternatives/t8a/twx-1.0.0.tar.gz -------------------------------------------------------------------------------- /tests/common/foo-1.tar.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/build2/bpkg/HEAD/tests/common/foo-1.tar.gz -------------------------------------------------------------------------------- /tests/common/foo/stable/libfoo-1.0.0.tar.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/build2/bpkg/HEAD/tests/common/foo/stable/libfoo-1.0.0.tar.gz -------------------------------------------------------------------------------- /tests/common/foo/stable/repositories.manifest: -------------------------------------------------------------------------------- 1 | # foo/stable 2 | # 3 | : 1 4 | -------------------------------------------------------------------------------- /tests/common/foo/testing/libfoo-1.1.0.tar.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/build2/bpkg/HEAD/tests/common/foo/testing/libfoo-1.1.0.tar.gz -------------------------------------------------------------------------------- /tests/common/foo/testing/repositories.manifest: -------------------------------------------------------------------------------- 1 | # foo/testing 2 | # 3 | : 1 4 | location: ../stable 5 | role: complement 6 | : 7 | -------------------------------------------------------------------------------- /tests/common/git/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/build2/bpkg/HEAD/tests/common/git/README -------------------------------------------------------------------------------- /tests/common/git/init: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/build2/bpkg/HEAD/tests/common/git/init -------------------------------------------------------------------------------- /tests/common/git/pack: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/build2/bpkg/HEAD/tests/common/git/pack -------------------------------------------------------------------------------- /tests/common/git/state0/libbar.tar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/build2/bpkg/HEAD/tests/common/git/state0/libbar.tar -------------------------------------------------------------------------------- /tests/common/git/state0/libfoo.tar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/build2/bpkg/HEAD/tests/common/git/state0/libfoo.tar -------------------------------------------------------------------------------- /tests/common/git/state0/libfox.tar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/build2/bpkg/HEAD/tests/common/git/state0/libfox.tar -------------------------------------------------------------------------------- /tests/common/git/state0/links.tar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/build2/bpkg/HEAD/tests/common/git/state0/links.tar -------------------------------------------------------------------------------- /tests/common/git/state0/style-basic.tar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/build2/bpkg/HEAD/tests/common/git/state0/style-basic.tar -------------------------------------------------------------------------------- /tests/common/git/state0/style.tar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/build2/bpkg/HEAD/tests/common/git/state0/style.tar -------------------------------------------------------------------------------- /tests/common/git/state1/libbaz.tar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/build2/bpkg/HEAD/tests/common/git/state1/libbaz.tar -------------------------------------------------------------------------------- /tests/common/git/state1/libfoo.tar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/build2/bpkg/HEAD/tests/common/git/state1/libfoo.tar -------------------------------------------------------------------------------- /tests/common/git/state1/libfox.tar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/build2/bpkg/HEAD/tests/common/git/state1/libfox.tar -------------------------------------------------------------------------------- /tests/common/git/state1/style-basic.tar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/build2/bpkg/HEAD/tests/common/git/state1/style-basic.tar -------------------------------------------------------------------------------- /tests/common/git/state1/style.tar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/build2/bpkg/HEAD/tests/common/git/state1/style.tar -------------------------------------------------------------------------------- /tests/common/hello/libhello-1.0.0.tar.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/build2/bpkg/HEAD/tests/common/hello/libhello-1.0.0.tar.gz -------------------------------------------------------------------------------- /tests/common/hello/repositories.manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/build2/bpkg/HEAD/tests/common/hello/repositories.manifest -------------------------------------------------------------------------------- /tests/common/libfoo-1.1.0/build/bootstrap.build: -------------------------------------------------------------------------------- 1 | project = libfoo 2 | using config 3 | -------------------------------------------------------------------------------- /tests/common/libfoo-1.1.0/buildfile: -------------------------------------------------------------------------------- 1 | ./: 2 | -------------------------------------------------------------------------------- /tests/common/libfoo-1.1.0/manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/build2/bpkg/HEAD/tests/common/libfoo-1.1.0/manifest -------------------------------------------------------------------------------- /tests/common/libhello-1.0.0/INSTALL: -------------------------------------------------------------------------------- 1 | Just use build2, bro. 2 | -------------------------------------------------------------------------------- /tests/common/libhello-1.0.0/build/bootstrap.build: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/build2/bpkg/HEAD/tests/common/libhello-1.0.0/build/bootstrap.build -------------------------------------------------------------------------------- /tests/common/libhello-1.0.0/build/export.build: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/build2/bpkg/HEAD/tests/common/libhello-1.0.0/build/export.build -------------------------------------------------------------------------------- /tests/common/libhello-1.0.0/build/root.build: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/build2/bpkg/HEAD/tests/common/libhello-1.0.0/build/root.build -------------------------------------------------------------------------------- /tests/common/libhello-1.0.0/buildfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/build2/bpkg/HEAD/tests/common/libhello-1.0.0/buildfile -------------------------------------------------------------------------------- /tests/common/libhello-1.0.0/libhello/buildfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/build2/bpkg/HEAD/tests/common/libhello-1.0.0/libhello/buildfile -------------------------------------------------------------------------------- /tests/common/libhello-1.0.0/libhello/export.hxx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/build2/bpkg/HEAD/tests/common/libhello-1.0.0/libhello/export.hxx -------------------------------------------------------------------------------- /tests/common/libhello-1.0.0/libhello/hello.cxx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/build2/bpkg/HEAD/tests/common/libhello-1.0.0/libhello/hello.cxx -------------------------------------------------------------------------------- /tests/common/libhello-1.0.0/libhello/hello.hxx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/build2/bpkg/HEAD/tests/common/libhello-1.0.0/libhello/hello.hxx -------------------------------------------------------------------------------- /tests/common/libhello-1.0.0/manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/build2/bpkg/HEAD/tests/common/libhello-1.0.0/manifest -------------------------------------------------------------------------------- /tests/common/libhello-1.0.0/tests/.gitignore: -------------------------------------------------------------------------------- 1 | !test/ 2 | -------------------------------------------------------------------------------- /tests/common/libhello-1.0.0/tests/build/bootstrap.build: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/build2/bpkg/HEAD/tests/common/libhello-1.0.0/tests/build/bootstrap.build -------------------------------------------------------------------------------- /tests/common/libhello-1.0.0/tests/build/root.build: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/build2/bpkg/HEAD/tests/common/libhello-1.0.0/tests/build/root.build -------------------------------------------------------------------------------- /tests/common/libhello-1.0.0/tests/buildfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/build2/bpkg/HEAD/tests/common/libhello-1.0.0/tests/buildfile -------------------------------------------------------------------------------- /tests/common/libhello-1.0.0/tests/test/buildfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/build2/bpkg/HEAD/tests/common/libhello-1.0.0/tests/test/buildfile -------------------------------------------------------------------------------- /tests/common/libhello-1.0.0/tests/test/driver.cxx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/build2/bpkg/HEAD/tests/common/libhello-1.0.0/tests/test/driver.cxx -------------------------------------------------------------------------------- /tests/common/libhello-1.0.0/tests/test/test.out: -------------------------------------------------------------------------------- 1 | Hello, World! 2 | -------------------------------------------------------------------------------- /tests/common/linked/t7a/foo-1.0.0.tar.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/build2/bpkg/HEAD/tests/common/linked/t7a/foo-1.0.0.tar.gz -------------------------------------------------------------------------------- /tests/common/linked/t7a/libbar-1.0.0.tar.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/build2/bpkg/HEAD/tests/common/linked/t7a/libbar-1.0.0.tar.gz -------------------------------------------------------------------------------- /tests/common/linked/t7a/libbaz-1.0.0.tar.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/build2/bpkg/HEAD/tests/common/linked/t7a/libbaz-1.0.0.tar.gz -------------------------------------------------------------------------------- /tests/common/linked/t7a/libbix-1.0.0.tar.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/build2/bpkg/HEAD/tests/common/linked/t7a/libbix-1.0.0.tar.gz -------------------------------------------------------------------------------- /tests/common/linked/t7a/libbiz-1.0.0.tar.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/build2/bpkg/HEAD/tests/common/linked/t7a/libbiz-1.0.0.tar.gz -------------------------------------------------------------------------------- /tests/common/linked/t7a/libbox-1.0.0.tar.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/build2/bpkg/HEAD/tests/common/linked/t7a/libbox-1.0.0.tar.gz -------------------------------------------------------------------------------- /tests/common/linked/t7a/libbuild2-bar-1.0.0.tar.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/build2/bpkg/HEAD/tests/common/linked/t7a/libbuild2-bar-1.0.0.tar.gz -------------------------------------------------------------------------------- /tests/common/linked/t7a/libbuild2-foo-1.0.0.tar.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/build2/bpkg/HEAD/tests/common/linked/t7a/libbuild2-foo-1.0.0.tar.gz -------------------------------------------------------------------------------- /tests/common/linked/t7a/libbuz-1.0.0.tar.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/build2/bpkg/HEAD/tests/common/linked/t7a/libbuz-1.0.0.tar.gz -------------------------------------------------------------------------------- /tests/common/linked/t7a/libfax-1.0.0.tar.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/build2/bpkg/HEAD/tests/common/linked/t7a/libfax-1.0.0.tar.gz -------------------------------------------------------------------------------- /tests/common/linked/t7a/libfix-1.0.0.tar.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/build2/bpkg/HEAD/tests/common/linked/t7a/libfix-1.0.0.tar.gz -------------------------------------------------------------------------------- /tests/common/linked/t7a/repositories.manifest: -------------------------------------------------------------------------------- 1 | : 1 2 | -------------------------------------------------------------------------------- /tests/common/linked/t7b/foo-1.1.0.tar.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/build2/bpkg/HEAD/tests/common/linked/t7b/foo-1.1.0.tar.gz -------------------------------------------------------------------------------- /tests/common/linked/t7b/libbar-1.1.0.tar.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/build2/bpkg/HEAD/tests/common/linked/t7b/libbar-1.1.0.tar.gz -------------------------------------------------------------------------------- /tests/common/linked/t7b/libbaz-1.1.0.tar.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/build2/bpkg/HEAD/tests/common/linked/t7b/libbaz-1.1.0.tar.gz -------------------------------------------------------------------------------- /tests/common/linked/t7b/libbox-1.1.0.tar.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/build2/bpkg/HEAD/tests/common/linked/t7b/libbox-1.1.0.tar.gz -------------------------------------------------------------------------------- /tests/common/linked/t7b/repositories.manifest: -------------------------------------------------------------------------------- 1 | : 1 2 | location: ../t7a 3 | role: complement 4 | : 5 | -------------------------------------------------------------------------------- /tests/common/prereq-cycle/extra/libbar-1.1.0+1.tar.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/build2/bpkg/HEAD/tests/common/prereq-cycle/extra/libbar-1.1.0+1.tar.gz -------------------------------------------------------------------------------- /tests/common/prereq-cycle/extra/repositories.manifest: -------------------------------------------------------------------------------- 1 | : 1 2 | location: ../stable 3 | role: prerequisite 4 | : 5 | -------------------------------------------------------------------------------- /tests/common/prereq-cycle/math/libbar-1.0.0.tar.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/build2/bpkg/HEAD/tests/common/prereq-cycle/math/libbar-1.0.0.tar.gz -------------------------------------------------------------------------------- /tests/common/prereq-cycle/math/repositories.manifest: -------------------------------------------------------------------------------- 1 | : 1 2 | location: ../extra 3 | role: prerequisite 4 | : 5 | -------------------------------------------------------------------------------- /tests/common/prereq-cycle/stable/libfoo-1.0.0.tar.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/build2/bpkg/HEAD/tests/common/prereq-cycle/stable/libfoo-1.0.0.tar.gz -------------------------------------------------------------------------------- /tests/common/prereq-cycle/stable/repositories.manifest: -------------------------------------------------------------------------------- 1 | : 1 2 | location: ../math 3 | role: prerequisite 4 | : 5 | -------------------------------------------------------------------------------- /tests/common/satisfy/libBar-2.0.0.tar.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/build2/bpkg/HEAD/tests/common/satisfy/libBar-2.0.0.tar.gz -------------------------------------------------------------------------------- /tests/common/satisfy/libbar-0.0.1.tar.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/build2/bpkg/HEAD/tests/common/satisfy/libbar-0.0.1.tar.gz -------------------------------------------------------------------------------- /tests/common/satisfy/libbar-0.0.2.tar.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/build2/bpkg/HEAD/tests/common/satisfy/libbar-0.0.2.tar.gz -------------------------------------------------------------------------------- /tests/common/satisfy/libbar-0.0.3.tar.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/build2/bpkg/HEAD/tests/common/satisfy/libbar-0.0.3.tar.gz -------------------------------------------------------------------------------- /tests/common/satisfy/libbar-0.1.0.tar.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/build2/bpkg/HEAD/tests/common/satisfy/libbar-0.1.0.tar.gz -------------------------------------------------------------------------------- /tests/common/satisfy/libbar-1.0.0.tar.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/build2/bpkg/HEAD/tests/common/satisfy/libbar-1.0.0.tar.gz -------------------------------------------------------------------------------- /tests/common/satisfy/libbar-1.1.0.tar.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/build2/bpkg/HEAD/tests/common/satisfy/libbar-1.1.0.tar.gz -------------------------------------------------------------------------------- /tests/common/satisfy/libbar-1.1.1.tar.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/build2/bpkg/HEAD/tests/common/satisfy/libbar-1.1.1.tar.gz -------------------------------------------------------------------------------- /tests/common/satisfy/libbar-1.2.0.tar.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/build2/bpkg/HEAD/tests/common/satisfy/libbar-1.2.0.tar.gz -------------------------------------------------------------------------------- /tests/common/satisfy/libbar-2.1.0.tar.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/build2/bpkg/HEAD/tests/common/satisfy/libbar-2.1.0.tar.gz -------------------------------------------------------------------------------- /tests/common/satisfy/libbax-1.0.0.tar.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/build2/bpkg/HEAD/tests/common/satisfy/libbax-1.0.0.tar.gz -------------------------------------------------------------------------------- /tests/common/satisfy/libbax-2.0.0.tar.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/build2/bpkg/HEAD/tests/common/satisfy/libbax-2.0.0.tar.gz -------------------------------------------------------------------------------- /tests/common/satisfy/libbaz-0.0.1.tar.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/build2/bpkg/HEAD/tests/common/satisfy/libbaz-0.0.1.tar.gz -------------------------------------------------------------------------------- /tests/common/satisfy/libbaz-0.0.2.tar.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/build2/bpkg/HEAD/tests/common/satisfy/libbaz-0.0.2.tar.gz -------------------------------------------------------------------------------- /tests/common/satisfy/libbaz-0.0.3.tar.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/build2/bpkg/HEAD/tests/common/satisfy/libbaz-0.0.3.tar.gz -------------------------------------------------------------------------------- /tests/common/satisfy/libbaz-0.0.4.tar.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/build2/bpkg/HEAD/tests/common/satisfy/libbaz-0.0.4.tar.gz -------------------------------------------------------------------------------- /tests/common/satisfy/libbaz-0.1.0.tar.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/build2/bpkg/HEAD/tests/common/satisfy/libbaz-0.1.0.tar.gz -------------------------------------------------------------------------------- /tests/common/satisfy/libbaz-1.0.0.tar.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/build2/bpkg/HEAD/tests/common/satisfy/libbaz-1.0.0.tar.gz -------------------------------------------------------------------------------- /tests/common/satisfy/libbaz-1.1.0.tar.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/build2/bpkg/HEAD/tests/common/satisfy/libbaz-1.1.0.tar.gz -------------------------------------------------------------------------------- /tests/common/satisfy/libbaz-1.2.0.tar.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/build2/bpkg/HEAD/tests/common/satisfy/libbaz-1.2.0.tar.gz -------------------------------------------------------------------------------- /tests/common/satisfy/libbaz-2.0.0.tar.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/build2/bpkg/HEAD/tests/common/satisfy/libbaz-2.0.0.tar.gz -------------------------------------------------------------------------------- /tests/common/satisfy/libbaz-2.1.0.tar.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/build2/bpkg/HEAD/tests/common/satisfy/libbaz-2.1.0.tar.gz -------------------------------------------------------------------------------- /tests/common/satisfy/libbix-1.0.0.tar.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/build2/bpkg/HEAD/tests/common/satisfy/libbix-1.0.0.tar.gz -------------------------------------------------------------------------------- /tests/common/satisfy/libbix-2.0.0.tar.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/build2/bpkg/HEAD/tests/common/satisfy/libbix-2.0.0.tar.gz -------------------------------------------------------------------------------- /tests/common/satisfy/libbiz-0.0.1.tar.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/build2/bpkg/HEAD/tests/common/satisfy/libbiz-0.0.1.tar.gz -------------------------------------------------------------------------------- /tests/common/satisfy/libbiz-0.0.2.tar.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/build2/bpkg/HEAD/tests/common/satisfy/libbiz-0.0.2.tar.gz -------------------------------------------------------------------------------- /tests/common/satisfy/libbiz-1.0.0.tar.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/build2/bpkg/HEAD/tests/common/satisfy/libbiz-1.0.0.tar.gz -------------------------------------------------------------------------------- /tests/common/satisfy/libbiz-1.3.0.tar.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/build2/bpkg/HEAD/tests/common/satisfy/libbiz-1.3.0.tar.gz -------------------------------------------------------------------------------- /tests/common/satisfy/libbiz-tests-1.3.0.tar.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/build2/bpkg/HEAD/tests/common/satisfy/libbiz-tests-1.3.0.tar.gz -------------------------------------------------------------------------------- /tests/common/satisfy/libbox-0.0.1.tar.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/build2/bpkg/HEAD/tests/common/satisfy/libbox-0.0.1.tar.gz -------------------------------------------------------------------------------- /tests/common/satisfy/libbox-0.0.2.tar.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/build2/bpkg/HEAD/tests/common/satisfy/libbox-0.0.2.tar.gz -------------------------------------------------------------------------------- /tests/common/satisfy/libbox-1.0.0.tar.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/build2/bpkg/HEAD/tests/common/satisfy/libbox-1.0.0.tar.gz -------------------------------------------------------------------------------- /tests/common/satisfy/libbox-1.2.0.tar.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/build2/bpkg/HEAD/tests/common/satisfy/libbox-1.2.0.tar.gz -------------------------------------------------------------------------------- /tests/common/satisfy/libbox-2.0.0.tar.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/build2/bpkg/HEAD/tests/common/satisfy/libbox-2.0.0.tar.gz -------------------------------------------------------------------------------- /tests/common/satisfy/libbux-1.0.0.tar.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/build2/bpkg/HEAD/tests/common/satisfy/libbux-1.0.0.tar.gz -------------------------------------------------------------------------------- /tests/common/satisfy/libbuz-1.0.0.tar.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/build2/bpkg/HEAD/tests/common/satisfy/libbuz-1.0.0.tar.gz -------------------------------------------------------------------------------- /tests/common/satisfy/libfix-0.0.1.tar.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/build2/bpkg/HEAD/tests/common/satisfy/libfix-0.0.1.tar.gz -------------------------------------------------------------------------------- /tests/common/satisfy/libfix-0.0.3.tar.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/build2/bpkg/HEAD/tests/common/satisfy/libfix-0.0.3.tar.gz -------------------------------------------------------------------------------- /tests/common/satisfy/libfix-1.0.0.tar.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/build2/bpkg/HEAD/tests/common/satisfy/libfix-1.0.0.tar.gz -------------------------------------------------------------------------------- /tests/common/satisfy/libfoo-0.0.1.tar.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/build2/bpkg/HEAD/tests/common/satisfy/libfoo-0.0.1.tar.gz -------------------------------------------------------------------------------- /tests/common/satisfy/libfoo-0.1.0.tar.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/build2/bpkg/HEAD/tests/common/satisfy/libfoo-0.1.0.tar.gz -------------------------------------------------------------------------------- /tests/common/satisfy/libfoo-1.0.0.tar.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/build2/bpkg/HEAD/tests/common/satisfy/libfoo-1.0.0.tar.gz -------------------------------------------------------------------------------- /tests/common/satisfy/libfoo-1.1.0+1.tar.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/build2/bpkg/HEAD/tests/common/satisfy/libfoo-1.1.0+1.tar.gz -------------------------------------------------------------------------------- /tests/common/satisfy/libfoo-1.1.0+2.tar.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/build2/bpkg/HEAD/tests/common/satisfy/libfoo-1.1.0+2.tar.gz -------------------------------------------------------------------------------- /tests/common/satisfy/libfoo-1.1.0+3.tar.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/build2/bpkg/HEAD/tests/common/satisfy/libfoo-1.1.0+3.tar.gz -------------------------------------------------------------------------------- /tests/common/satisfy/libfoo-1.1.0.tar.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/build2/bpkg/HEAD/tests/common/satisfy/libfoo-1.1.0.tar.gz -------------------------------------------------------------------------------- /tests/common/satisfy/libfoo-1.1.0/build/bootstrap.build: -------------------------------------------------------------------------------- 1 | project = satisfy-libfoo 2 | using config 3 | -------------------------------------------------------------------------------- /tests/common/satisfy/libfoo-1.1.0/buildfile: -------------------------------------------------------------------------------- 1 | ./: 2 | -------------------------------------------------------------------------------- /tests/common/satisfy/libfoo-1.1.0/manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/build2/bpkg/HEAD/tests/common/satisfy/libfoo-1.1.0/manifest -------------------------------------------------------------------------------- /tests/common/satisfy/libfoo-1.1.1.tar.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/build2/bpkg/HEAD/tests/common/satisfy/libfoo-1.1.1.tar.gz -------------------------------------------------------------------------------- /tests/common/satisfy/libfoo-1.2.0.tar.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/build2/bpkg/HEAD/tests/common/satisfy/libfoo-1.2.0.tar.gz -------------------------------------------------------------------------------- /tests/common/satisfy/libfoo-2.0.0.tar.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/build2/bpkg/HEAD/tests/common/satisfy/libfoo-2.0.0.tar.gz -------------------------------------------------------------------------------- /tests/common/satisfy/libfoo-3.0.0.tar.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/build2/bpkg/HEAD/tests/common/satisfy/libfoo-3.0.0.tar.gz -------------------------------------------------------------------------------- /tests/common/satisfy/libfox-0.0.1.tar.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/build2/bpkg/HEAD/tests/common/satisfy/libfox-0.0.1.tar.gz -------------------------------------------------------------------------------- /tests/common/satisfy/libfox-0.0.2.tar.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/build2/bpkg/HEAD/tests/common/satisfy/libfox-0.0.2.tar.gz -------------------------------------------------------------------------------- /tests/common/satisfy/libfox-1.0.0.tar.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/build2/bpkg/HEAD/tests/common/satisfy/libfox-1.0.0.tar.gz -------------------------------------------------------------------------------- /tests/common/satisfy/libfox-1.1.0.tar.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/build2/bpkg/HEAD/tests/common/satisfy/libfox-1.1.0.tar.gz -------------------------------------------------------------------------------- /tests/common/satisfy/libfox-2.0.0.tar.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/build2/bpkg/HEAD/tests/common/satisfy/libfox-2.0.0.tar.gz -------------------------------------------------------------------------------- /tests/common/satisfy/libfox-2.1.0.tar.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/build2/bpkg/HEAD/tests/common/satisfy/libfox-2.1.0.tar.gz -------------------------------------------------------------------------------- /tests/common/satisfy/libfox-3.0.0.tar.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/build2/bpkg/HEAD/tests/common/satisfy/libfox-3.0.0.tar.gz -------------------------------------------------------------------------------- /tests/common/satisfy/libfux-2.0.0.tar.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/build2/bpkg/HEAD/tests/common/satisfy/libfux-2.0.0.tar.gz -------------------------------------------------------------------------------- /tests/common/satisfy/repositories.manifest: -------------------------------------------------------------------------------- 1 | : 1 2 | -------------------------------------------------------------------------------- /tests/common/satisfy/t0a/libbar-0.0.1.tar.gz: -------------------------------------------------------------------------------- 1 | ../libbar-0.0.1.tar.gz -------------------------------------------------------------------------------- /tests/common/satisfy/t0a/libbaz-0.0.1.tar.gz: -------------------------------------------------------------------------------- 1 | ../libbaz-0.0.1.tar.gz -------------------------------------------------------------------------------- /tests/common/satisfy/t0a/libbaz-0.0.3.tar.gz: -------------------------------------------------------------------------------- 1 | ../libbaz-0.0.3.tar.gz -------------------------------------------------------------------------------- /tests/common/satisfy/t0a/libbox-0.0.1.tar.gz: -------------------------------------------------------------------------------- 1 | ../libbox-0.0.1.tar.gz -------------------------------------------------------------------------------- /tests/common/satisfy/t0a/libfix-0.0.1.tar.gz: -------------------------------------------------------------------------------- 1 | ../libfix-0.0.1.tar.gz -------------------------------------------------------------------------------- /tests/common/satisfy/t0a/libfoo-0.0.1.tar.gz: -------------------------------------------------------------------------------- 1 | ../libfoo-0.0.1.tar.gz -------------------------------------------------------------------------------- /tests/common/satisfy/t0a/libfox-0.0.1.tar.gz: -------------------------------------------------------------------------------- 1 | ../libfox-0.0.1.tar.gz -------------------------------------------------------------------------------- /tests/common/satisfy/t0a/repositories.manifest: -------------------------------------------------------------------------------- 1 | ../repositories.manifest -------------------------------------------------------------------------------- /tests/common/satisfy/t0b/libbar-0.0.2.tar.gz: -------------------------------------------------------------------------------- 1 | ../libbar-0.0.2.tar.gz -------------------------------------------------------------------------------- /tests/common/satisfy/t0b/libbaz-0.0.2.tar.gz: -------------------------------------------------------------------------------- 1 | ../libbaz-0.0.2.tar.gz -------------------------------------------------------------------------------- /tests/common/satisfy/t0b/libbiz-0.0.2.tar.gz: -------------------------------------------------------------------------------- 1 | ../libbiz-0.0.2.tar.gz -------------------------------------------------------------------------------- /tests/common/satisfy/t0b/libfoo-1.0.0.tar.gz: -------------------------------------------------------------------------------- 1 | ../libfoo-1.0.0.tar.gz -------------------------------------------------------------------------------- /tests/common/satisfy/t0b/repositories.manifest: -------------------------------------------------------------------------------- 1 | ../repositories.manifest -------------------------------------------------------------------------------- /tests/common/satisfy/t0c/libbar-0.0.3.tar.gz: -------------------------------------------------------------------------------- 1 | ../libbar-0.0.3.tar.gz -------------------------------------------------------------------------------- /tests/common/satisfy/t0c/libbar-1.0.0.tar.gz: -------------------------------------------------------------------------------- 1 | ../libbar-1.0.0.tar.gz -------------------------------------------------------------------------------- /tests/common/satisfy/t0c/libbaz-0.0.3.tar.gz: -------------------------------------------------------------------------------- 1 | ../libbaz-0.0.3.tar.gz -------------------------------------------------------------------------------- /tests/common/satisfy/t0c/libbaz-0.0.4.tar.gz: -------------------------------------------------------------------------------- 1 | ../libbaz-0.0.4.tar.gz -------------------------------------------------------------------------------- /tests/common/satisfy/t0c/libbaz-0.1.0.tar.gz: -------------------------------------------------------------------------------- 1 | ../libbaz-0.1.0.tar.gz -------------------------------------------------------------------------------- /tests/common/satisfy/t0c/libbox-0.0.1.tar.gz: -------------------------------------------------------------------------------- 1 | ../libbox-0.0.1.tar.gz -------------------------------------------------------------------------------- /tests/common/satisfy/t0c/libfix-0.0.3.tar.gz: -------------------------------------------------------------------------------- 1 | ../libfix-0.0.3.tar.gz -------------------------------------------------------------------------------- /tests/common/satisfy/t0c/libfoo-1.0.0.tar.gz: -------------------------------------------------------------------------------- 1 | ../libfoo-1.0.0.tar.gz -------------------------------------------------------------------------------- /tests/common/satisfy/t0c/repositories.manifest: -------------------------------------------------------------------------------- 1 | ../repositories.manifest -------------------------------------------------------------------------------- /tests/common/satisfy/t0d/libbiz-0.0.1.tar.gz: -------------------------------------------------------------------------------- 1 | ../libbiz-0.0.1.tar.gz -------------------------------------------------------------------------------- /tests/common/satisfy/t0d/libbox-0.0.2.tar.gz: -------------------------------------------------------------------------------- 1 | ../libbox-0.0.2.tar.gz -------------------------------------------------------------------------------- /tests/common/satisfy/t0d/libfix-0.0.1.tar.gz: -------------------------------------------------------------------------------- 1 | ../libfix-0.0.1.tar.gz -------------------------------------------------------------------------------- /tests/common/satisfy/t0d/libfoo-0.0.1.tar.gz: -------------------------------------------------------------------------------- 1 | ../libfoo-0.0.1.tar.gz -------------------------------------------------------------------------------- /tests/common/satisfy/t0d/libfoo-1.0.0.tar.gz: -------------------------------------------------------------------------------- 1 | ../libfoo-1.0.0.tar.gz -------------------------------------------------------------------------------- /tests/common/satisfy/t0d/libfox-0.0.1.tar.gz: -------------------------------------------------------------------------------- 1 | ../libfox-0.0.1.tar.gz -------------------------------------------------------------------------------- /tests/common/satisfy/t0d/libfox-0.0.2.tar.gz: -------------------------------------------------------------------------------- 1 | ../libfox-0.0.2.tar.gz -------------------------------------------------------------------------------- /tests/common/satisfy/t0d/repositories.manifest: -------------------------------------------------------------------------------- 1 | ../repositories.manifest -------------------------------------------------------------------------------- /tests/common/satisfy/t1/libfoo-1.0.0.tar.gz: -------------------------------------------------------------------------------- 1 | ../libfoo-1.0.0.tar.gz -------------------------------------------------------------------------------- /tests/common/satisfy/t1/repositories.manifest: -------------------------------------------------------------------------------- 1 | ../repositories.manifest -------------------------------------------------------------------------------- /tests/common/satisfy/t10/libbar-baz-1.0.0.tar.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/build2/bpkg/HEAD/tests/common/satisfy/t10/libbar-baz-1.0.0.tar.gz -------------------------------------------------------------------------------- /tests/common/satisfy/t10/libbar-foo-1.0.0.tar.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/build2/bpkg/HEAD/tests/common/satisfy/t10/libbar-foo-1.0.0.tar.gz -------------------------------------------------------------------------------- /tests/common/satisfy/t10/libbar-tests-1.0.0.tar.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/build2/bpkg/HEAD/tests/common/satisfy/t10/libbar-tests-1.0.0.tar.gz -------------------------------------------------------------------------------- /tests/common/satisfy/t10/libfoo-bar-1.0.0.tar.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/build2/bpkg/HEAD/tests/common/satisfy/t10/libfoo-bar-1.0.0.tar.gz -------------------------------------------------------------------------------- /tests/common/satisfy/t10/libfoo-baz-1.0.0.tar.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/build2/bpkg/HEAD/tests/common/satisfy/t10/libfoo-baz-1.0.0.tar.gz -------------------------------------------------------------------------------- /tests/common/satisfy/t10/libfoo-tests-1.0.0.tar.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/build2/bpkg/HEAD/tests/common/satisfy/t10/libfoo-tests-1.0.0.tar.gz -------------------------------------------------------------------------------- /tests/common/satisfy/t10/repositories.manifest: -------------------------------------------------------------------------------- 1 | ../repositories.manifest -------------------------------------------------------------------------------- /tests/common/satisfy/t12a/libbar-0.1.0.tar.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/build2/bpkg/HEAD/tests/common/satisfy/t12a/libbar-0.1.0.tar.gz -------------------------------------------------------------------------------- /tests/common/satisfy/t12a/libbaz-1.0.0.tar.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/build2/bpkg/HEAD/tests/common/satisfy/t12a/libbaz-1.0.0.tar.gz -------------------------------------------------------------------------------- /tests/common/satisfy/t12a/repositories.manifest: -------------------------------------------------------------------------------- 1 | : 1 2 | -------------------------------------------------------------------------------- /tests/common/satisfy/t12b/bar-1.0.0.tar.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/build2/bpkg/HEAD/tests/common/satisfy/t12b/bar-1.0.0.tar.gz -------------------------------------------------------------------------------- /tests/common/satisfy/t12b/baz-0.1.0.tar.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/build2/bpkg/HEAD/tests/common/satisfy/t12b/baz-0.1.0.tar.gz -------------------------------------------------------------------------------- /tests/common/satisfy/t12b/baz-1.0.0.tar.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/build2/bpkg/HEAD/tests/common/satisfy/t12b/baz-1.0.0.tar.gz -------------------------------------------------------------------------------- /tests/common/satisfy/t12b/foo-0.1.0.tar.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/build2/bpkg/HEAD/tests/common/satisfy/t12b/foo-0.1.0.tar.gz -------------------------------------------------------------------------------- /tests/common/satisfy/t12b/foo-1.0.0.tar.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/build2/bpkg/HEAD/tests/common/satisfy/t12b/foo-1.0.0.tar.gz -------------------------------------------------------------------------------- /tests/common/satisfy/t12b/libbar-1.0.0.tar.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/build2/bpkg/HEAD/tests/common/satisfy/t12b/libbar-1.0.0.tar.gz -------------------------------------------------------------------------------- /tests/common/satisfy/t12b/libbaz-0.1.0.tar.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/build2/bpkg/HEAD/tests/common/satisfy/t12b/libbaz-0.1.0.tar.gz -------------------------------------------------------------------------------- /tests/common/satisfy/t12b/repositories.manifest: -------------------------------------------------------------------------------- 1 | : 1 2 | : 3 | location: ../t12a 4 | role: prerequisite 5 | -------------------------------------------------------------------------------- /tests/common/satisfy/t14a/libfoo-1.0.0.tar.gz: -------------------------------------------------------------------------------- 1 | ../libfoo-1.0.0.tar.gz -------------------------------------------------------------------------------- /tests/common/satisfy/t14a/repositories.manifest: -------------------------------------------------------------------------------- 1 | ../repositories.manifest -------------------------------------------------------------------------------- /tests/common/satisfy/t14b/libfoo-1.1.0.tar.gz: -------------------------------------------------------------------------------- 1 | ../libfoo-1.1.0.tar.gz -------------------------------------------------------------------------------- /tests/common/satisfy/t14b/repositories.manifest: -------------------------------------------------------------------------------- 1 | ../repositories.manifest -------------------------------------------------------------------------------- /tests/common/satisfy/t14c/libfoo-1.1.0+1.tar.gz: -------------------------------------------------------------------------------- 1 | ../libfoo-1.1.0+1.tar.gz -------------------------------------------------------------------------------- /tests/common/satisfy/t14c/repositories.manifest: -------------------------------------------------------------------------------- 1 | ../repositories.manifest -------------------------------------------------------------------------------- /tests/common/satisfy/t14d/libfoo-1.1.0+2.tar.gz: -------------------------------------------------------------------------------- 1 | ../libfoo-1.1.0+2.tar.gz -------------------------------------------------------------------------------- /tests/common/satisfy/t14d/repositories.manifest: -------------------------------------------------------------------------------- 1 | ../repositories.manifest -------------------------------------------------------------------------------- /tests/common/satisfy/t14e/libfoo-1.1.0+3.tar.gz: -------------------------------------------------------------------------------- 1 | ../libfoo-1.1.0+3.tar.gz -------------------------------------------------------------------------------- /tests/common/satisfy/t14e/repositories.manifest: -------------------------------------------------------------------------------- 1 | ../repositories.manifest -------------------------------------------------------------------------------- /tests/common/satisfy/t14f/libfoo-1.1.1.tar.gz: -------------------------------------------------------------------------------- 1 | ../libfoo-1.1.1.tar.gz -------------------------------------------------------------------------------- /tests/common/satisfy/t14f/repositories.manifest: -------------------------------------------------------------------------------- 1 | ../repositories.manifest -------------------------------------------------------------------------------- /tests/common/satisfy/t14i/libfoo-1.2.0.tar.gz: -------------------------------------------------------------------------------- 1 | ../libfoo-1.2.0.tar.gz -------------------------------------------------------------------------------- /tests/common/satisfy/t14i/repositories.manifest: -------------------------------------------------------------------------------- 1 | ../repositories.manifest -------------------------------------------------------------------------------- /tests/common/satisfy/t2/libbar-1.0.0.tar.gz: -------------------------------------------------------------------------------- 1 | ../libbar-1.0.0.tar.gz -------------------------------------------------------------------------------- /tests/common/satisfy/t2/libbax-1.0.0.tar.gz: -------------------------------------------------------------------------------- 1 | ../libbax-1.0.0.tar.gz -------------------------------------------------------------------------------- /tests/common/satisfy/t2/libbiz-1.3.0.tar.gz: -------------------------------------------------------------------------------- 1 | ../libbiz-1.3.0.tar.gz -------------------------------------------------------------------------------- /tests/common/satisfy/t2/libbiz-tests-1.3.0.tar.gz: -------------------------------------------------------------------------------- 1 | ../libbiz-tests-1.3.0.tar.gz -------------------------------------------------------------------------------- /tests/common/satisfy/t2/libbuz-1.0.0.tar.gz: -------------------------------------------------------------------------------- 1 | ../libbuz-1.0.0.tar.gz -------------------------------------------------------------------------------- /tests/common/satisfy/t2/libfoo-0.1.0.tar.gz: -------------------------------------------------------------------------------- 1 | ../libfoo-0.1.0.tar.gz -------------------------------------------------------------------------------- /tests/common/satisfy/t2/libfoo-1.0.0.tar.gz: -------------------------------------------------------------------------------- 1 | ../libfoo-1.0.0.tar.gz -------------------------------------------------------------------------------- /tests/common/satisfy/t2/repositories.manifest: -------------------------------------------------------------------------------- 1 | ../repositories.manifest -------------------------------------------------------------------------------- /tests/common/satisfy/t3/libbaz-1.0.0.tar.gz: -------------------------------------------------------------------------------- 1 | ../libbaz-1.0.0.tar.gz -------------------------------------------------------------------------------- /tests/common/satisfy/t3/libfox-1.0.0.tar.gz: -------------------------------------------------------------------------------- 1 | ../libfox-1.0.0.tar.gz -------------------------------------------------------------------------------- /tests/common/satisfy/t3/repositories.manifest: -------------------------------------------------------------------------------- 1 | : 1 2 | location: ../t2 3 | role: prerequisite 4 | : 5 | -------------------------------------------------------------------------------- /tests/common/satisfy/t4a/libfoo-1.1.0.tar.gz: -------------------------------------------------------------------------------- 1 | ../libfoo-1.1.0.tar.gz -------------------------------------------------------------------------------- /tests/common/satisfy/t4a/repositories.manifest: -------------------------------------------------------------------------------- 1 | ../repositories.manifest -------------------------------------------------------------------------------- /tests/common/satisfy/t4b/libbar-1.1.0.tar.gz: -------------------------------------------------------------------------------- 1 | ../libbar-1.1.0.tar.gz -------------------------------------------------------------------------------- /tests/common/satisfy/t4b/repositories.manifest: -------------------------------------------------------------------------------- 1 | : 1 2 | : 3 | location: ../t4a 4 | role: prerequisite 5 | -------------------------------------------------------------------------------- /tests/common/satisfy/t4c/libbaz-1.1.0.tar.gz: -------------------------------------------------------------------------------- 1 | ../libbaz-1.1.0.tar.gz -------------------------------------------------------------------------------- /tests/common/satisfy/t4c/libfoo-1.0.0.tar.gz: -------------------------------------------------------------------------------- 1 | ../libfoo-1.0.0.tar.gz -------------------------------------------------------------------------------- /tests/common/satisfy/t4c/repositories.manifest: -------------------------------------------------------------------------------- 1 | : 1 2 | : 3 | location: ../t4b 4 | role: prerequisite 5 | -------------------------------------------------------------------------------- /tests/common/satisfy/t4d/libbiz-1.0.0.tar.gz: -------------------------------------------------------------------------------- 1 | ../libbiz-1.0.0.tar.gz -------------------------------------------------------------------------------- /tests/common/satisfy/t4d/libfox-1.0.0.tar.gz: -------------------------------------------------------------------------------- 1 | ../libfox-1.0.0.tar.gz -------------------------------------------------------------------------------- /tests/common/satisfy/t4d/repositories.manifest: -------------------------------------------------------------------------------- 1 | : 1 2 | : 3 | location: ../t4c 4 | role: complement 5 | -------------------------------------------------------------------------------- /tests/common/satisfy/t4e/libbar-1.1.0.tar.gz: -------------------------------------------------------------------------------- 1 | ../libbar-1.1.0.tar.gz -------------------------------------------------------------------------------- /tests/common/satisfy/t4e/libbar-1.1.1.tar.gz: -------------------------------------------------------------------------------- 1 | ../libbar-1.1.1.tar.gz -------------------------------------------------------------------------------- /tests/common/satisfy/t4e/libfoo-1.1.0+1.tar.gz: -------------------------------------------------------------------------------- 1 | ../libfoo-1.1.0+1.tar.gz -------------------------------------------------------------------------------- /tests/common/satisfy/t4e/repositories.manifest: -------------------------------------------------------------------------------- 1 | : 1 2 | : 3 | location: ../t4a 4 | role: complement 5 | -------------------------------------------------------------------------------- /tests/common/satisfy/t4f/libbar-1.2.0.tar.gz: -------------------------------------------------------------------------------- 1 | ../libbar-1.2.0.tar.gz -------------------------------------------------------------------------------- /tests/common/satisfy/t4f/libbar-2.1.0.tar.gz: -------------------------------------------------------------------------------- 1 | ../libbar-2.1.0.tar.gz -------------------------------------------------------------------------------- /tests/common/satisfy/t4f/libbax-1.0.0.tar.gz: -------------------------------------------------------------------------------- 1 | ../libbax-1.0.0.tar.gz -------------------------------------------------------------------------------- /tests/common/satisfy/t4f/libbax-2.0.0.tar.gz: -------------------------------------------------------------------------------- 1 | ../libbax-2.0.0.tar.gz -------------------------------------------------------------------------------- /tests/common/satisfy/t4f/libbix-1.0.0.tar.gz: -------------------------------------------------------------------------------- 1 | ../libbix-1.0.0.tar.gz -------------------------------------------------------------------------------- /tests/common/satisfy/t4f/libbix-2.0.0.tar.gz: -------------------------------------------------------------------------------- 1 | ../libbix-2.0.0.tar.gz -------------------------------------------------------------------------------- /tests/common/satisfy/t4f/libbox-1.0.0.tar.gz: -------------------------------------------------------------------------------- 1 | ../libbox-1.0.0.tar.gz -------------------------------------------------------------------------------- /tests/common/satisfy/t4f/libbox-2.0.0.tar.gz: -------------------------------------------------------------------------------- 1 | ../libbox-2.0.0.tar.gz -------------------------------------------------------------------------------- /tests/common/satisfy/t4f/libbux-1.0.0.tar.gz: -------------------------------------------------------------------------------- 1 | ../libbux-1.0.0.tar.gz -------------------------------------------------------------------------------- /tests/common/satisfy/t4f/libfix-1.0.0.tar.gz: -------------------------------------------------------------------------------- 1 | ../libfix-1.0.0.tar.gz -------------------------------------------------------------------------------- /tests/common/satisfy/t4f/libfoo-2.0.0.tar.gz: -------------------------------------------------------------------------------- 1 | ../libfoo-2.0.0.tar.gz -------------------------------------------------------------------------------- /tests/common/satisfy/t4f/libfox-1.1.0.tar.gz: -------------------------------------------------------------------------------- 1 | ../libfox-1.1.0.tar.gz -------------------------------------------------------------------------------- /tests/common/satisfy/t4f/libfox-2.0.0.tar.gz: -------------------------------------------------------------------------------- 1 | ../libfox-2.0.0.tar.gz -------------------------------------------------------------------------------- /tests/common/satisfy/t4f/libfux-2.0.0.tar.gz: -------------------------------------------------------------------------------- 1 | ../libfux-2.0.0.tar.gz -------------------------------------------------------------------------------- /tests/common/satisfy/t4f/repositories.manifest: -------------------------------------------------------------------------------- 1 | : 1 2 | -------------------------------------------------------------------------------- /tests/common/satisfy/t4i/libbar-0.1.0.tar.gz: -------------------------------------------------------------------------------- 1 | ../libbar-0.1.0.tar.gz -------------------------------------------------------------------------------- /tests/common/satisfy/t4i/libbaz-2.0.0.tar.gz: -------------------------------------------------------------------------------- 1 | ../libbaz-2.0.0.tar.gz -------------------------------------------------------------------------------- /tests/common/satisfy/t4i/repositories.manifest: -------------------------------------------------------------------------------- 1 | : 1 2 | -------------------------------------------------------------------------------- /tests/common/satisfy/t4j/libbar-0.1.0.tar.gz: -------------------------------------------------------------------------------- 1 | ../libbar-0.1.0.tar.gz -------------------------------------------------------------------------------- /tests/common/satisfy/t4j/libbar-1.2.0.tar.gz: -------------------------------------------------------------------------------- 1 | ../libbar-1.2.0.tar.gz -------------------------------------------------------------------------------- /tests/common/satisfy/t4j/libbaz-1.2.0.tar.gz: -------------------------------------------------------------------------------- 1 | ../libbaz-1.2.0.tar.gz -------------------------------------------------------------------------------- /tests/common/satisfy/t4j/libbaz-2.1.0.tar.gz: -------------------------------------------------------------------------------- 1 | ../libbaz-2.1.0.tar.gz -------------------------------------------------------------------------------- /tests/common/satisfy/t4j/libfix-1.0.0.tar.gz: -------------------------------------------------------------------------------- 1 | ../libfix-1.0.0.tar.gz -------------------------------------------------------------------------------- /tests/common/satisfy/t4j/libfoo-3.0.0.tar.gz: -------------------------------------------------------------------------------- 1 | ../libfoo-3.0.0.tar.gz -------------------------------------------------------------------------------- /tests/common/satisfy/t4j/libfox-0.0.1.tar.gz: -------------------------------------------------------------------------------- 1 | ../libfox-0.0.1.tar.gz -------------------------------------------------------------------------------- /tests/common/satisfy/t4j/libfox-2.1.0.tar.gz: -------------------------------------------------------------------------------- 1 | ../libfox-2.1.0.tar.gz -------------------------------------------------------------------------------- /tests/common/satisfy/t4j/libfox-3.0.0.tar.gz: -------------------------------------------------------------------------------- 1 | ../libfox-3.0.0.tar.gz -------------------------------------------------------------------------------- /tests/common/satisfy/t4j/repositories.manifest: -------------------------------------------------------------------------------- 1 | : 1 2 | -------------------------------------------------------------------------------- /tests/common/satisfy/t4k/libbar-1.0.0.tar.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/build2/bpkg/HEAD/tests/common/satisfy/t4k/libbar-1.0.0.tar.gz -------------------------------------------------------------------------------- /tests/common/satisfy/t4k/libbaz-1.0.0.tar.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/build2/bpkg/HEAD/tests/common/satisfy/t4k/libbaz-1.0.0.tar.gz -------------------------------------------------------------------------------- /tests/common/satisfy/t4k/libfax-1.0.0.tar.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/build2/bpkg/HEAD/tests/common/satisfy/t4k/libfax-1.0.0.tar.gz -------------------------------------------------------------------------------- /tests/common/satisfy/t4k/libfax-2.0.0.tar.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/build2/bpkg/HEAD/tests/common/satisfy/t4k/libfax-2.0.0.tar.gz -------------------------------------------------------------------------------- /tests/common/satisfy/t4k/libfaz-1.0.0.tar.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/build2/bpkg/HEAD/tests/common/satisfy/t4k/libfaz-1.0.0.tar.gz -------------------------------------------------------------------------------- /tests/common/satisfy/t4k/libfaz-2.0.0.tar.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/build2/bpkg/HEAD/tests/common/satisfy/t4k/libfaz-2.0.0.tar.gz -------------------------------------------------------------------------------- /tests/common/satisfy/t4k/libfex-1.0.0.tar.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/build2/bpkg/HEAD/tests/common/satisfy/t4k/libfex-1.0.0.tar.gz -------------------------------------------------------------------------------- /tests/common/satisfy/t4k/libfex-2.0.0.tar.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/build2/bpkg/HEAD/tests/common/satisfy/t4k/libfex-2.0.0.tar.gz -------------------------------------------------------------------------------- /tests/common/satisfy/t4k/libfix-1.0.0.tar.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/build2/bpkg/HEAD/tests/common/satisfy/t4k/libfix-1.0.0.tar.gz -------------------------------------------------------------------------------- /tests/common/satisfy/t4k/libfix-2.0.0.tar.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/build2/bpkg/HEAD/tests/common/satisfy/t4k/libfix-2.0.0.tar.gz -------------------------------------------------------------------------------- /tests/common/satisfy/t4k/libfoo-1.0.0.tar.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/build2/bpkg/HEAD/tests/common/satisfy/t4k/libfoo-1.0.0.tar.gz -------------------------------------------------------------------------------- /tests/common/satisfy/t4k/libfoo-2.0.0.tar.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/build2/bpkg/HEAD/tests/common/satisfy/t4k/libfoo-2.0.0.tar.gz -------------------------------------------------------------------------------- /tests/common/satisfy/t4k/libfox-1.0.0.tar.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/build2/bpkg/HEAD/tests/common/satisfy/t4k/libfox-1.0.0.tar.gz -------------------------------------------------------------------------------- /tests/common/satisfy/t4k/libfox-1.2.0.tar.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/build2/bpkg/HEAD/tests/common/satisfy/t4k/libfox-1.2.0.tar.gz -------------------------------------------------------------------------------- /tests/common/satisfy/t4k/libfox-2.0.0.tar.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/build2/bpkg/HEAD/tests/common/satisfy/t4k/libfox-2.0.0.tar.gz -------------------------------------------------------------------------------- /tests/common/satisfy/t4k/libfux-1.0.0.tar.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/build2/bpkg/HEAD/tests/common/satisfy/t4k/libfux-1.0.0.tar.gz -------------------------------------------------------------------------------- /tests/common/satisfy/t4k/libfux-2.0.0.tar.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/build2/bpkg/HEAD/tests/common/satisfy/t4k/libfux-2.0.0.tar.gz -------------------------------------------------------------------------------- /tests/common/satisfy/t4k/libfuz-1.0.0.tar.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/build2/bpkg/HEAD/tests/common/satisfy/t4k/libfuz-1.0.0.tar.gz -------------------------------------------------------------------------------- /tests/common/satisfy/t4k/libfuz-2.0.0.tar.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/build2/bpkg/HEAD/tests/common/satisfy/t4k/libfuz-2.0.0.tar.gz -------------------------------------------------------------------------------- /tests/common/satisfy/t4k/repositories.manifest: -------------------------------------------------------------------------------- 1 | : 1 2 | -------------------------------------------------------------------------------- /tests/common/satisfy/t5/libbar-1.2.0.tar.gz: -------------------------------------------------------------------------------- 1 | ../libbar-1.2.0.tar.gz -------------------------------------------------------------------------------- /tests/common/satisfy/t5/libbox-1.2.0.tar.gz: -------------------------------------------------------------------------------- 1 | ../libbox-1.2.0.tar.gz -------------------------------------------------------------------------------- /tests/common/satisfy/t5/repositories.manifest: -------------------------------------------------------------------------------- 1 | ../repositories.manifest -------------------------------------------------------------------------------- /tests/common/satisfy/t6/libBar-2.0.0.tar.gz: -------------------------------------------------------------------------------- 1 | ../libBar-2.0.0.tar.gz -------------------------------------------------------------------------------- /tests/common/satisfy/t6/repositories.manifest: -------------------------------------------------------------------------------- 1 | ../repositories.manifest -------------------------------------------------------------------------------- /tests/common/satisfy/t9/foo-1.0.0.tar.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/build2/bpkg/HEAD/tests/common/satisfy/t9/foo-1.0.0.tar.gz -------------------------------------------------------------------------------- /tests/common/satisfy/t9/libbar-1.0.0.tar.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/build2/bpkg/HEAD/tests/common/satisfy/t9/libbar-1.0.0.tar.gz -------------------------------------------------------------------------------- /tests/common/satisfy/t9/libbaz-1.0.0.tar.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/build2/bpkg/HEAD/tests/common/satisfy/t9/libbaz-1.0.0.tar.gz -------------------------------------------------------------------------------- /tests/common/satisfy/t9/libbox-1.0.0.tar.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/build2/bpkg/HEAD/tests/common/satisfy/t9/libbox-1.0.0.tar.gz -------------------------------------------------------------------------------- /tests/common/satisfy/t9/repositories.manifest: -------------------------------------------------------------------------------- 1 | ../repositories.manifest -------------------------------------------------------------------------------- /tests/common/t1/libfoo-1.0.0.tar.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/build2/bpkg/HEAD/tests/common/t1/libfoo-1.0.0.tar.gz -------------------------------------------------------------------------------- /tests/common/t1/libfoo-1.1.0.tar.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/build2/bpkg/HEAD/tests/common/t1/libfoo-1.1.0.tar.gz -------------------------------------------------------------------------------- /tests/common/t1/repositories.manifest: -------------------------------------------------------------------------------- 1 | : 1 2 | -------------------------------------------------------------------------------- /tests/config.testscript: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/build2/bpkg/HEAD/tests/config.testscript -------------------------------------------------------------------------------- /tests/pkg-build.testscript: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/build2/bpkg/HEAD/tests/pkg-build.testscript -------------------------------------------------------------------------------- /tests/pkg-build/git/libbar.tar: -------------------------------------------------------------------------------- 1 | ../../common/git/state0/libbar.tar -------------------------------------------------------------------------------- /tests/pkg-build/git/libbaz.tar: -------------------------------------------------------------------------------- 1 | ../../common/git/state1/libbaz.tar -------------------------------------------------------------------------------- /tests/pkg-build/git/style-basic.tar: -------------------------------------------------------------------------------- 1 | ../../common/git/state0/style-basic.tar -------------------------------------------------------------------------------- /tests/pkg-build/libbar-0.0.3.tar.gz: -------------------------------------------------------------------------------- 1 | ../common/satisfy/libbar-0.0.3.tar.gz -------------------------------------------------------------------------------- /tests/pkg-build/libbar-1.0.0.tar.gz: -------------------------------------------------------------------------------- 1 | ../common/satisfy/libbar-1.0.0.tar.gz -------------------------------------------------------------------------------- /tests/pkg-build/libbar-1.1.0.tar.gz: -------------------------------------------------------------------------------- 1 | ../common/satisfy/libbar-1.1.0.tar.gz -------------------------------------------------------------------------------- /tests/pkg-build/libbar-1.2.0.tar.gz: -------------------------------------------------------------------------------- 1 | ../common/satisfy/libbar-1.2.0.tar.gz -------------------------------------------------------------------------------- /tests/pkg-build/libbaz-1.1.0.tar.gz: -------------------------------------------------------------------------------- 1 | ../common/satisfy/libbaz-1.1.0.tar.gz -------------------------------------------------------------------------------- /tests/pkg-build/libfix-0.0.1.tar.gz: -------------------------------------------------------------------------------- 1 | ../common/satisfy/libfix-0.0.1.tar.gz -------------------------------------------------------------------------------- /tests/pkg-build/libfoo-0.0.1.tar.gz: -------------------------------------------------------------------------------- 1 | ../common/satisfy/libfoo-0.0.1.tar.gz -------------------------------------------------------------------------------- /tests/pkg-build/libfoo-1.0.0.tar.gz: -------------------------------------------------------------------------------- 1 | ../common/satisfy/libfoo-1.0.0.tar.gz -------------------------------------------------------------------------------- /tests/pkg-build/libfoo-1.1.0: -------------------------------------------------------------------------------- 1 | ../common/satisfy/libfoo-1.1.0 -------------------------------------------------------------------------------- /tests/pkg-build/libfoo-1.1.0.tar.gz: -------------------------------------------------------------------------------- 1 | ../common/satisfy/libfoo-1.1.0.tar.gz -------------------------------------------------------------------------------- /tests/pkg-build/libfoo-1.2.0.tar.gz: -------------------------------------------------------------------------------- 1 | ../common/satisfy/libfoo-1.2.0.tar.gz -------------------------------------------------------------------------------- /tests/pkg-build/libhello-1.0.0: -------------------------------------------------------------------------------- 1 | ../common/libhello-1.0.0/ -------------------------------------------------------------------------------- /tests/pkg-build/t0a: -------------------------------------------------------------------------------- 1 | ../common/satisfy/t0a -------------------------------------------------------------------------------- /tests/pkg-build/t0b: -------------------------------------------------------------------------------- 1 | ../common/satisfy/t0b -------------------------------------------------------------------------------- /tests/pkg-build/t0c: -------------------------------------------------------------------------------- 1 | ../common/satisfy/t0c -------------------------------------------------------------------------------- /tests/pkg-build/t0d: -------------------------------------------------------------------------------- 1 | ../common/satisfy/t0d -------------------------------------------------------------------------------- /tests/pkg-build/t1: -------------------------------------------------------------------------------- 1 | ../common/satisfy/t1 -------------------------------------------------------------------------------- /tests/pkg-build/t10: -------------------------------------------------------------------------------- 1 | ../common/satisfy/t10 -------------------------------------------------------------------------------- /tests/pkg-build/t11a: -------------------------------------------------------------------------------- 1 | ../common/dependency-alternatives/t11a -------------------------------------------------------------------------------- /tests/pkg-build/t12a: -------------------------------------------------------------------------------- 1 | ../common/satisfy/t12a/ -------------------------------------------------------------------------------- /tests/pkg-build/t12b: -------------------------------------------------------------------------------- 1 | ../common/satisfy/t12b/ -------------------------------------------------------------------------------- /tests/pkg-build/t13a: -------------------------------------------------------------------------------- 1 | ../common/dependency-alternatives/t13a/ -------------------------------------------------------------------------------- /tests/pkg-build/t13b: -------------------------------------------------------------------------------- 1 | ../common/dependency-alternatives/t13b/ -------------------------------------------------------------------------------- /tests/pkg-build/t13c: -------------------------------------------------------------------------------- 1 | ../common/dependency-alternatives/t13c/ -------------------------------------------------------------------------------- /tests/pkg-build/t13d: -------------------------------------------------------------------------------- 1 | ../common/dependency-alternatives/t13d/ -------------------------------------------------------------------------------- /tests/pkg-build/t13e: -------------------------------------------------------------------------------- 1 | ../common/dependency-alternatives/t13e/ -------------------------------------------------------------------------------- /tests/pkg-build/t13f: -------------------------------------------------------------------------------- 1 | ../common/dependency-alternatives/t13f/ -------------------------------------------------------------------------------- /tests/pkg-build/t13g: -------------------------------------------------------------------------------- 1 | ../common/dependency-alternatives/t13g/ -------------------------------------------------------------------------------- /tests/pkg-build/t13h: -------------------------------------------------------------------------------- 1 | ../common/dependency-alternatives/t13h/ -------------------------------------------------------------------------------- /tests/pkg-build/t13i: -------------------------------------------------------------------------------- 1 | ../common/dependency-alternatives/t13i/ -------------------------------------------------------------------------------- /tests/pkg-build/t13j: -------------------------------------------------------------------------------- 1 | ../common/dependency-alternatives/t13j/ -------------------------------------------------------------------------------- /tests/pkg-build/t13k: -------------------------------------------------------------------------------- 1 | ../common/dependency-alternatives/t13k/ -------------------------------------------------------------------------------- /tests/pkg-build/t13l: -------------------------------------------------------------------------------- 1 | ../common/dependency-alternatives/t13l/ -------------------------------------------------------------------------------- /tests/pkg-build/t13m: -------------------------------------------------------------------------------- 1 | ../common/dependency-alternatives/t13m/ -------------------------------------------------------------------------------- /tests/pkg-build/t13n: -------------------------------------------------------------------------------- 1 | ../common/dependency-alternatives/t13n/ -------------------------------------------------------------------------------- /tests/pkg-build/t13o: -------------------------------------------------------------------------------- 1 | ../common/dependency-alternatives/t13o/ -------------------------------------------------------------------------------- /tests/pkg-build/t14a: -------------------------------------------------------------------------------- 1 | ../common/satisfy/t14a -------------------------------------------------------------------------------- /tests/pkg-build/t14b: -------------------------------------------------------------------------------- 1 | ../common/satisfy/t14b -------------------------------------------------------------------------------- /tests/pkg-build/t14c: -------------------------------------------------------------------------------- 1 | ../common/satisfy/t14c -------------------------------------------------------------------------------- /tests/pkg-build/t14d: -------------------------------------------------------------------------------- 1 | ../common/satisfy/t14d -------------------------------------------------------------------------------- /tests/pkg-build/t14e: -------------------------------------------------------------------------------- 1 | ../common/satisfy/t14e -------------------------------------------------------------------------------- /tests/pkg-build/t14f: -------------------------------------------------------------------------------- 1 | ../common/satisfy/t14f -------------------------------------------------------------------------------- /tests/pkg-build/t14i: -------------------------------------------------------------------------------- 1 | ../common/satisfy/t14i -------------------------------------------------------------------------------- /tests/pkg-build/t15: -------------------------------------------------------------------------------- 1 | ../common/compatibility/t15 -------------------------------------------------------------------------------- /tests/pkg-build/t2: -------------------------------------------------------------------------------- 1 | ../common/satisfy/t2 -------------------------------------------------------------------------------- /tests/pkg-build/t3: -------------------------------------------------------------------------------- 1 | ../common/satisfy/t3 -------------------------------------------------------------------------------- /tests/pkg-build/t4a: -------------------------------------------------------------------------------- 1 | ../common/satisfy/t4a -------------------------------------------------------------------------------- /tests/pkg-build/t4b: -------------------------------------------------------------------------------- 1 | ../common/satisfy/t4b -------------------------------------------------------------------------------- /tests/pkg-build/t4c: -------------------------------------------------------------------------------- 1 | ../common/satisfy/t4c -------------------------------------------------------------------------------- /tests/pkg-build/t4d: -------------------------------------------------------------------------------- 1 | ../common/satisfy/t4d -------------------------------------------------------------------------------- /tests/pkg-build/t4e: -------------------------------------------------------------------------------- 1 | ../common/satisfy/t4e -------------------------------------------------------------------------------- /tests/pkg-build/t4f: -------------------------------------------------------------------------------- 1 | ../common/satisfy/t4f -------------------------------------------------------------------------------- /tests/pkg-build/t4i: -------------------------------------------------------------------------------- 1 | ../common/satisfy/t4i -------------------------------------------------------------------------------- /tests/pkg-build/t4j: -------------------------------------------------------------------------------- 1 | ../common/satisfy/t4j -------------------------------------------------------------------------------- /tests/pkg-build/t4k: -------------------------------------------------------------------------------- 1 | ../common/satisfy/t4k -------------------------------------------------------------------------------- /tests/pkg-build/t5: -------------------------------------------------------------------------------- 1 | ../common/satisfy/t5 -------------------------------------------------------------------------------- /tests/pkg-build/t6: -------------------------------------------------------------------------------- 1 | ../common/satisfy/t6 -------------------------------------------------------------------------------- /tests/pkg-build/t7a: -------------------------------------------------------------------------------- 1 | ../common/linked/t7a -------------------------------------------------------------------------------- /tests/pkg-build/t7b: -------------------------------------------------------------------------------- 1 | ../common/linked/t7b -------------------------------------------------------------------------------- /tests/pkg-build/t8a: -------------------------------------------------------------------------------- 1 | ../common/dependency-alternatives/t8a/ -------------------------------------------------------------------------------- /tests/pkg-build/t9: -------------------------------------------------------------------------------- 1 | ../common/satisfy/t9 -------------------------------------------------------------------------------- /tests/pkg-checkout.testscript: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/build2/bpkg/HEAD/tests/pkg-checkout.testscript -------------------------------------------------------------------------------- /tests/pkg-checkout/git/libbar.tar: -------------------------------------------------------------------------------- 1 | ../../common/git/state0/libbar.tar -------------------------------------------------------------------------------- /tests/pkg-checkout/git/links.tar: -------------------------------------------------------------------------------- 1 | ../../common/git/state0/links.tar -------------------------------------------------------------------------------- /tests/pkg-checkout/git/style-basic0.tar: -------------------------------------------------------------------------------- 1 | ../../common/git/state0/style-basic.tar -------------------------------------------------------------------------------- /tests/pkg-checkout/git/style-basic1.tar: -------------------------------------------------------------------------------- 1 | ../../common/git/state1/style-basic.tar -------------------------------------------------------------------------------- /tests/pkg-checkout/git/style.tar: -------------------------------------------------------------------------------- 1 | ../../common/git/state0/style.tar -------------------------------------------------------------------------------- /tests/pkg-clean.testscript: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/build2/bpkg/HEAD/tests/pkg-clean.testscript -------------------------------------------------------------------------------- /tests/pkg-clean/hello: -------------------------------------------------------------------------------- 1 | ../common/hello -------------------------------------------------------------------------------- /tests/pkg-clean/libhello-1.0.0: -------------------------------------------------------------------------------- 1 | ../common/libhello-1.0.0 -------------------------------------------------------------------------------- /tests/pkg-configure.testscript: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/build2/bpkg/HEAD/tests/pkg-configure.testscript -------------------------------------------------------------------------------- /tests/pkg-configure/hello: -------------------------------------------------------------------------------- 1 | ../common/hello/ -------------------------------------------------------------------------------- /tests/pkg-configure/libhello-1.0.0: -------------------------------------------------------------------------------- 1 | ../common/libhello-1.0.0 -------------------------------------------------------------------------------- /tests/pkg-configure/stable/libbar-1.0.0.tar.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/build2/bpkg/HEAD/tests/pkg-configure/stable/libbar-1.0.0.tar.gz -------------------------------------------------------------------------------- /tests/pkg-configure/stable/libbar-1.1.0.tar.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/build2/bpkg/HEAD/tests/pkg-configure/stable/libbar-1.1.0.tar.gz -------------------------------------------------------------------------------- /tests/pkg-configure/stable/libbar-1.2.0.tar.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/build2/bpkg/HEAD/tests/pkg-configure/stable/libbar-1.2.0.tar.gz -------------------------------------------------------------------------------- /tests/pkg-configure/stable/libbar-1.3.0.tar.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/build2/bpkg/HEAD/tests/pkg-configure/stable/libbar-1.3.0.tar.gz -------------------------------------------------------------------------------- /tests/pkg-configure/stable/libfoo-1.0.0.tar.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/build2/bpkg/HEAD/tests/pkg-configure/stable/libfoo-1.0.0.tar.gz -------------------------------------------------------------------------------- /tests/pkg-configure/stable/libfoo-1.1.0.tar.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/build2/bpkg/HEAD/tests/pkg-configure/stable/libfoo-1.1.0.tar.gz -------------------------------------------------------------------------------- /tests/pkg-configure/stable/libfoo-1.2.0.tar.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/build2/bpkg/HEAD/tests/pkg-configure/stable/libfoo-1.2.0.tar.gz -------------------------------------------------------------------------------- /tests/pkg-configure/stable/repositories.manifest: -------------------------------------------------------------------------------- 1 | : 1 2 | -------------------------------------------------------------------------------- /tests/pkg-configure/t8a: -------------------------------------------------------------------------------- 1 | ../common/dependency-alternatives/t8a/ -------------------------------------------------------------------------------- /tests/pkg-drop.testscript: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/build2/bpkg/HEAD/tests/pkg-drop.testscript -------------------------------------------------------------------------------- /tests/pkg-drop/t4a: -------------------------------------------------------------------------------- 1 | ../common/satisfy/t4a -------------------------------------------------------------------------------- /tests/pkg-drop/t4b: -------------------------------------------------------------------------------- 1 | ../common/satisfy/t4b -------------------------------------------------------------------------------- /tests/pkg-drop/t4c: -------------------------------------------------------------------------------- 1 | ../common/satisfy/t4c -------------------------------------------------------------------------------- /tests/pkg-drop/t4d: -------------------------------------------------------------------------------- 1 | ../common/satisfy/t4d -------------------------------------------------------------------------------- /tests/pkg-drop/t7a: -------------------------------------------------------------------------------- 1 | ../common/linked/t7a -------------------------------------------------------------------------------- /tests/pkg-fetch.testscript: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/build2/bpkg/HEAD/tests/pkg-fetch.testscript -------------------------------------------------------------------------------- /tests/pkg-fetch/hello: -------------------------------------------------------------------------------- 1 | ../common/hello -------------------------------------------------------------------------------- /tests/pkg-fetch/t1: -------------------------------------------------------------------------------- 1 | ../common/t1 -------------------------------------------------------------------------------- /tests/pkg-purge.testscript: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/build2/bpkg/HEAD/tests/pkg-purge.testscript -------------------------------------------------------------------------------- /tests/pkg-purge/libfoo-1.0.0.tar.gz: -------------------------------------------------------------------------------- 1 | ../common/t1/libfoo-1.0.0.tar.gz -------------------------------------------------------------------------------- /tests/pkg-purge/libfoo-1.1.0: -------------------------------------------------------------------------------- 1 | ../common/libfoo-1.1.0 -------------------------------------------------------------------------------- /tests/pkg-status.testscript: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/build2/bpkg/HEAD/tests/pkg-status.testscript -------------------------------------------------------------------------------- /tests/pkg-status/extra/libbar-1.1.0+1.tar.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/build2/bpkg/HEAD/tests/pkg-status/extra/libbar-1.1.0+1.tar.gz -------------------------------------------------------------------------------- /tests/pkg-status/extra/repositories.manifest: -------------------------------------------------------------------------------- 1 | : 1 2 | location: ../stable 3 | role: prerequisite 4 | : 5 | -------------------------------------------------------------------------------- /tests/pkg-status/git/libbar.tar: -------------------------------------------------------------------------------- 1 | ../../common/git/state0/libbar.tar -------------------------------------------------------------------------------- /tests/pkg-status/git/style-basic.tar: -------------------------------------------------------------------------------- 1 | ../../common/git/state0/style-basic.tar -------------------------------------------------------------------------------- /tests/pkg-status/git/style.tar: -------------------------------------------------------------------------------- 1 | ../../common/git/state0/style.tar -------------------------------------------------------------------------------- /tests/pkg-status/stable/libbar-1.0.0.tar.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/build2/bpkg/HEAD/tests/pkg-status/stable/libbar-1.0.0.tar.gz -------------------------------------------------------------------------------- /tests/pkg-status/stable/libfoo-1.0.0.tar.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/build2/bpkg/HEAD/tests/pkg-status/stable/libfoo-1.0.0.tar.gz -------------------------------------------------------------------------------- /tests/pkg-status/stable/repositories.manifest: -------------------------------------------------------------------------------- 1 | : 1 2 | -------------------------------------------------------------------------------- /tests/pkg-status/testing/libbar-1.0.0+1.tar.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/build2/bpkg/HEAD/tests/pkg-status/testing/libbar-1.0.0+1.tar.gz -------------------------------------------------------------------------------- /tests/pkg-status/testing/libbar-1.1.0.tar.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/build2/bpkg/HEAD/tests/pkg-status/testing/libbar-1.1.0.tar.gz -------------------------------------------------------------------------------- /tests/pkg-status/testing/libbaz-1.0.0.tar.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/build2/bpkg/HEAD/tests/pkg-status/testing/libbaz-1.0.0.tar.gz -------------------------------------------------------------------------------- /tests/pkg-status/testing/repositories.manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/build2/bpkg/HEAD/tests/pkg-status/testing/repositories.manifest -------------------------------------------------------------------------------- /tests/pkg-status/unstable/libbar-2.0.0.tar.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/build2/bpkg/HEAD/tests/pkg-status/unstable/libbar-2.0.0.tar.gz -------------------------------------------------------------------------------- /tests/pkg-status/unstable/repositories.manifest: -------------------------------------------------------------------------------- 1 | : 1 2 | location: ../testing 3 | role: complement 4 | : 5 | -------------------------------------------------------------------------------- /tests/pkg-system.testscript: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/build2/bpkg/HEAD/tests/pkg-system.testscript -------------------------------------------------------------------------------- /tests/pkg-system/foo-2.tar.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/build2/bpkg/HEAD/tests/pkg-system/foo-2.tar.gz -------------------------------------------------------------------------------- /tests/pkg-system/libbar-0+1.tar.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/build2/bpkg/HEAD/tests/pkg-system/libbar-0+1.tar.gz -------------------------------------------------------------------------------- /tests/pkg-system/libbar-1.tar.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/build2/bpkg/HEAD/tests/pkg-system/libbar-1.tar.gz -------------------------------------------------------------------------------- /tests/pkg-system/libbar-2.tar.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/build2/bpkg/HEAD/tests/pkg-system/libbar-2.tar.gz -------------------------------------------------------------------------------- /tests/pkg-system/libbaz-2.tar.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/build2/bpkg/HEAD/tests/pkg-system/libbaz-2.tar.gz -------------------------------------------------------------------------------- /tests/pkg-system/t1/foo-2.tar.gz: -------------------------------------------------------------------------------- 1 | ../foo-2.tar.gz -------------------------------------------------------------------------------- /tests/pkg-system/t1/libbar-1.tar.gz: -------------------------------------------------------------------------------- 1 | ../libbar-1.tar.gz -------------------------------------------------------------------------------- /tests/pkg-system/t1/libbar-2.tar.gz: -------------------------------------------------------------------------------- 1 | ../libbar-2.tar.gz -------------------------------------------------------------------------------- /tests/pkg-system/t1/libbaz-2.tar.gz: -------------------------------------------------------------------------------- 1 | ../libbaz-2.tar.gz -------------------------------------------------------------------------------- /tests/pkg-system/t1/repositories.manifest: -------------------------------------------------------------------------------- 1 | : 1 2 | -------------------------------------------------------------------------------- /tests/pkg-system/t2/foo-2.tar.gz: -------------------------------------------------------------------------------- 1 | ../foo-2.tar.gz -------------------------------------------------------------------------------- /tests/pkg-system/t2/libbar-0+1.tar.gz: -------------------------------------------------------------------------------- 1 | ../libbar-0+1.tar.gz -------------------------------------------------------------------------------- /tests/pkg-system/t2/repositories.manifest: -------------------------------------------------------------------------------- 1 | : 1 2 | -------------------------------------------------------------------------------- /tests/pkg-system/t3/foo-2.tar.gz: -------------------------------------------------------------------------------- 1 | ../foo-2.tar.gz -------------------------------------------------------------------------------- /tests/pkg-system/t3/repositories.manifest: -------------------------------------------------------------------------------- 1 | : 1 2 | location: ../t2 3 | role: prerequisite 4 | : -------------------------------------------------------------------------------- /tests/pkg-test.testscript: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/build2/bpkg/HEAD/tests/pkg-test.testscript -------------------------------------------------------------------------------- /tests/pkg-test/t0a: -------------------------------------------------------------------------------- 1 | ../common/satisfy/t0a -------------------------------------------------------------------------------- /tests/pkg-unpack.testscript: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/build2/bpkg/HEAD/tests/pkg-unpack.testscript -------------------------------------------------------------------------------- /tests/pkg-unpack/git/style-basic.tar: -------------------------------------------------------------------------------- 1 | ../../common/git/state0/style-basic.tar -------------------------------------------------------------------------------- /tests/pkg-unpack/hello: -------------------------------------------------------------------------------- 1 | ../common/hello -------------------------------------------------------------------------------- /tests/pkg-unpack/libfoo-1.1.0: -------------------------------------------------------------------------------- 1 | ../common/libfoo-1.1.0 -------------------------------------------------------------------------------- /tests/pkg-unpack/t1: -------------------------------------------------------------------------------- 1 | ../common/t1 -------------------------------------------------------------------------------- /tests/pkg-update.testscript: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/build2/bpkg/HEAD/tests/pkg-update.testscript -------------------------------------------------------------------------------- /tests/pkg-update/hello: -------------------------------------------------------------------------------- 1 | ../common/hello -------------------------------------------------------------------------------- /tests/pkg-update/libhello-1.0.0: -------------------------------------------------------------------------------- 1 | ../common/libhello-1.0.0 -------------------------------------------------------------------------------- /tests/pkg-verify.testscript: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/build2/bpkg/HEAD/tests/pkg-verify.testscript -------------------------------------------------------------------------------- /tests/pkg-verify/foo-1.tar.gz: -------------------------------------------------------------------------------- 1 | ../common/foo-1.tar.gz -------------------------------------------------------------------------------- /tests/pkg-verify/foo-2.tar.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/build2/bpkg/HEAD/tests/pkg-verify/foo-2.tar.gz -------------------------------------------------------------------------------- /tests/pkg-verify/foo-3.tar.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/build2/bpkg/HEAD/tests/pkg-verify/foo-3.tar.gz -------------------------------------------------------------------------------- /tests/pkg-verify/libbaz-1.0.0.tar.gz: -------------------------------------------------------------------------------- 1 | ../common/compatibility/t15/libbaz-1.0.0.tar.gz -------------------------------------------------------------------------------- /tests/pkg-verify/not-a-package.tar.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/build2/bpkg/HEAD/tests/pkg-verify/not-a-package.tar.gz -------------------------------------------------------------------------------- /tests/publish: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/build2/bpkg/HEAD/tests/publish -------------------------------------------------------------------------------- /tests/remote-git.testscript: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/build2/bpkg/HEAD/tests/remote-git.testscript -------------------------------------------------------------------------------- /tests/remote.testscript: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/build2/bpkg/HEAD/tests/remote.testscript -------------------------------------------------------------------------------- /tests/rep-add.testscript: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/build2/bpkg/HEAD/tests/rep-add.testscript -------------------------------------------------------------------------------- /tests/rep-auth.testscript: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/build2/bpkg/HEAD/tests/rep-auth.testscript -------------------------------------------------------------------------------- /tests/rep-auth/expired/foo-1.tar.gz: -------------------------------------------------------------------------------- 1 | ../../common/foo-1.tar.gz -------------------------------------------------------------------------------- /tests/rep-auth/expired/packages.manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/build2/bpkg/HEAD/tests/rep-auth/expired/packages.manifest -------------------------------------------------------------------------------- /tests/rep-auth/expired/repositories.manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/build2/bpkg/HEAD/tests/rep-auth/expired/repositories.manifest -------------------------------------------------------------------------------- /tests/rep-auth/expired/signature.manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/build2/bpkg/HEAD/tests/rep-auth/expired/signature.manifest -------------------------------------------------------------------------------- /tests/rep-auth/unsigned/foo-1.tar.gz: -------------------------------------------------------------------------------- 1 | ../../common/foo-1.tar.gz -------------------------------------------------------------------------------- /tests/rep-auth/unsigned/repositories.manifest: -------------------------------------------------------------------------------- 1 | : 1 2 | -------------------------------------------------------------------------------- /tests/rep-create.testscript: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/build2/bpkg/HEAD/tests/rep-create.testscript -------------------------------------------------------------------------------- /tests/rep-create/stable/bar-1.tar.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/build2/bpkg/HEAD/tests/rep-create/stable/bar-1.tar.gz -------------------------------------------------------------------------------- /tests/rep-create/stable/foo-1.tar.gz: -------------------------------------------------------------------------------- 1 | ../../common/foo-1.tar.gz -------------------------------------------------------------------------------- /tests/rep-create/stable/repositories.manifest: -------------------------------------------------------------------------------- 1 | : 1 2 | -------------------------------------------------------------------------------- /tests/rep-create/testing/foo-2.tar.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/build2/bpkg/HEAD/tests/rep-create/testing/foo-2.tar.gz -------------------------------------------------------------------------------- /tests/rep-create/testing/repositories.manifest: -------------------------------------------------------------------------------- 1 | : 1 2 | location: ../stable 3 | role: complement 4 | : 5 | -------------------------------------------------------------------------------- /tests/rep-fetch-git-commit.testscript: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/build2/bpkg/HEAD/tests/rep-fetch-git-commit.testscript -------------------------------------------------------------------------------- /tests/rep-fetch-git-refname.testscript: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/build2/bpkg/HEAD/tests/rep-fetch-git-refname.testscript -------------------------------------------------------------------------------- /tests/rep-fetch-git.testscript: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/build2/bpkg/HEAD/tests/rep-fetch-git.testscript -------------------------------------------------------------------------------- /tests/rep-fetch.testscript: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/build2/bpkg/HEAD/tests/rep-fetch.testscript -------------------------------------------------------------------------------- /tests/rep-fetch/bar: -------------------------------------------------------------------------------- 1 | ../common/bar -------------------------------------------------------------------------------- /tests/rep-fetch/cycle: -------------------------------------------------------------------------------- 1 | ../common/prereq-cycle -------------------------------------------------------------------------------- /tests/rep-fetch/foo: -------------------------------------------------------------------------------- 1 | ../common/foo -------------------------------------------------------------------------------- /tests/rep-fetch/git/state0: -------------------------------------------------------------------------------- 1 | ../../common/git/state0 -------------------------------------------------------------------------------- /tests/rep-fetch/git/state1: -------------------------------------------------------------------------------- 1 | ../../common/git/state1 -------------------------------------------------------------------------------- /tests/rep-fetch/hello: -------------------------------------------------------------------------------- 1 | ../common/hello/ -------------------------------------------------------------------------------- /tests/rep-fetch/libhello-1.0.0: -------------------------------------------------------------------------------- 1 | ../common/libhello-1.0.0/ -------------------------------------------------------------------------------- /tests/rep-fetch/no-cycle/extra/libbar-1.1.0+1.tar.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/build2/bpkg/HEAD/tests/rep-fetch/no-cycle/extra/libbar-1.1.0+1.tar.gz -------------------------------------------------------------------------------- /tests/rep-fetch/no-cycle/extra/repositories.manifest: -------------------------------------------------------------------------------- 1 | : 1 2 | -------------------------------------------------------------------------------- /tests/rep-fetch/no-cycle/math/libbar-1.0.0.tar.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/build2/bpkg/HEAD/tests/rep-fetch/no-cycle/math/libbar-1.0.0.tar.gz -------------------------------------------------------------------------------- /tests/rep-fetch/no-cycle/math/repositories.manifest: -------------------------------------------------------------------------------- 1 | : 1 2 | -------------------------------------------------------------------------------- /tests/rep-fetch/no-cycle/stable/libfoo-1.0.0.tar.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/build2/bpkg/HEAD/tests/rep-fetch/no-cycle/stable/libfoo-1.0.0.tar.gz -------------------------------------------------------------------------------- /tests/rep-fetch/no-cycle/stable/repositories.manifest: -------------------------------------------------------------------------------- 1 | : 1 2 | location: ../extra 3 | role: prerequisite 4 | : 5 | -------------------------------------------------------------------------------- /tests/rep-info.testscript: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/build2/bpkg/HEAD/tests/rep-info.testscript -------------------------------------------------------------------------------- /tests/rep-info/git/libbar.tar: -------------------------------------------------------------------------------- 1 | ../../common/git/state0/libbar.tar -------------------------------------------------------------------------------- /tests/rep-info/git/style-basic.tar: -------------------------------------------------------------------------------- 1 | ../../common/git/state0/style-basic.tar -------------------------------------------------------------------------------- /tests/rep-info/t15: -------------------------------------------------------------------------------- 1 | ../common/compatibility/t15 -------------------------------------------------------------------------------- /tests/rep-info/testing/foo-1.tar.gz: -------------------------------------------------------------------------------- 1 | ../../common/foo-1.tar.gz -------------------------------------------------------------------------------- /tests/rep-info/testing/repositories.manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/build2/bpkg/HEAD/tests/rep-info/testing/repositories.manifest -------------------------------------------------------------------------------- /tests/rep-list.testscript: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/build2/bpkg/HEAD/tests/rep-list.testscript -------------------------------------------------------------------------------- /tests/rep-list/extra/libbar-1.1.0+1.tar.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/build2/bpkg/HEAD/tests/rep-list/extra/libbar-1.1.0+1.tar.gz -------------------------------------------------------------------------------- /tests/rep-list/extra/repositories.manifest: -------------------------------------------------------------------------------- 1 | : 1 2 | location: ../stable 3 | role: prerequisite 4 | : 5 | -------------------------------------------------------------------------------- /tests/rep-list/git/libbar.tar: -------------------------------------------------------------------------------- 1 | ../../common/git/state0/libbar.tar -------------------------------------------------------------------------------- /tests/rep-list/git/style-basic.tar: -------------------------------------------------------------------------------- 1 | ../../common/git/state0/style-basic.tar -------------------------------------------------------------------------------- /tests/rep-list/math/libbar-1.0.0.tar.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/build2/bpkg/HEAD/tests/rep-list/math/libbar-1.0.0.tar.gz -------------------------------------------------------------------------------- /tests/rep-list/math/repositories.manifest: -------------------------------------------------------------------------------- 1 | : 1 2 | location: ../extra 3 | role: prerequisite 4 | : 5 | -------------------------------------------------------------------------------- /tests/rep-list/stable/libfoo-1.0.0.tar.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/build2/bpkg/HEAD/tests/rep-list/stable/libfoo-1.0.0.tar.gz -------------------------------------------------------------------------------- /tests/rep-list/stable/repositories.manifest: -------------------------------------------------------------------------------- 1 | : 1 2 | location: ../math 3 | role: prerequisite 4 | : 5 | -------------------------------------------------------------------------------- /tests/rep-list/testing/libbar-2.0.0.tar.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/build2/bpkg/HEAD/tests/rep-list/testing/libbar-2.0.0.tar.gz -------------------------------------------------------------------------------- /tests/rep-list/testing/repositories.manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/build2/bpkg/HEAD/tests/rep-list/testing/repositories.manifest -------------------------------------------------------------------------------- /tests/rep-remove.testscript: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/build2/bpkg/HEAD/tests/rep-remove.testscript -------------------------------------------------------------------------------- /tests/rep-remove/alpha/libbar-2.0.0.tar.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/build2/bpkg/HEAD/tests/rep-remove/alpha/libbar-2.0.0.tar.gz -------------------------------------------------------------------------------- /tests/rep-remove/alpha/repositories.manifest: -------------------------------------------------------------------------------- 1 | : 1 2 | -------------------------------------------------------------------------------- /tests/rep-remove/extra: -------------------------------------------------------------------------------- 1 | ../common/prereq-cycle/extra/ -------------------------------------------------------------------------------- /tests/rep-remove/git/style-basic.tar: -------------------------------------------------------------------------------- 1 | ../../common/git/state0/style-basic.tar -------------------------------------------------------------------------------- /tests/rep-remove/math: -------------------------------------------------------------------------------- 1 | ../common/prereq-cycle/math/ -------------------------------------------------------------------------------- /tests/rep-remove/stable: -------------------------------------------------------------------------------- 1 | ../common/prereq-cycle/stable/ -------------------------------------------------------------------------------- /tests/rep-remove/testing/libbar-2.0.0.tar.gz: -------------------------------------------------------------------------------- 1 | ../alpha/libbar-2.0.0.tar.gz -------------------------------------------------------------------------------- /tests/rep-remove/testing/repositories.manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/build2/bpkg/HEAD/tests/rep-remove/testing/repositories.manifest --------------------------------------------------------------------------------