Skip to content

omniosorg/pkg5

Folders and files

NameName
Last commit message
Last commit date

Latest commit

a1e9480 · Jan 3, 2025
Oct 6, 2023
Oct 24, 2023
Aug 22, 2024
Jun 24, 2022
Jan 3, 2025
Dec 30, 2024
Oct 6, 2023
Oct 6, 2023
Dec 15, 2022
Nov 16, 2024
Nov 7, 2018
Mar 5, 2022
Nov 16, 2024

Repository files navigation

This is the OmniOS child of pkg(7)

Branches:

master

This is the default development branch for OmniOS now. Besides
ongoing development, this branch may be refreshed with merges from
the "oi" branch from upstream. Commits in this branch are able to
be cherry-picked by any upstream branch that wants them. Just follow
the CDDL and give credit where due.

r151XXX

As we issue releases, we branch for each release.

If you wish to discuss development here, join the discussion on Gitter

Testing

In order to run the test-suite with 8 jobs in parallel:

$ cd src
$ pfexec make test JOBS=8

Replace pfexec with sudo if that's your preference.