Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
flux2
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
GitHub Mirror
fluxcd
flux2
Commits
cdd055bf
Unverified
Commit
cdd055bf
authored
4 years ago
by
Aurel Canciu
Browse files
Options
Downloads
Patches
Plain Diff
Use mock archive for aur publishers
Signed-off-by:
Aurel Canciu
<
aurelcanciu@gmail.com
>
parent
fedf960a
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.goreleaser.yml
+21
-0
21 additions, 0 deletions
.goreleaser.yml
with
21 additions
and
0 deletions
.goreleaser.yml
+
21
−
0
View file @
cdd055bf
...
@@ -23,6 +23,15 @@ builds:
...
@@ -23,6 +23,15 @@ builds:
id
:
windows
id
:
windows
goos
:
goos
:
-
windows
-
windows
-
id
:
aurmock
binary
:
aurmock
main
:
./cmd/flux
env
:
-
CGO_ENABLED=0
goos
:
-
linux
goarch
:
-
amd64
archives
:
archives
:
-
name_template
:
"
{{
.Binary
}}_{{
.Version
}}_{{
.Os
}}_{{
.Arch
}}"
-
name_template
:
"
{{
.Binary
}}_{{
.Version
}}_{{
.Os
}}_{{
.Arch
}}"
id
:
nix
id
:
nix
...
@@ -36,6 +45,9 @@ archives:
...
@@ -36,6 +45,9 @@ archives:
format
:
zip
format
:
zip
files
:
files
:
-
none*
-
none*
-
name_template
:
"
aur_{{
.Binary
}}_{{
.Version
}}_{{
.Os
}}_{{
.Arch
}}"
id
:
aur
builds
:
[
aurmock
]
brews
:
brews
:
-
name
:
flux
-
name
:
flux
tap
:
tap
:
...
@@ -52,21 +64,30 @@ brews:
...
@@ -52,21 +64,30 @@ brews:
system "#{bin}/flux --version"
system "#{bin}/flux --version"
publishers
:
publishers
:
-
name
:
aur-pkg-bin
-
name
:
aur-pkg-bin
ids
:
-
aur
env
:
env
:
-
AUR_BOT_SSH_PRIVATE_KEY={{ .Env.AUR_BOT_SSH_PRIVATE_KEY }}
-
AUR_BOT_SSH_PRIVATE_KEY={{ .Env.AUR_BOT_SSH_PRIVATE_KEY }}
cmd
:
|
cmd
:
|
.github/aur/flux-bin/publish.sh {{ .Version }}
.github/aur/flux-bin/publish.sh {{ .Version }}
-
name
:
aur-pkg-scm
-
name
:
aur-pkg-scm
ids
:
-
aur
env
:
env
:
-
AUR_BOT_SSH_PRIVATE_KEY={{ .Env.AUR_BOT_SSH_PRIVATE_KEY }}
-
AUR_BOT_SSH_PRIVATE_KEY={{ .Env.AUR_BOT_SSH_PRIVATE_KEY }}
cmd
:
|
cmd
:
|
.github/aur/flux-scm/publish.sh {{ .Version }}
.github/aur/flux-scm/publish.sh {{ .Version }}
-
name
:
aur-pkg-go
-
name
:
aur-pkg-go
ids
:
-
aur
env
:
env
:
-
AUR_BOT_SSH_PRIVATE_KEY={{ .Env.AUR_BOT_SSH_PRIVATE_KEY }}
-
AUR_BOT_SSH_PRIVATE_KEY={{ .Env.AUR_BOT_SSH_PRIVATE_KEY }}
cmd
:
|
cmd
:
|
.github/aur/flux-go/publish.sh {{ .Version }}
.github/aur/flux-go/publish.sh {{ .Version }}
release
:
release
:
ids
:
-
nix
-
windows
extra_files
:
extra_files
:
-
glob
:
./output/manifests.tar.gz
-
glob
:
./output/manifests.tar.gz
-
glob
:
./output/install.yaml
-
glob
:
./output/install.yaml
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment