rpm
Here are 631 public repositories matching this topic...
Both GitHub and GitLab offer their own public Docker Registry:
https://github.com/features/packages
https://docs.gitlab.com/ee/user/packages/container_registry/
Gitea doesn't seem offer one yet.
Describe the solution you'd like
It would be great if GoReleaser could just automatically authenticate with the given registry on hostname/im
https://sbt-native-packager.readthedocs.io/en/latest/formats/graalvm-native-image.html#native-image-quick-installation contains a broken link to [https://raw.githubusercontent.com/sbt/sbt-native-packager/master/.travis/download-graalvm](https://raw.githubusercontent.com/sbt/sbt
I'm interested in using nfpm to create deb packages for common go tools I use.
The nfpm project doesn't compile out of the box on go 1.11.6, which is the version available in buster (debian stable):
$ make build
go build -o nfpm ./cmd/nfpm/main.go
go: github.com/alecthomas/template@v0.0.0-20190718012654-fb15b899a751: invalid $GOPROXY setting: cannot have comma
go: github.com/d-
Updated
Jun 18, 2020 - Python
Issue Description
The API docs for the route PUT /source/<project>/<package>/<filename> (see: https://build.opensuse.org/apidocs/index#72) say that the return type is a status. That is however not true, it is in fact a revisionlist-element from https://build.opensuse.org/apidocs/revisionlist.rng.
Unfortunately that schema doesn't appear
Change documentation to expose monit port [2812] to get monitoring available.
docker run -d --name=kaltura -p 80:80 -p 443:443 -p 1935:1935 -p 2812:2812 -p 88:88 -p 8443:8443 kaltura/server
-
Updated
Mar 1, 2020 - Ruby
-
Updated
May 15, 2020 - Groovy
Rebuilds improvement
Can you use Copr for rebuilds? It supports at least Fedora and CentOS (EPEL) as well as Mageia.
See also #76 .
https://docs.pagure.org/copr.copr/user_documentation.html#what-i-can-build-in-copr
https://developer.fedoraproject.org/deployment/copr/copr-cli.html
-
Updated
Jun 11, 2020 - Java
-
Updated
Feb 15, 2020 - Python
-
Updated
Jan 3, 2017 - Go
Story
As a developer contributing to Bodhi,
I'd like the bodhi/server/models.py module to be converted into a package, with one module per DB model class (group) and its tests split up likewise,
so that it's easier to work with.
Background
Currently, models.py is by far our largest Python module, with a size of 180kB and almost 4700 lines. It contains 21 database model cla
While trying to solve fedora-infra/bodhi#3193 today, I found that the hawkey tutorial still teaches users about the removed hawkey.Repo API: https://hawkey.readthedocs.io/en/latest/tutorial-py.html#loading-repositories
I also noticed that the hawkey [changelog](https://hawkey.readthedocs.io/en/latest/cha
In many tests we use tmpdir fixture, which returns a py.path.local object, which we cast to pathlib.Path before using.
def my_test(tmpdir):
tmp_path = Path(str(tmpdir))There's also newer [tmp_
If giturl is defined in options.conf, the ChangeLog will never be updated again, so it can be removed from the repo.
Improve this page
Add a description, image, and links to the rpm topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the rpm topic, visit your repo's landing page and select "manage topics."


In the docs I miss some more examples how the config would look like as JSON or YAML, as I had to look up other configs on GitHub before I exactly knew what to do.