This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import os.path | |
import sys | |
from gi.repository import Gtk, GdkPixbuf | |
import signal | |
signal.signal(signal.SIGINT, signal.SIG_DFL) | |
path = sys.argv[1] | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
test-c | |
test-vala |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
postgresql-database: | |
nova: | |
user: novaauth | |
password: novaauth | |
name: novaauth |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
include: | |
- softwares.postgresql.server |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[buildout] | |
parts = foo | |
develop = . | |
[foo] | |
recipe = zc.recipe.egg:custom | |
egg = foo | |
environment = env | |
[env] |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import gettext | |
gettext.install('sonata') | |
import cProfile | |
import time | |
from gi.repository import Gtk | |
import mpd | |
from sonata import mpdhelper |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This is a test case to demonstrate the problem in https://github.com/wichert/collective.recipe.modwsgi/pull/8 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
DPKG_TIMESTAMP %{TIMESTAMP_ISO8601:timestamp} | |
DPKG_PACKAGE [-+~\.0-9a-zA-Z]+ | |
DPKG_ARCH [a-z0-9]+ | |
DPKG_PKGARCH %{DPKG_PACKAGE:package}(:%{DPKG_ARCH:arch})? | |
DPKG_VERSION [-+~<>\.0-9a-zA-Z]+ | |
DPKG_ACTION0 (startup archives|startup packages|conffile) | |
DPKG_ACTION1 (configure|remove|upgrade|purge|status (config-files|installed|not-installed|triggers-awaited|triggers-pending|unpacked|half-installed|half-configured)) | |
DPKG_ACTION2 (trigproc|upgrade) | |
DPKG_0_VERSIONS %{DPKG_ACTION0:action} | |
DPKG_1_VERSIONS (%{DPKG_ACTION1:action} %{DPKG_PKGARCH} %{DPKG_VERSION:version})$ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
FROM debian:jessie | |
RUN apt-get update && apt-get -y dist-upgrade && apt-get install -y wget | |
RUN wget http://bootstrap.saltstack.org/ -O /bootstrap-salt.sh | |
RUN chmod +x /bootstrap-salt.sh | |
RUN /bootstrap-salt.sh -M -N -X stable 2015.8.9 | |
ADD master.conf /etc/salt/master |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sample configuration for https://github.com/saltstack/salt/issues/33355 |
OlderNewer