https://github.com/cohoe/launchy-build
Build files for launchy
https://github.com/cohoe/launchy-build
Last synced: 4 months ago
JSON representation
Build files for launchy
- Host: GitHub
- URL: https://github.com/cohoe/launchy-build
- Owner: cohoe
- Created: 2017-05-11T05:06:23.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2025-07-02T02:57:23.000Z (12 months ago)
- Last Synced: 2025-07-26T11:35:28.513Z (11 months ago)
- Language: Makefile
- Homepage: https://github.com/cohoe/launchy
- Size: 32.5 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
launchy-build
=============
Build files for https://github.com/cohoe/launchy
### Building
Update the base image tag in `Dockerfile` and bump the release/changelog in `SPECS/launchy.spec` (TWO PLACES IN FILE!).
```
~ # docker build -t launchy .
~ # docker run --name launchy -it launchy make
~ # docker cp launchy:/root/rpmbuild/RPMS/x86_64/ /tmp
~ # ls /tmp/x86_64
launchy-2.6-07.fc30.x86_64.rpm launchy-debugsource-2.6-07.fc30.x86_64.rpm
launchy-debuginfo-2.6-07.fc30.x86_64.rpm launchy-devel-2.6-07.fc30.x86_64.rpm
```
### Consuming
```
[grantcohoe_launchy]
name=grantcohoe_launchy
baseurl=https://packagecloud.io/grantcohoe/launchy/fedora/$releasever/$basearch
repo_gpgcheck=1
gpgcheck=0
enabled=1
gpgkey=https://packagecloud.io/grantcohoe/launchy/gpgkey
sslverify=1
sslcacert=/etc/pki/tls/certs/ca-bundle.crt
metadata_expire=300
```