Skip to content

Instantly share code, notes, and snippets.

View vrutkovs's full-sized avatar
🙈
Not my cluster, not my FIRING

Vadim Rutkovsky vrutkovs

🙈
Not my cluster, not my FIRING
View GitHub Profile
@vrutkovs
vrutkovs / grl-iplayer-fm.lua
Last active August 29, 2015 14:02
iplayer.fm
--[[
* Copyright (C) 2014 Vadim Rutkovsky
*
* Contact: Vadim Rutkovsky <vrutkovs@redhat.com>
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public License
* as published by the Free Software Foundation; version 2.1 of
* the License, or (at your option) any later version.
*
@vrutkovs
vrutkovs / gist:2184d53822286384ea53
Created July 28, 2014 18:50
~/.config/grilo-test-ui/grilo.conf
[grl-ampache]
host_url=http://owncloud-roignac.rhcloud.com
username=test
password=test
class TrackerWrapper:
class __TrackerWrapper:
def __init__(self):
self.tracker = Tracker.SparqlConnection.get(None)
def __str__(self):
return repr(self)
instance = None
def __init__(self):
if not TrackerWrapper.instance:
TrackerWrapper.instance = TrackerWrapper.__TrackerWrapper()
+ jhbuild run xdg-app build /data/sdk/build/california env INSTALL=/usr/bin/install strace cmake .. -DCMAKE_INSTALL_PREFIX=/self
execve("/usr/bin/cmake", ["cmake", "..", "-DCMAKE_INSTALL_PREFIX=/self"], [/* 17 vars */]) = 0
brk(0) = 0x1be7000
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f4b4e745000
access("/etc/ld.so.preload", R_OK) = -1 ENOENT (No such file or directory)
open("/self/lib/tls/x86_64/libdl.so.2", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
stat("/self/lib/tls/x86_64", 0x7fffa37febc0) = -1 ENOENT (No such file or directory)
open("/self/lib/tls/libdl.so.2", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
stat("/self/lib/tls", 0x7fffa37febc0) = -1 ENOENT (No such file or directory)
open("/self/lib/x86_64/libdl.so.2", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
bash-4.3$ jhbuild run xdg-app build /data/sdk/build/california strace -fv cmake .. -DCMAKE_INSTALL_PREFIX=/self
execve("/usr/bin/cmake", ["cmake", "..", "-DCMAKE_INSTALL_PREFIX=/self"], ["XDG_DATA_DIRS=/self/share:/usr/s"..., "PATH=/self/bin:/usr/bin", "SHELL=/bin/sh", "ACLOCAL_PATH=/self/share/aclocal", "C_INCLUDE_PATH=/self/include", "CPLUS_INCLUDE_PATH=/self/include", "GI_TYPELIB_PATH=/self/lib/girepo"..., "LDFLAGS=-L/self/lib ", "PKG_CONFIG_PATH=/self/lib/pkgcon"..., "LC_ALL=en_US.utf8", "HOME=/var/lib/jenkins", "HOSTNAME=fedora-continuous", "LOGNAME=jenkins", "TERM=screen", "USER=jenkins", "USERNAME=jenkins", "LD_LIBRARY_PATH=/self/lib", "XDG_CONFIG_DIRS=/self/etc/xdg:/e"..., "XDG_RUNTIME_DIR=/run/user/995"]) = 0
brk(0) = 0xec9000
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7ff43f022000
access("/etc/ld.so.preload", R_OK) = -1 ENOENT (No such file or directory)
open("/self/lib/tls/x86_64/libdl.so.2", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No
From c279d9a1f58b8d3b0d805232f786f301403f8fea Mon Sep 17 00:00:00 2001
From: Vadim Rutkovsky <vrutkovs@redhat.com>
Date: Thu, 5 Mar 2015 14:45:02 +0100
Subject: [PATCH] smoketest: support both Automatic and Timed Login smoketest
We should check both login paths, in case one of them got broken.
This also switches default login type to Automatic.
Default Timed login timeout is 30 seconds, which is too much - we'll boot
with 10 seconds delay - this should be enough to verify that timedlogin
I: Modulesets were edited locally but JHBuild is configured to get them from the network, perhaps you need to add use_local_modulesets = True to your /home/vrutkovs/.config/jhbuildrc.
Tracker-Message: Starting tracker-miner-rss 1.5.1
Tracker-Message: Initializing...
Tracker-Message: Listening for GraphUpdated changes on D-Bus interface...
Tracker-Message: arg0:'http://www.tracker-project.org/temp/mfo#FeedChannel'
(tracker-miner-rss:27429): Tracker-DEBUG: tracker-backend.vala:37: Waiting for service to become available...
(tracker-miner-rss:27429): Tracker-DEBUG: tracker-backend.vala:45: Service is ready
(tracker-miner-rss:27429): Tracker-DEBUG: tracker-backend.vala:47: Constructing connection
(tracker-miner-rss:27429): Tracker-DEBUG: tracker-backend.vala:203: Using backend = 'AUTO'
(tracker-miner-rss:27429): Tracker-DEBUG: Locale 'TRACKER_LOCALE_LANGUAGE' was set to 'en_US.UTF-8'
I: Modulesets were edited locally but JHBuild is configured to get them from the network, perhaps you need to add use_local_modulesets = True to your /home/vrutkovs/.config/jhbuildrc.
Gtk-Message: Failed to load module "pk-gtk-module"
Gtk-Message: Failed to load module "canberra-gtk-module"
Gtk-Message: Failed to load module "pk-gtk-module"
Gtk-Message: Failed to load module "canberra-gtk-module"
15:39:38 DEBUG application.py:54 |gnomenews.application.create_cache(<Application object at 0x7fef0655bc18 (gnomenews+application+Application at 0x211f2a0)>), returned None
15:39:38 DEBUG application.py:30 gnomenews.application.__init__(<Application object at 0x7fef0655bc18 (uninitialized at 0x0)>), returned None
15:39:38 DEBUG application.py:60 gnomenews.application.do_startup(<Application object at 0x7fef0655bc18 (gnomenews+application+Application at 0x211f2a0)>), returned None
15:39:38 DEBUG tracker.py:32 |gnomenews.tracker.__init__(<Tracker object at 0x7fef06562948 (uninitialized at 0x0)>), returned None
15:39:38
<?xml version="1.0" encoding="UTF-8"?>
<manifest>
<!-- Remotes -->
<remote name="aosp" fetch="https://android.googlesource.com/" />
<remote name="b2g" fetch="git://github.com/mozilla-b2g/" />
<remote name="mozilla" fetch="git://github.com/mozilla/" />
<remote name="cm" fetch="git://github.com/CyanogenMod/" />
<remote name="dazzozo" fetch="git://github.com/Dazzozo/" />
<remote name="caf" fetch="git://codeaurora.org/" />
@vrutkovs
vrutkovs / gist:5442833
Last active December 16, 2015 13:38
Gnome Music Spec
Name: gnome-music
Summary: Music is the new GNOME music playing application
Version: 0.2
Release: 1%{?dist}
URL: https://live.gnome.org/Music
# GNOME Music itself is GPLv2+, but the bundled libgd is LGPLv2+
License: GPLv2+ and LGPLv2+
Source0: http://ftp.gnome.org/pub/GNOME/sources/%{name}/3.8/%{name}-%{version}.tar.xz