Skip to content

Commit

Permalink
chore: org update
Browse files Browse the repository at this point in the history
Org update

Signed-off-by: Noel Georgi <git@frezbo.dev>
  • Loading branch information
frezbo committed Mar 23, 2022
1 parent 41f291d commit bc4fb0c
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 11 deletions.
6 changes: 1 addition & 5 deletions .conform.yaml
@@ -1,15 +1,11 @@
# THIS FILE WAS AUTOMATICALLY GENERATED, PLEASE DO NOT EDIT.
#
# Generated on 2020-09-08T22:09:46Z by kres latest.

policies:
- type: commit
spec:
dco: true
gpg:
required: true
identity:
gitHubOrganization: talos-systems
gitHubOrganization: siderolabs
spellcheck:
locale: US
maximumOfOneCommit: true
Expand Down
4 changes: 2 additions & 2 deletions Makefile
@@ -1,5 +1,5 @@
REGISTRY ?= ghcr.io
USERNAME ?= talos-systems
USERNAME ?= siderolabs
SHA ?= $(shell git describe --match=none --always --abbrev=8 --dirty)
TAG ?= $(shell git describe --tag --always --dirty)
BRANCH ?= $(shell git rev-parse --abbrev-ref HEAD)
Expand Down Expand Up @@ -96,4 +96,4 @@ kernel-%: ## Updates the kernel configs: e.g. make kernel-olddefconfig; make ker

.PHONY: conformance
conformance: ## Performs policy checks against the commit and source code.
docker run --rm -it -v $(PWD):/src -w /src ghcr.io/talos-systems/conform:v0.1.0-alpha.22 enforce
docker run --rm -it -v $(PWD):/src -w /src ghcr.io/siderolabs/conform:latest enforce
6 changes: 3 additions & 3 deletions Pkgfile
@@ -1,9 +1,9 @@
# syntax = ghcr.io/talos-systems/bldr:v0.2.0-alpha.7-frontend
# syntax = ghcr.io/siderolabs/bldr:v0.2.0-alpha.7-1-g9d49478-frontend

format: v1alpha2

vars:
TOOLS_IMAGE: ghcr.io/talos-systems/tools:v1.1.0-alpha.0-1-g99be089
TOOLS_IMAGE: ghcr.io/siderolabs/tools:v1.1.0-alpha.0-2-gbfc99ca

labels:
org.opencontainers.image.source: https://github.com/talos-systems/pkgs
org.opencontainers.image.source: https://github.com/siderolabs/pkgs
2 changes: 1 addition & 1 deletion kernel/build/scripts/filter-hardened-check.py
Expand Up @@ -15,7 +15,7 @@
"""
IGNORE_VIOLATIONS = {
'CONFIG_MODULES', # enabled for backwards compat, modules require signing key which is thrown away
'CONFIG_IA32_EMULATION', # see https://github.com/talos-systems/pkgs/pull/125
'CONFIG_IA32_EMULATION', # see https://github.com/siderolabs/pkgs/pull/125
'CONFIG_HARDEN_BRANCH_PREDICTOR', # looks like a bug in kconfig-hardened-check, default in 5.9, but not enabled in 5.10
'CONFIG_INIT_ON_FREE_DEFAULT_ON', # disabled init_on_free=1 due to performance
}
Expand Down

0 comments on commit bc4fb0c

Please sign in to comment.