Skip to content

Commit

Permalink
commit
Browse files Browse the repository at this point in the history
  • Loading branch information
davi17g committed Aug 4, 2024
1 parent 48b218d commit e202f1d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 19 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
name: Build

on:
push:
branches:
Expand All @@ -23,7 +22,7 @@ jobs:
env:
PAT: ${{ secrets.PAT }}
run: |
git config --global url."https://${PAT}:[email protected]/".insteadOf "https://github.com/"
git config --global url."https://${PAT}:[email protected]/".insteadOf "https://github.com/"
- name: Checkout code
uses: actions/checkout@v4
Expand Down
4 changes: 2 additions & 2 deletions packages/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

### Installation
```shell
sudo dpkg -i aerospike-backup-service_0.3.0-1_amd64.deb
sudo dpkg -i aerospike-backup-service_1.0.0-1_amd64.deb
```

### Verify Installation
Expand Down Expand Up @@ -69,7 +69,7 @@ sudo rm -rf /var/lib/aerospike-backup-service

### Installation
```shell
sudo rpm -i aerospike-backup-service-0.3.0-1.x86_64.rpm
sudo rpm -i aerospike-backup-service-1.0.0-1.x86_64.rpm
```

### Verify Installation
Expand Down
15 changes: 0 additions & 15 deletions packages/nfpm.tmpl.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,26 +4,11 @@ version: "${VERSION}"
platform: "linux"
section: "default"
priority: "extra"
#replaces:
#- foobar
#provides:
#- bar
#depends:
#- foo
#- bar
#recommends:
#- whatever
#suggests:
#- something-else
#conflicts:
#- not-foo
#- not-bar
maintainer: "${MAINTAINER}"
description: "${DESCRIPTION}"
vendor: "${VENDOR}"
homepage: "${HOMEPAGE}"
license: "${LICENSE}"
#changelog: "changelog.yaml"
contents:
- src: ${WORKSPACE}/packages/config/${NAME}.service
dst: /etc/systemd/system/${NAME}.service
Expand Down

0 comments on commit e202f1d

Please sign in to comment.