Skip to content

Instantly share code, notes, and snippets.

View dabrahams's full-sized avatar
🤩
STLabbin’

Dave Abrahams dabrahams

🤩
STLabbin’
View GitHub Profile
Started by user dave
Checkout:workspace / /var/lib/hudson/jobs/ryppl/workspace - hudson.remoting.LocalChannel@3aae43b8
Using strategy: Default
Last Built Revision: Revision a6620dcd0d9ed1c2c7cb555bd12c7abe80f2c3cc (origin/master)
Checkout:workspace / /var/lib/hudson/jobs/ryppl/workspace - hudson.remoting.LocalChannel@3aae43b8
GitAPI created
Fetching changes from the remote Git repository
Fetching upstream changes from git://github.com/ryppl/ryppl.git
[workspace] $ git fetch -t git://github.com/ryppl/ryppl.git +refs/heads/*:refs/remotes/origin/*
[workspace] $ git ls-tree HEAD
2010-08-04 10:57:58 *Tunnelblick: OS X 10.6.4; Tunnelblick 3.1beta10 (build 1969); OpenVPN 2.1.1
2010-08-04 10:58:00 *Tunnelblick: Attempting connection with vpn-client-config; Set nameserver = 1; monitoring connection
2010-08-04 10:58:00 *Tunnelblick: /Applications/Tunnelblick.app/Contents/Resources/openvpnstart start vpn-client-config.tblk 1338 1 0 0 0 49
2010-08-04 10:58:00 OpenVPN 2.1.1 i386-apple-darwin10.4.0 [SSL] [LZO2] [PKCS11] built on Jul 27 2010
2010-08-04 10:58:00 MANAGEMENT: TCP Socket listening on 127.0.0.1:1338
2010-08-04 10:58:00 Need hold release from management interface, waiting...
2010-08-04 10:58:00 *Tunnelblick: openvpnstart: /Applications/Tunnelblick.app/Contents/Resources/openvpn --cd /Users/dave/Library/Application Support/Tunnelblick/Configurations/vpn-client-config.tblk/Contents/Resources --daemon --management 127.0.0.1 1338 --config /Users/dave/Library/Application Support/Tunnelblick/Configurations/vpn-client-config.tblk/Contents/Resources/config.ovpn --log /tmp/tunnelblick/logs/-S
diff --git a/src/ryppl/vcs/git.py b/src/ryppl/vcs/git.py
index 770ca33..0808936 100644
--- a/src/ryppl/vcs/git.py
+++ b/src/ryppl/vcs/git.py
@@ -15,8 +15,11 @@ class Git(PipGit):
if os.path.exists(location):
os.rmdir(location)
call_subprocess(
- [self.cmd, 'clone', '-b', rev or 'HEAD', url, location],
+ [self.cmd, 'clone', '-n', url, location],
@dabrahams
dabrahams / gravatar.el
Created October 12, 2010 14:49 — forked from znz/gnus-gravatar.el
Improved gravatar handling for wanderlust (maybe should push some of it up to gravatar.el?)
;;; gravatar.el --- Get Gravatars
;; Copyright (C) 2010 Free Software Foundation, Inc.
;; Author: Julien Danjou <julien@danjou.info>
;; Keywords: news
;; This file is part of GNU Emacs.
;; GNU Emacs is free software: you can redistribute it and/or modify
@dabrahams
dabrahams / php.html
Created October 21, 2010 11:03
/usr/bin/php-cgi -i output
X-Powered-By: PHP/5.2.4-2ubuntu5.12
Content-type: text/html
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "DTD/xhtml1-transitional.dtd">
<html><head>
<style type="text/css">
body {background-color: #ffffff; color: #000000;}
body, td, th, h1, h2 {font-family: sans-serif;}
pre {margin: 0px; font-family: monospace;}
a:link {color: #000099; text-decoration: none; background-color: #ffffff;}
@dabrahams
dabrahams / gist:656933
Created October 31, 2010 18:12
git status output
# On branch master
# Changes to be committed:
# (use "git reset HEAD <file>..." to unstage)
#
# modified: README
#
# Changed but not updated:
# (use "git add <file>..." to update what will be committed)
# (use "git checkout -- <file>..." to discard changes in working directory)
# (commit or discard the untracked or modified content in submodules)
diff --git a/tests/solver/data.libzypp/bugzilla-tests/Bug217574-test.solution b/tests/solver/data.libzypp/bugzilla-tests/Bug217574-test.solution
index 0aad7d3..c49b426 100644
--- a/tests/solver/data.libzypp/bugzilla-tests/Bug217574-test.solution
+++ b/tests/solver/data.libzypp/bugzilla-tests/Bug217574-test.solution
@@ -1,26 +1,40 @@
-Encountered problems! Here are the solutions:
-
-Problem 1:
-====================================
-nothing provides powersave needed by smartmontools-5.36.cvs20061025-15.i586
@dabrahams
dabrahams / install-scripts.sh
Created November 28, 2010 13:31
The ad-hoc scripts I've been using to install packages on my Mac
######################
# ./.disabled/dvc/build.sh
######################
set -e
autoconf
find . -name '*.elc' -exec rm {} +
PACKAGE="$HOME/.emacs.d/3rd-party/package.d/dvc"
rm -rf "$PACKAGE"
rm -rf 'xxbuild'
mkdir 'xxbuild'
@dabrahams
dabrahams / install.log
Created December 5, 2010 23:12
Hacked up ert install.sh to ignore bzr and create missing directories
./build.sh ~/.emacs.d/3rd-party/package.d/ert
sed -e s/NOT \(part of GNU Emacs\)/\1/ < /Users/dave/src/elisp.repo/3rd-party/ert/lisp/emacs-lisp/ert-batch.el > lisp/emacs-lisp/ert-batch.el
sed -e s/NOT \(part of GNU Emacs\)/\1/ < /Users/dave/src/elisp.repo/3rd-party/ert/lisp/emacs-lisp/ert-run.el > lisp/emacs-lisp/ert-run.el
sed -e s/NOT \(part of GNU Emacs\)/\1/ < /Users/dave/src/elisp.repo/3rd-party/ert/lisp/emacs-lisp/ert-ui.el > lisp/emacs-lisp/ert-ui.el
sed -e s/NOT \(part of GNU Emacs\)/\1/ < /Users/dave/src/elisp.repo/3rd-party/ert/lisp/emacs-lisp/ert-x.el > lisp/emacs-lisp/ert-x.el
sed -e s/NOT \(part of GNU Emacs\)/\1/ < /Users/dave/src/elisp.repo/3rd-party/ert/lisp/emacs-lisp/ert.el > lisp/emacs-lisp/ert.el
sed -e s/NOT \(part of GNU Emacs\)/\1/ < /Users/dave/src/elisp.repo/3rd-party/ert/test/automated/ert-tests.el > test/automated/ert-tests.el
sed -e s/NOT \(part of GNU Emacs\)/\1/ < /Users/dave/src/elisp.repo/3rd-party/ert/test/automated/ert-x-tests.el > test/automated/ert-x-tests.el
sed -e s/NOT \
@dabrahams
dabrahams / el-get.log
Created December 8, 2010 15:06
git log --graph --pretty=oneline output
* 4e90cce279a3b74f431af6a8c8394cc6b832df3f Avoid shadowing the real el-get-dir variable, or the defvar won't stick
* de7eff41150c89595c1b435ca0f148d070aa4a37 Rename wl => wanderlust (since we can, now!)
* ad6a3cbd1abdf62dd03da5f69e780605c915d5b0 The build recipe is universal, at least on *nix, and since el-get automatically handles autoloads, we don't need to `(require 'w3m-load)'
* 439638e0667fe534af25bb07a0a1c58b7b0e7d34 Add autoload support
* 049346c384b98331853a151c68cb2b6436655b59 Fix the flattening behavior and improve its description
* 303c7ed274f1ae41c3c7cda99df4740914e6d1ca It shouldn't be el-get-byte-compile's job to construct full path names.
* 79ec2bab61ac2d6dfc5879d35868c896feb3cb95 Remove needless debugging message
* a02d7c77bdcc3aef662edc1cf86eadf0b0f1f299 Make apel, flim, semi, and wl recipes work properly
* fe50ef868ae06abe094c8c5a71e956b0cc39742d Add el-get-load-path utility function for recipes
* 2b9ac5c41046e555601ee761b990ec134ec35540 Eliminate counterproductive concat