mirror of
https://github.com/RROrg/rr.git
synced 2025-06-21 05:51:05 +08:00
format
This commit is contained in:
parent
f0d276c4fd
commit
33aebc2d87
5
.github/workflows/grub.yml
vendored
5
.github/workflows/grub.yml
vendored
@ -11,7 +11,7 @@ on:
|
|||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
inputs:
|
inputs:
|
||||||
push:
|
push:
|
||||||
description: 'push'
|
description: "push"
|
||||||
default: false
|
default: false
|
||||||
type: boolean
|
type: boolean
|
||||||
jobs:
|
jobs:
|
||||||
@ -22,7 +22,7 @@ jobs:
|
|||||||
uses: actions/checkout@main
|
uses: actions/checkout@main
|
||||||
|
|
||||||
- name: Initialization environment
|
- name: Initialization environment
|
||||||
run : |
|
run: |
|
||||||
git config --global user.email "github-actions[bot]@users.noreply.github.com"
|
git config --global user.email "github-actions[bot]@users.noreply.github.com"
|
||||||
git config --global user.name "github-actions[bot]"
|
git config --global user.name "github-actions[bot]"
|
||||||
sudo timedatectl set-timezone "Asia/Shanghai"
|
sudo timedatectl set-timezone "Asia/Shanghai"
|
||||||
@ -59,4 +59,3 @@ jobs:
|
|||||||
else
|
else
|
||||||
echo "No change ..."
|
echo "No change ..."
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
6
.github/workflows/issues.yml
vendored
6
.github/workflows/issues.yml
vendored
@ -5,7 +5,6 @@
|
|||||||
# See /LICENSE for more information.
|
# See /LICENSE for more information.
|
||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
name: Auto Comment
|
name: Auto Comment
|
||||||
on:
|
on:
|
||||||
issues:
|
issues:
|
||||||
@ -16,12 +15,11 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Init Env
|
- name: Init Env
|
||||||
run : |
|
run: |
|
||||||
git config --global user.email "github-actions[bot]@users.noreply.github.com"
|
git config --global user.email "github-actions[bot]@users.noreply.github.com"
|
||||||
git config --global user.name "github-actions[bot]"
|
git config --global user.name "github-actions[bot]"
|
||||||
sudo timedatectl set-timezone "Asia/Shanghai"
|
sudo timedatectl set-timezone "Asia/Shanghai"
|
||||||
|
|
||||||
|
|
||||||
- name: Check Issues
|
- name: Check Issues
|
||||||
run: |
|
run: |
|
||||||
if echo "${{ github.event.issue.body }}" | grep -q "DS"; then
|
if echo "${{ github.event.issue.body }}" | grep -q "DS"; then
|
||||||
@ -34,7 +32,7 @@ jobs:
|
|||||||
if: env.FALG == 'false'
|
if: env.FALG == 'false'
|
||||||
uses: actions-cool/issues-helper@v3
|
uses: actions-cool/issues-helper@v3
|
||||||
with:
|
with:
|
||||||
actions: 'create-comment'
|
actions: "create-comment"
|
||||||
token: ${{ secrets.GITHUB_TOKEN }}
|
token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
issue-number: ${{ github.event.issue.number }}
|
issue-number: ${{ github.event.issue.number }}
|
||||||
body: |
|
body: |
|
||||||
|
4
.github/workflows/main.yml
vendored
4
.github/workflows/main.yml
vendored
@ -20,11 +20,11 @@ on:
|
|||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
inputs:
|
inputs:
|
||||||
version:
|
version:
|
||||||
description: 'format %y.%-m.$i or auto'
|
description: "format %y.%-m.$i or auto"
|
||||||
required: false
|
required: false
|
||||||
type: string
|
type: string
|
||||||
prerelease:
|
prerelease:
|
||||||
description: 'pre release'
|
description: "pre release"
|
||||||
default: false
|
default: false
|
||||||
type: boolean
|
type: boolean
|
||||||
|
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
# https://taskfile.dev
|
# https://taskfile.dev
|
||||||
|
|
||||||
version: '3'
|
version: "3"
|
||||||
|
|
||||||
tasks:
|
tasks:
|
||||||
build-img:
|
build-img:
|
||||||
|
File diff suppressed because it is too large
Load Diff
@ -25,7 +25,7 @@ serial:
|
|||||||
middle: "QXR"
|
middle: "QXR"
|
||||||
suffix: "numeric"
|
suffix: "numeric"
|
||||||
flags:
|
flags:
|
||||||
- "movbe"
|
- "movbe"
|
||||||
dom: 2
|
dom: 2
|
||||||
dt: false
|
dt: false
|
||||||
disks: 4
|
disks: 4
|
||||||
|
@ -24,7 +24,7 @@ serial:
|
|||||||
middle: "PEN"
|
middle: "PEN"
|
||||||
suffix: "numeric"
|
suffix: "numeric"
|
||||||
flags:
|
flags:
|
||||||
- "movbe"
|
- "movbe"
|
||||||
dom: 2
|
dom: 2
|
||||||
dt: false
|
dt: false
|
||||||
disks: 4
|
disks: 4
|
||||||
|
@ -24,7 +24,7 @@ serial:
|
|||||||
middle: "PDN"
|
middle: "PDN"
|
||||||
suffix: "numeric"
|
suffix: "numeric"
|
||||||
flags:
|
flags:
|
||||||
- "movbe"
|
- "movbe"
|
||||||
dom: 2
|
dom: 2
|
||||||
dt: false
|
dt: false
|
||||||
disks: 4
|
disks: 4
|
||||||
|
@ -24,7 +24,7 @@ serial:
|
|||||||
middle: "RFR"
|
middle: "RFR"
|
||||||
suffix: "alpha"
|
suffix: "alpha"
|
||||||
flags:
|
flags:
|
||||||
- "movbe"
|
- "movbe"
|
||||||
dom: 2
|
dom: 2
|
||||||
dt: false
|
dt: false
|
||||||
disks: 4
|
disks: 4
|
||||||
|
@ -26,7 +26,7 @@ serial:
|
|||||||
middle: "SJR"
|
middle: "SJR"
|
||||||
suffix: "alpha"
|
suffix: "alpha"
|
||||||
flags:
|
flags:
|
||||||
- "movbe"
|
- "movbe"
|
||||||
dom: 2
|
dom: 2
|
||||||
dt: false
|
dt: false
|
||||||
disks: 4
|
disks: 4
|
||||||
|
@ -2,5 +2,5 @@ remove:
|
|||||||
replace:
|
replace:
|
||||||
".buildroot/output/images/bzImage": "/mnt/p3/bzImage-arpl"
|
".buildroot/output/images/bzImage": "/mnt/p3/bzImage-arpl"
|
||||||
".buildroot/output/images/rootfs.cpio.xz": "/mnt/p3/initrd-arpl"
|
".buildroot/output/images/rootfs.cpio.xz": "/mnt/p3/initrd-arpl"
|
||||||
"files/board/arpl/p1/ARPL-VERSION" : "/mnt/p1/ARPL-VERSION"
|
"files/board/arpl/p1/ARPL-VERSION": "/mnt/p1/ARPL-VERSION"
|
||||||
"files/board/arpl/p1/boot/grub/grub.cfg": "/mnt/p1/boot/grub/grub.cfg"
|
"files/board/arpl/p1/boot/grub/grub.cfg": "/mnt/p1/boot/grub/grub.cfg"
|
Loading…
x
Reference in New Issue
Block a user