apjanke / octave-packajoozle

A just-for-fun reworking of GNU Octave's `pkg` tool
GNU General Public License v3.0
4 stars 1 forks source link

`pkj install -forge -devel` option #29

Closed apjanke closed 5 years ago

apjanke commented 5 years ago

Let's have a pkj install -forge -devel option to install the latest development version of the package from the package's source repo.

apjanke commented 5 years ago

And then Testify could have a -devel option for install_and_test_forge_packages to test all the development versions.

apjanke commented 5 years ago

Got a start on it in https://github.com/apjanke/octave-packajoozle/commit/dc1fce12d819171533ae17e80e870ba69e882aed, which adds OctaveForgeClient.get_package_meta, which provides the necessary package repo information for this.

apjanke commented 5 years ago

Done in https://github.com/apjanke/octave-packajoozle/commit/5ff8aa7993391d4f7b1f66c1ce4f86ebd797275e.