Skip to content

Instantly share code, notes, and snippets.

@kholia
kholia / RpmGrill proposal.rst
Last active December 19, 2015 04:48
RpmGrill proposal

RpmGrill proposal

The basic idea behind RpmGrill project is to run automated tests on Koji packages as well as Fedora stable & testing repositories. RpmGrill analyzes _builds_, not individual rpms: this allows it to detect problems such as compiler warnings (from the build logs) or multilib inconsistencies (by matching 32- and 64-bit rpms) which cannot be identified by examining a single rpm file.

@ozten
ozten / gen_well_known_browserid.py
Created June 22, 2012 13:04
Creates a proper /.well-known/browserid from a key.publickey
#!/usr/bin/env python
/* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
"""Usage: gen_well_known_browserid.py key.publickey > www/.well-known/browserid
Generates the /.well-known/browserid file based on your public key.