Skip to content

Commit

Permalink
travis update
Browse files Browse the repository at this point in the history
  • Loading branch information
kuboosoft committed Oct 6, 2018
1 parent 30c505c commit 7c132b0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ services:
script:
# ENABLE tne next line and delete add a "#" the next lines; if you want build with mock
#- travis_wait 40 docker run --cap-add=SYS_ADMIN davidva/unibuild /bin/sh /urpms -g UnitedRPMs/spotify -s spotify.spec -t fedora-25-x86_64
- docker run -v $(pwd):/root/enjoy --cap-add=SYS_ADMIN davidva/unibuild-27 /bin/sh -c "rm -f urpms && wget -c https://raw.githubusercontent.com/kuboosoft/united-build/master/urpms && chmod a+x urpms && /urpms -g UnitedRPMs/unitedrpms -s unitedrpms.spec -r true -d 'dist .fc27' -u true"
- docker run -v $(pwd):/root/enjoy --cap-add=SYS_ADMIN davidva/unibuild-30 /bin/sh -c "rm -f urpms && wget -c https://raw.githubusercontent.com/kuboosoft/united-build/master/urpms && chmod a+x urpms && /urpms -g UnitedRPMs/unitedrpms -s unitedrpms.spec -r true -d 'dist .fc30' -u true"
notifications:
webhooks:
urls:
Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

Summary: UnitedRPMs Repository Configuration

Version: 26-29
Version: 27-30

License: GPLv3

Expand All @@ -21,12 +21,12 @@ You need delete old repositories:

## Command Line Setup

**For Fedora 26-29:**
**For Fedora 27-30:**

```
1) su
2) dnf -y install https://github.com/UnitedRPMs/unitedrpms/releases/download/7/unitedrpms-$(rpm -E %fedora)-7.fc$(rpm -E %fedora).noarch.rpm
2) dnf -y install https://github.com/UnitedRPMs/unitedrpms/releases/download/9/unitedrpms-$(rpm -E %fedora)-9.fc$(rpm -E %fedora).noarch.rpm
```

## How to import our gpg key
Expand All @@ -42,7 +42,7 @@ Our GPG key is integrated in every `unitedrpms-*.noarch.rpm` package. You can al
You can (*and must if feel doubts!*) check the GPG signature and hash sums of every package. Examples:

```
# rpm -K https://github.com/UnitedRPMs/unitedrpms/releases/download/7/unitedrpms-$(rpm -E %fedora)-7.fc$(rpm -E %fedora).noarch.rpm
# rpm -K https://github.com/UnitedRPMs/unitedrpms/releases/download/9/unitedrpms-$(rpm -E %fedora)-9.fc$(rpm -E %fedora).noarch.rpm
```

If all goes well, the following message is displayed: md5 gpg OK. This means that the signature of the package has been verified, and that it is [not corrupt](https://www.centos.org/docs/5/html/Deployment_Guide-en-US/s1-check-rpm-sig.html).
Expand Down

0 comments on commit 7c132b0

Please sign in to comment.