Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
aur-autobuild-mirror
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Recolic
aur-autobuild-mirror
Merge requests
!2
An error occurred while fetching the assigned milestone of the selected merge_request.
Add gitlab pipeline for docker image weekly build
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Add gitlab pipeline for docker image weekly build
dind-test2
into
master
Overview
0
Commits
6
Pipelines
1
Changes
2
Merged
Recolic
requested to merge
dind-test2
into
master
1 year ago
Overview
0
Commits
6
Pipelines
1
Changes
1
Expand
0
0
Merge request reports
Viewing commit
59956b16
Prev
Next
Show latest version
1 file
+
1
−
1
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
59956b16
auto build
· 59956b16
Recolic
authored
1 year ago
docker-pikaur/install-pikaur.sh
+
1
−
1
Options
#!/bin/bash
pacman
-Sy
--noconfirm
git pyalpm python-commonmark python-pip python-build python-installer python-setuptools python-markdown-it-py
&&
pacman
-Sy
--noconfirm
git pyalpm python-commonmark python-pip python-build python-installer python-setuptools python-markdown-it-py
python-hatchling
&&
git clone https://aur.archlinux.org/pikaur.git
&&
chmod
777
-R
pikaur
&&
cd
pikaur
&&
Loading