Skip to content

Commit

Permalink
Mirrorlist enabled again
Browse files Browse the repository at this point in the history
  • Loading branch information
kuboosoft committed May 17, 2020
1 parent 91ff9b3 commit 2e55b5d
Show file tree
Hide file tree
Showing 3 changed files with 8 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-31 /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 .fc31' -u true"
- docker run -v $(pwd):/root/enjoy --cap-add=SYS_ADMIN davidva/unibuild-33 /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 .fc33' -u true"
notifications:
webhooks:
urls:
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@

**Summary:** UnitedRPMs Repository Configuration

**Version:** 30-33
**Version:** 31-33

**License:** GPLv3


## Command Line Setup

**For Fedora 30-33:**
**For Fedora 31-33:**

```
sudo dnf -y install https://github.com/UnitedRPMs/unitedrpms/releases/download/15/unitedrpms-$(rpm -E %fedora)-15.fc$(rpm -E %fedora).noarch.rpm
Expand All @@ -30,7 +30,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/15/unitedrpms-$(rpm -E %fedora)-15.fc$(rpm -E %fedora).noarch.rpm
# rpm -K https://github.com/UnitedRPMs/unitedrpms/releases/download/17/unitedrpms-$(rpm -E %fedora)-17.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
5 changes: 4 additions & 1 deletion unitedrpms.spec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Name: unitedrpms
Version: %{fedora}
Release: 16%{?dist}
Release: 17%{?dist}
Summary: UnitedRPMs Repository Configuration

Group: System Environment/Base
Expand Down Expand Up @@ -57,6 +57,9 @@ install -d -m755 \

%changelog

* Sun May 17 2020 David Va <davidva AT tuta DOT io> - 30-17
- Mirrorlist enabled again

* Fri Feb 07 2020 David Va <davidva AT tuta DOT io> - 30-16
- Added templates for F33

Expand Down

0 comments on commit 2e55b5d

Please sign in to comment.