This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| set -g default-terminal "tmux-256color" | |
| set -ga terminal-overrides ",*256col*:Tc" | |
| set -ga terminal-overrides ',*:Ss=\E[%p1%d q:Se=\E[5 q' | |
| # Start windows and panes at 1, not 0 | |
| set -g base-index 1 | |
| set -g pane-base-index 1 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/usr/bin/bash | |
| set -euo pipefail | |
| print_selinux_labels() { | |
| # ls -Z and getfattr will show unlabeled_t because the kernel gets in the way | |
| # and maps the security attributes with the database. | |
| # Read the raw bytes instead using debugfs | |
| fpath=$(realpath "${1}") | |
| partition="/dev/sda4" # update to match the fs partition for the current directory |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "version": "2", | |
| "pipelines": [ | |
| { | |
| "name": "build", | |
| "runner": "org.osbuild.rhel99", | |
| "stages": [ | |
| { | |
| "type": "org.osbuild.rpm", | |
| "inputs": { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "version": "2", | |
| "pipelines": [ | |
| { | |
| "name": "build", | |
| "runner": "org.osbuild.linux", | |
| "stages": [ | |
| { | |
| "type": "org.osbuild.container-deploy", | |
| "inputs": { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/usr/bin/bash | |
| set -euo pipefail | |
| set -x | |
| # create certs and stuff under ./certs | |
| openssl req -x509 -newkey rsa:4096 -keyout ./certs/server.key \ | |
| -out certs/server.crt -sha256 -days 365 -nodes \ | |
| -subj '/CN=localhost' |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "version": "2", | |
| "pipelines": [ | |
| { | |
| "name": "build", | |
| "runner": "org.osbuild.fedora43", | |
| "stages": [ | |
| { | |
| "type": "org.osbuild.rpm", | |
| "inputs": { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| package main | |
| import ( | |
| "encoding/json" | |
| "fmt" | |
| "os" | |
| "reflect" | |
| ) | |
| type Element struct { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| -- https://repo.radeon.com/rocm/el9/6.4.2/main/comgr-3.0.0.60402-120.el9.x86_64.rpm | |
| comgr = 3.0.0.60402-120.el9 | |
| comgr(x86-64) = 3.0.0.60402-120.el9 | |
| libamd_comgr.so.3()(64bit) | |
| libamd_comgr.so.3(amd_comgr_1.8)(64bit) | |
| libamd_comgr.so.3(amd_comgr_2.0)(64bit) | |
| libamd_comgr.so.3(amd_comgr_2.2)(64bit) | |
| libamd_comgr.so.3(amd_comgr_2.3)(64bit) | |
| libamd_comgr.so.3(amd_comgr_2.4)(64bit) | |
| libamd_comgr.so.3(amd_comgr_2.5)(64bit) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| https://repo.radeon.com/rocm/el9/6.4.2/main/comgr-3.0.0.60402-120.el9.x86_64.rpm | |
| https://repo.radeon.com/rocm/el9/6.4.2/main/hsa-amd-aqlprofile-1.0.0.60402-120.el9.x86_64.rpm | |
| https://repo.radeon.com/rocm/el9/6.4.2/main/hsa-rocr-1.15.0.60402-120.el9.x86_64.rpm | |
| https://repo.radeon.com/rocm/el9/6.4.2/main/rocm-core-6.4.2.60402-120.el9.x86_64.rpm | |
| https://repo.radeon.com/rocm/el9/6.4.2/main/rocm-smi-lib-7.5.0.60402-120.el9.x86_64.rpm | |
| https://repo.radeon.com/rocm/el9/6.4.2/main/rocprofiler-register-0.4.0.60402-120.el9.x86_64.rpm | |
| https://repo.radeon.com/rocm/el9/6.4.2/main/rocprofiler-sdk-0.6.0.60402-120.el9.x86_64.rpm | |
| https://repo.radeon.com/rocm/el9/6.4.2/main/rocprofiler-sdk-roctx-0.6.0.60402-120.el9.x86_64.rpm | |
| https://repo.radeon.com/rocm/el9/6.4.2/main/rocprofiler-systems-1.0.2.60402-120.el9.x86_64.rpm | |
| https://rpmrepo.osbuild.org/v2/mirror/rhvpn/el9/el9-x86_64-baseos-n9.6-20250730/Packages/acl-2.3.1-4.el9.x86_64.rpm |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| starting handcrafted.jsonPipeline source org.osbuild.curl: d9cf95d42c156270e11d87fbf2935eb04c76aebfa8643ad6447e240a95874943 | |
| Build | |
| root: <host> | |
| ⏱ Duration: 1753971255s | |
| Pipeline build: 77f47c2ebc08669f6ee7192962c8286092da94ba567c5de90ad16e7577102d37 | |
| Build | |
| root: <host> | |
| runner: org.osbuild.arch (org.osbuild.arch) | |
| org.osbuild.rpm: 77f47c2ebc08669f6ee7192962c8286092da94ba567c5de90ad16e7577102d37 {} |
NewerOlder