Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
X
ximper-shell-notification-center
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Ximper Linux
ximper-shell-notification-center
Commits
28c7d4fc
Commit
28c7d4fc
authored
Nov 04, 2022
by
Erik Reider
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Moved rpkg.spec into build-scripts
parent
6fd1ca08
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
10 additions
and
6 deletions
+10
-6
fedora-build.yml
.github/workflows/fedora-build.yml
+5
-6
fedora-copr.yml
.github/workflows/fedora-copr.yml
+5
-0
swaync.rpkg.spec
build-scripts/swaync.rpkg.spec
+0
-0
No files found.
.github/workflows/fedora-build.yml
View file @
28c7d4fc
...
@@ -28,6 +28,11 @@ jobs:
...
@@ -28,6 +28,11 @@ jobs:
fetch-depth
:
0
fetch-depth
:
0
path
:
swaync
path
:
swaync
-
name
:
Copy spec into root dir
run
:
|
cd swaync
cp ./build-scripts/swaync.rpkg.spec ./
-
name
:
Generate spec
-
name
:
Generate spec
run
:
|
run
:
|
cd swaync
cd swaync
...
@@ -44,9 +49,3 @@ jobs:
...
@@ -44,9 +49,3 @@ jobs:
cd swaync
cd swaync
mkdir -p out
mkdir -p out
rpkg local --out `pwd`/out
rpkg local --out `pwd`/out
# - name: Store RPMs
# uses: actions/upload-artifact@v3
# with:
# name: rpms
# path: swaync/out/
.github/workflows/fedora-copr.yml
View file @
28c7d4fc
...
@@ -32,6 +32,11 @@ jobs:
...
@@ -32,6 +32,11 @@ jobs:
fetch-depth
:
0
fetch-depth
:
0
path
:
swaync
path
:
swaync
-
name
:
Copy spec into root dir
run
:
|
cd swaync
cp ./build-scripts/swaync.rpkg.spec ./
-
name
:
Submit the build to copr
-
name
:
Submit the build to copr
run
:
|
run
:
|
cd swaync
cd swaync
...
...
swaync.rpkg.spec
→
build-scripts/
swaync.rpkg.spec
View file @
28c7d4fc
File moved
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment