Skip to content

Instantly share code, notes, and snippets.

View msehnout's full-sized avatar
💭
🇨🇿

msehnout

💭
🇨🇿
View GitHub Profile
#include <stdio.h>
#include <glib.h>
#include <librepo/repoconf.h>
int main() {
printf("Testing librepo\n");
LrYumRepoConfs *confs = lr_yum_repoconfs_init();
GError *error = NULL;
const char *repofile = "/etc/yum.repos.d/redhat.repo";