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/9d6c222d95f7cd84d3f7ef6d321a022a2791c0ca below:

use goreleaser to build releases and packages · orgrim/pg_back@9d6c222 · GitHub

1 +

# .goreleaser.yml created by: goreleaser version 0.156.2

2 +

# Documentation at http://goreleaser.com

3 +

before:

4 +

hooks:

5 +

# You may remove this if you don't use go modules.

6 +

- go mod download

7 +

builds:

8 +

- env:

9 +

- CGO_ENABLED=0

10 +

goos:

11 +

- linux

12 +

- windows

13 +

- darwin

14 +

archives:

15 +

- replacements:

16 +

darwin: Darwin

17 +

linux: Linux

18 +

windows: Windows

19 +

386: i386

20 +

amd64: x86_64

21 +

format_overrides:

22 +

- goos: windows

23 +

format: zip

24 +

checksum:

25 +

name_template: 'checksums.txt'

26 +

snapshot:

27 +

name_template: "dev-{{.Commit}}"

28 +

changelog:

29 +

sort: asc

30 +

filters:

31 +

exclude:

32 +

- '^docs:'

33 +

- '^test:'

34 +

source:

35 +

enabled: true

36 +

nfpms:

37 +

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

38 +

maintainer: Nicolas Thauvin <nico@orgrim.net>

39 +

description: |

40 +

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

41 +

each selected database to a separate file. The custom format of pg_dump

42 +

is used by default.

43 +

license: PostgreSQL

44 +

formats:

45 +

- deb

46 +

- rpm

47 +

bindir: /usr/bin

48 +

contents:

49 +

- src: pg_back.conf

50 +

dst: /etc/pg_back/pg_back.conf

51 +

type: "config|noreplace"

52 +

overrides:

53 +

deb:

54 +

dependencies:

55 +

- postgresql-client

56 +

rpm:

57 +

replacements:

58 +

amd64: x86_64

59 +

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

60 +

dependencies:

61 +

- postgresql

62 +

rpm:

63 +

summary: pg_back dumps databases from PostgreSQL

64 +

group: Applications/Databases

65 +

signs:

66 +

- signature: "${artifact}.asc"

67 +

args: ["-u", "nico@orgrim.net", "-o", "${signature}", "-a", "-b", "${artifact}"]

68 +

artifacts: checksum


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