A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://github.com/orgrim/pg_back/commit/24d1e119e26ddad1d7cb55a9993af199fa8c3795 below:

replace _ with - in package name · orgrim/pg_back@24d1e11 · GitHub

File tree Expand file treeCollapse file tree 1 file changed

+13

-13

lines changed

Filter options

Expand file treeCollapse file tree 1 file changed

+13

-13

lines changed Original file line number Diff line number Diff line change

@@ -1,4 +1,4 @@

1 -

# .goreleaser.yml created by: goreleaser version 0.156.2

1 +

# .goreleaser.yml created for goreleaser version v1.16.1

2 2

# Documentation at http://goreleaser.com

3 3

before:

4 4

hooks:

@@ -11,14 +11,11 @@ builds:

11 11

- linux

12 12

- windows

13 13

- darwin

14 +

goarch:

15 +

- amd64

16 +

- arm64

14 17

archives:

15 -

- replacements:

16 -

darwin: Darwin

17 -

linux: Linux

18 -

windows: Windows

19 -

386: i386

20 -

amd64: x86_64

21 -

format_overrides:

18 +

- format_overrides:

22 19

- goos: windows

23 20

format: zip

24 21

checksum:

@@ -34,7 +31,8 @@ changelog:

34 31

source:

35 32

enabled: true

36 33

nfpms:

37 -

- homepage: https://github.com/orgrim/pg_back/

34 +

- package_name: pg-back

35 +

homepage: https://github.com/orgrim/pg_back/

38 36

maintainer: Nicolas Thauvin <nico@orgrim.net>

39 37

description: |

40 38

pg_back uses pg_dumpall to dump roles and tablespaces, pg_dump to dump

@@ -57,15 +55,17 @@ nfpms:

57 55

- src: contrib/systemd/pg_back@.timer

58 56

dst: /lib/systemd/system/pg_back@.timer

59 57

packager: deb

60 - 58 +

replaces:

59 +

- pg_back

61 60

overrides:

62 61

deb:

63 62

dependencies:

64 63

- postgresql-client

65 64

rpm:

66 -

replacements:

67 -

amd64: x86_64

68 -

file_name_template: "{{ .ProjectName }}-{{ .Version }}-{{ .Arch }}"

65 +

file_name_template: >-

66 +

{{ .PackageName }}-{{ .Version }}-

67 +

{{- if eq .Arch "amd64" }}x86_64

68 +

{{- else }}{{ .Arch }}{{ end }}

69 69

dependencies:

70 70

- postgresql

71 71

rpm:

You can’t perform that action at this time.


RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4