Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
wazzuf-ripper
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Booloki
wazzuf-ripper
Commits
c6ef847e
Commit
c6ef847e
authored
Jul 14, 2020
by
Booloki
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[CI] archlinux from xz to zst compress build
parent
d9d314d6
Pipeline
#1774
canceled with stages
in 36 minutes and 51 seconds
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
3 deletions
+2
-3
.gitlab-ci.yml
.gitlab-ci.yml
+2
-3
No files found.
.gitlab-ci.yml
View file @
c6ef847e
...
...
@@ -85,10 +85,9 @@ archlinux-package:
-
yay -Syu --noconfirm --noprogressbar -q
# Package build
-
sudo -u builduser bash -c "cd ~ && git clone https://gitlab-ci-token:${CI_JOB_TOKEN}@git.lokizone.net/booloki/wazzuf-ripper.git && cd wazzuf-ripper && cp packaging/archlinux/PKGBUILD . && sed -i s/^pkgver=.*/pkgver=${CI_COMMIT_TAG}/ PKGBUILD && updpkgsums && makepkg -s"
-
ls -lh ~builduser/wazzuf-ripper/
-
mkdir build
# Provides packages
-
mv ~builduser/wazzuf-ripper/*.pkg.tar.
xz
build/
-
mv ~builduser/wazzuf-ripper/*.pkg.tar.
zst
build/
# Provides PKGBUILD file
-
mv ~builduser/wazzuf-ripper/PKGBUILD build/
artifacts
:
...
...
@@ -157,7 +156,7 @@ archlinux-install:
# Install AUR dependancies
-
sudo -u builduser bash -c 'yay -S --noconfirm --noprogressbar omdb-cli bdchapters tsmuxer-git'
# Install check (cli only)
-
sudo -u builduser bash -c 'yay -U --noconfirm build/wazzuf-ripper-[0-9]?*.pkg.tar.
xz
'
-
sudo -u builduser bash -c 'yay -U --noconfirm build/wazzuf-ripper-[0-9]?*.pkg.tar.
zst
'
# Uninstall check
-
sudo -u builduser bash -c 'yay -R --noconfirm wazzuf-ripper'
dependencies
:
...
...
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