Skip to content

Commit

Permalink
Updated ghostbsd-version and pkg config for package base
Browse files Browse the repository at this point in the history
  • Loading branch information
ericbsd committed Jun 30, 2024
1 parent 2c916f8 commit 86bfec6
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
# @global-owner1 and @global-owner2 will be requested for
# review when someone opens a pull request.
# * @global-owner1 @global-owner2
* @ghostbsd/developers
* @ghostbsd/contributors @ghostbsd/new-contributors @ghostbsd/core-contributors @ghostbsd/project-leader
2 changes: 1 addition & 1 deletion bin/ghostbsd-version/ghostbsd-version.sh
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ freebsd_version() {
}

os_version() {
pkg query '%v' os-generic-userland-base
pkg query '%v' GhostBSD-runtime
}

usage() {
Expand Down
7 changes: 7 additions & 0 deletions release/pkg_repos/release-dvd.conf
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,10 @@ release: {
pubkey: "/usr/share/keys/ssl/certs/ghostbsd.cert",
enabled: yes
}

GhostBSD_base: {
url: "http://pkg.ghostbsd.org/stable/${ABI}/base",
signature_type: "pubkey",
pubkey: "/usr/share/keys/ssl/certs/ghostbsd.cert",
enabled: yes
}
2 changes: 1 addition & 1 deletion sys/conf/package-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
24.04.1
24.04.2
7 changes: 7 additions & 0 deletions usr.sbin/pkg/GhostBSD.conf
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,10 @@ GhostBSD: {
pubkey: "/usr/share/keys/ssl/certs/ghostbsd.cert",
enabled: yes
}

GhostBSD_base: {
url: "http://pkg.ghostbsd.org/stable/${ABI}/base",
signature_type: "pubkey",
pubkey: "/usr/share/keys/ssl/certs/ghostbsd.cert",
enabled: yes
}

0 comments on commit 86bfec6

Please sign in to comment.