Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/um39' into um39
Browse files Browse the repository at this point in the history
  • Loading branch information
korewaChino committed Sep 1, 2023
2 parents 82e5739 + 54c5432 commit 19a2068
Show file tree
Hide file tree
Showing 21 changed files with 29 additions and 640 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/autobuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
- ultramarine/**
branches:
- main
- um38
- um39
workflow_dispatch:
workflow_call:

Expand Down Expand Up @@ -52,7 +52,7 @@ jobs:
strategy:
matrix:
pkg: ${{ fromJson(needs.manifest.outputs.build_matrix) }}
version: ["38"]
version: ["39"]
arch: ["x86_64", "aarch64"]
fail-fast: false
#if: ${{ matrix.changed_folders != '' }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/bootstrap.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
build:
strategy:
matrix:
version: ["38"]
version: ["39"]
arch: ["x86_64", "aarch64"]
fail-fast: false
runs-on: ${{ matrix.arch == 'aarch64' && 'ARM64' || 'ubuntu-latest' }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/mass-rebuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
manifest:
runs-on: ubuntu-latest
container:
image: ghcr.io/terrapkg/builder:f38
image: ghcr.io/terrapkg/builder:f39
options: --cap-add=SYS_ADMIN --privileged

outputs:
Expand Down Expand Up @@ -41,7 +41,7 @@ jobs:
strategy:
matrix:
pkg: ${{ fromJson(needs.manifest.outputs.build_matrix) }}
version: ["38"]
version: ["39"]
fail-fast: false
#if: ${{ matrix.changed_folders != '' }}
runs-on: ${{ matrix.pkg.arch == 'aarch64' && 'ARM64' || 'ubuntu-latest' }}
Expand Down
2 changes: 1 addition & 1 deletion ultramarine/backgrounds/ultramarine-backgrounds.spec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
%undefine _disable_source_fetch

Name: ultramarine-backgrounds
Version: 38
Version: 39
Release: 2%{?dist}
BuildArch: noarch
# details for the artworks' licenses can be seen in the COPYING file
Expand Down
1 change: 0 additions & 1 deletion ultramarine/flatpak-selinux-fix/.gitignore

This file was deleted.

6 changes: 0 additions & 6 deletions ultramarine/flatpak-selinux-fix/anda.hcl

This file was deleted.

83 changes: 0 additions & 83 deletions ultramarine/flatpak-selinux-fix/flatpak-selinux-fix.spec

This file was deleted.

6 changes: 0 additions & 6 deletions ultramarine/flatpak-selinux-fix/umpkg.toml

This file was deleted.

2 changes: 1 addition & 1 deletion ultramarine/kde-settings/kde-settings.spec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Summary: Config files for KDE
Name: kde-settings
Epoch: 1
Version: 38.1
Version: 39
Release: 10%{?dist}

License: MIT
Expand Down
2 changes: 1 addition & 1 deletion ultramarine/logos/ultramarine-logos.spec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
Name: ultramarine-logos
%define _alt_name fedora-logos
Summary: Icons and pictures related to Ultramarine Linux
Version: 38
Version: 39
%define _release 3%{?dist}
Release: 3%{?dist}
URL: https://github.com/Ultramarine-Linux/logos-src
Expand Down
2 changes: 0 additions & 2 deletions ultramarine/mock-core-configs/.gitignore

This file was deleted.

6 changes: 0 additions & 6 deletions ultramarine/mock-core-configs/anda.hcl

This file was deleted.

Loading

0 comments on commit 19a2068

Please sign in to comment.