Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

freebsd-pkg: Add PkgBase #123

Closed
wants to merge 0 commits into from
Closed

freebsd-pkg: Add PkgBase #123

wants to merge 0 commits into from

Conversation

ykla
Copy link
Contributor

@ykla ykla commented Oct 28, 2024

Add PkgBase for FreeBSD

See also https://wiki.freebsd.org/PkgBase.

Remove the restriction on outdated versions.

@@ -5,7 +5,6 @@
source /curl-helper.sh

FBSD_PKG_UPSTREAM=${FBSD_PKG_UPSTREAM:-"http://pkg.freebsd.org"}
FBSD_PKG_EXCLUDE=${FBSD_PKG_EXCLUDE:-"^FreeBSD:[89]:"}
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why? We definitely DON'T want to sync minor arches like powerpc*.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

这段代码排除了FreeBSD8,9老版本(实际上已经不存在了),跟其他架构无关
我倒是好奇你们怎么排除的其他架构

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

我们目前的配置是:

^FreeBSD:((8|9|10):|[0-9]+:(?!amd64|i386|aarch64)[a-z0-9]+$)

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

这部分维持即可,只需要增加channel

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants