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
Compare revisions
6e2a5c27ff2967b951bbdd37ea4cd732867d69c4 to 37fd24478ecc0df535e79504489e9b7c659d569e
Compare revisions
Changes are shown as if the
source
revision was being merged into the
target
revision.
Learn more about comparing revisions.
Source
root/aur-autobuild-mirror
Select target project
No results found
37fd24478ecc0df535e79504489e9b7c659d569e
Select Git revision
Swap
Target
root/aur-autobuild-mirror
Select target project
root/aur-autobuild-mirror
1 result
6e2a5c27ff2967b951bbdd37ea4cd732867d69c4
Select Git revision
Show changes
Only incoming changes from source
Include changes to target since source was created
Compare
Commits on Source (7)
auto build
· 4f8a0b6e
Recolic
authored
1 year ago
4f8a0b6e
auto build
· 7fc6a262
Recolic
authored
1 year ago
7fc6a262
auto build
· 2db3d6ec
Recolic
authored
1 year ago
2db3d6ec
auto build
· 4bb66ceb
Recolic
authored
1 year ago
4bb66ceb
auto build
· 825ef28a
Recolic
authored
1 year ago
825ef28a
auto build
· 9bf25aaf
Recolic
authored
1 year ago
9bf25aaf
Merge branch 'ppl3' into 'master'
· 37fd2447
Recolic
authored
1 year ago
Ppl3 See merge request
!3
37fd2447
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.gitlab-ci.yml
+6
-1
6 additions, 1 deletion
.gitlab-ci.yml
aur-sync.sh
+3
-0
3 additions, 0 deletions
aur-sync.sh
with
9 additions
and
1 deletion
.gitlab-ci.yml
View file @
37fd2447
...
...
@@ -26,7 +26,12 @@ variables:
build
:
stage
:
build
script
:
-
docker login -u recolic -p "$docker_pswd"
-
cd docker-pikaur/ && docker build -t recolic/pikaur .
upload
:
stage
:
deploy
script
:
-
docker login -u recolic -p "$docker_pswd"
-
docker push recolic/pikaur
allow_failure
:
true
This diff is collapsed.
Click to expand it.
aur-sync.sh
View file @
37fd2447
...
...
@@ -96,6 +96,9 @@ function dedup_and_build_index () {
return
$?
}
# Must update arch toolchain
docker pull recolic/pikaur
mkdir
-p
"
$build_outdir
"
sync_aur
||
echo
AUR-gg
sync_repo
||
echo
REPO-gg
...
...
This diff is collapsed.
Click to expand it.