Don't set readline variables in non-interactive shells
Build and provide rpm of demus profiles / rpmbuild (release) Failing after 39s
Build and provide rpm of demus profiles / rpmbuild (release) Failing after 39s
Spews noise into journald Also F40 is deprecated
This commit is contained in:
@@ -1,11 +1,16 @@
|
||||
name: Build and provide rpm of demus profiles
|
||||
run-name: Rpmbuild demus-profile at ${{ gitea.repository }} by ${{ github.actor }}
|
||||
on: workflow_dispatch
|
||||
inputs:
|
||||
runsonlabel:
|
||||
- "f40-minimal-rpmbuild"
|
||||
- "f41-minimal-rpmbuild"
|
||||
- "f42-minimal-rpmbuild"
|
||||
on:
|
||||
workflow_dispatch:
|
||||
inputs:
|
||||
runsonlabel:
|
||||
type: choice
|
||||
description: "Choose a label"
|
||||
required: true
|
||||
options:
|
||||
- "f40-minimal-rpmbuild"
|
||||
- "f41-minimal-rpmbuild"
|
||||
- "f42-minimal-rpmbuild"
|
||||
jobs:
|
||||
rpmbuild:
|
||||
runs-on: ${{ inputs.runsonlabel }}
|
||||
|
||||
@@ -1,15 +0,0 @@
|
||||
name: Build and provide rpm of demus profiles
|
||||
run-name: Rpmbuild demus-profile by @${{ github.actor }}
|
||||
on: [ release ]
|
||||
jobs:
|
||||
rpmbuild:
|
||||
runs-on: f40-minimal-rpmbuild
|
||||
steps:
|
||||
- name: Check out repository code
|
||||
uses: https://git.demus.dk/actions/git-clone@main
|
||||
- name: Build the rpms
|
||||
uses: https://git.demus.dk/actions/rpmbuild@main
|
||||
- name: Deploy to packages
|
||||
uses: https://git.demus.dk/actions/rpm-deploy@main
|
||||
with:
|
||||
pat: ${{ secrets.RPM_REPO_WRITE }}
|
||||
+10
-6
@@ -1,7 +1,11 @@
|
||||
if [[ $- = *i* ]]; then
|
||||
# Always ignore case in bash completion
|
||||
bind "set completion-ignore-case On"
|
||||
bind "set completion-map-case On"
|
||||
bind "set colored-completion-prefix On"
|
||||
bind "set colored-stats On"
|
||||
bind "set show-all-if-ambiguous On"
|
||||
bind "set visible-stats On"
|
||||
bind "set completion-ignore-case On"
|
||||
bind "set completion-map-case On"
|
||||
# Informative completion
|
||||
bind "set colored-completion-prefix On"
|
||||
bind "set colored-stats On"
|
||||
bind "set visible-stats On"
|
||||
# Immediatly list possible completions
|
||||
bind "set show-all-if-ambiguous On"
|
||||
fi
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
Name: demus-profile-scripts
|
||||
Version: 0.4.2
|
||||
Version: 0.4.4
|
||||
Release: %autorelease
|
||||
Summary: Bash profile customisations
|
||||
|
||||
|
||||
Reference in New Issue
Block a user