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
==> Downloading http://ftp.gnome.org/pub/gnome/sources/gtk+/2.24/gtk+-2.24.6.tar.bz2 | |
File already downloaded in /Users/bpd/Library/Caches/Homebrew | |
/usr/bin/tar xf /Users/bpd/Library/Caches/Homebrew/gtk+-2.24.6.tar.bz2 | |
==> ./configure --disable-debug --disable-dependency-tracking --prefix=/usr/local/Cellar/gtk+/2.24.6 --disable-glibtest | |
./configure --disable-debug --disable-dependency-tracking --prefix=/usr/local/Cellar/gtk+/2.24.6 --disable-glibtest | |
checking for a BSD-compatible install... /usr/local/bin/ginstall -c | |
checking whether build environment is sane... yes | |
checking for a thread-safe mkdir -p... /usr/local/bin/gmkdir -p | |
checking for gawk... no | |
checking for mawk... no |
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
.DS_Store | |
*.log | |
tmp/ |
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
diff --git a/Mac/PythonLauncher/Makefile.in b/Mac/PythonLauncher/Makefile.in | |
index a6962f6..fb11650 100644 | |
--- a/Mac/PythonLauncher/Makefile.in | |
+++ b/Mac/PythonLauncher/Makefile.in | |
@@ -54,7 +54,7 @@ Python\ Launcher.app: Info.plist \ | |
--resource=$(srcdir)/factorySettings.plist \ | |
--plist Info.plist \ | |
build | |
- find "Python Launcher.app" -name '.svn' -print0 | xargs -0 rm -r | |
+ find "Python Launcher.app" -name '.svn' -print0 | xargs -0 rm -rf |
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
{ | |
"title": "Fatals : last hour", | |
"services": { | |
"query": { | |
"idQueue": [ | |
1 | |
], | |
"list": { | |
"2": { | |
"id": 2, |
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
{ | |
"title": "fatalmonitor", | |
"services": { | |
"query": { | |
"idQueue": [ | |
1 | |
], | |
"list": { | |
"2": { | |
"id": 2, |
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
<?php | |
/** | |
* Settings for monolog logging system | |
*/ | |
$wgMWLoggerDefaultSpi = 'MWLoggerMonologSpi'; | |
$wgMWLoggerMonologSpiConfig = array( | |
'loggers' => array( | |
'@default' => array( |
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 82f70da7e02551e458df7114747802e835a66c5e Mon Sep 17 00:00:00 2001 | |
From: Bryan Davis <[email protected]> | |
Date: Thu, 13 Feb 2014 13:52:59 -0700 | |
Subject: [PATCH] Hacks to test scap in a vm | |
A big bag of hacks wrapped in nails and glass, but works for me! | |
* dsh group files | |
* lint.php | |
* mw-deployment-vars.sh |
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
___ ____ | |
⎛ ⎛,---- | |
\ //==--' | |
_//| .·//==--' ____________________________ | |
_OO≣=-⎫ ︶ ᴹw ⎞_§ ______ ___⎞ ___⎞,/__ ⎞/ __ ⎞ | |
(∞)◀▶ ⎠ ⎛ ⎟ ______(__ ⎞/ /__ / /_/ / /_/ / | |
¨--¨|| |-⎝ / _______\___/ \___/ \__^_/ .__/ | |
««_/ «_/ jgs/bd808 /_/ |
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
cd /usr/local/bin | |
rm mergeCdbFileUpdates | |
ln -s /srv/deployment/scap/scap/bin/mwversionsinuse mwversionsinuse | |
ln -s /srv/deployment/scap/scap/bin/refreshCdbJsonFiles refreshCdbJsonFiles | |
rm scappy | |
ln -s /srv/deployment/scap/scap/bin/scap-rebuild-cdbs scap-rebuild-cdbs | |
ln -s /srv/deployment/scap/scap/bin/scap-recompile scap-recompile | |
ln -s /srv/deployment/scap/scap/bin/sync-common sync-common |
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
<?php | |
/** | |
* @section LICENSE | |
* This program is free software; you can redistribute it and/or modify | |
* it under the terms of the GNU General Public License as published by | |
* the Free Software Foundation; either version 2 of the License, or | |
* (at your option) any later version. | |
* | |
* This program is distributed in the hope that it will be useful, | |
* but WITHOUT ANY WARRANTY; without even the implied warranty of |
OlderNewer