This file contains 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
Console output: | |
--------------- | |
/usr/local/opt/python/bin/python2 -c import numpy | |
/usr/local/opt/python/bin/python2 -c import numpy | |
==> Downloading http://sourceforge.net/projects/opencvlibrary/files/opencv-unix/2.4.5/opencv-2.4.5.tar.gz | |
Already downloaded: /Library/Caches/Homebrew/opencv-2.4.5.tar.gz | |
tar xf /Library/Caches/Homebrew/opencv-2.4.5.tar.gz | |
==> Downloading patches | |
/usr/bin/curl -f#LA Homebrew 0.9.4 (Ruby 1.8.7-358; Mac OS X 10.8.4) https://github.com/Itseez/opencv/commit/6e119049ce3228ca82acb7f4aaa2f4bceeddcbdf.patch -o 000-homebrew.diff --silent |
This file contains 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 jenkins.model.Jenkins | |
build = Jenkins.instance.items[0].builds[0] | |
println build | |
println("Available actions on the build: " + build.actions) | |
def analysisCoreActions = [] | |
// All static analysis actions based on static analysis core can be handled uniformly | |
analysisCoreActions.addAll(build.actions.findAll{it.class.name =~ "hudson.plugins.checkstyle.CheckStyle.*ResultAction"}) |
This file contains 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
languitar@miles:/usr/local$ cat Library/Taps/languitar-formulas/rst-proto.rb | |
require 'formula' | |
class RstProto < Formula | |
homepage 'https://toolkit.cit-ec.uni-bielefeld.de/components/generic/robotics-system-types' | |
url 'https://code.cor-lab.de/git/rst.git.proto.git', :using => :git, :branch => '0.9' | |
version '0.9' | |
head 'https://code.cor-lab.de/git/rst.git.proto.git', :using => :git | |
option :universal |
This file contains 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
jwienke@cinnabar /tmp> mkdir influxtest | |
jwienke@cinnabar /tmp> cd influxtest/ | |
jwienke@cinnabar /tmp/influxtest> ls | |
jwienke@cinnabar /tmp/influxtest> git clone https://github.com/influxdb/influxdb.git | |
Cloning into 'influxdb'... | |
remote: Counting objects: 10051, done. | |
remote: Compressing objects: 100% (3230/3230), done. | |
remote: Total 10051 (delta 6809), reused 9752 (delta 6583) | |
Receiving objects: 100% (10051/10051), 3.28 MiB | 621 KiB/s, done. | |
Resolving deltas: 100% (6809/6809), done. |
This file contains 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
[01/13/15 10:39:38] processors/check-tx-v3-proc.c(313): repo version is 1, protocol version is 7. | |
[01/13/15 10:39:38] transfer-mgr.c(309): Transfer repo '4c125bca': ('normal', 'check') --> ('normal', 'commit') | |
[01/13/15 10:39:38] transfer-mgr.c(309): Transfer repo '4c125bca': ('normal', 'commit') --> ('normal', 'fs') | |
[01/13/15 10:39:38] transfer-mgr.c(309): Transfer repo '4c125bca': ('normal', 'fs') --> ('normal', 'check-blocks') | |
[01/13/15 10:39:38] transfer-mgr.c(309): Transfer repo '4c125bca': ('normal', 'check-blocks') --> ('normal', 'get-chunk-server') | |
[01/13/15 10:39:38] transfer-mgr.c(309): Transfer repo '4c125bca': ('normal', 'get-chunk-server') --> ('normal', 'data') | |
[01/13/15 10:39:39] transfer-mgr.c(309): Transfer repo '4c125bca': ('normal', 'data') --> ('normal', 'update-branch') | |
[01/13/15 10:39:39] transfer-mgr.c(309): Transfer repo '4c125bca': ('normal', 'update-branch') --> ('finished', 'finished') | |
[01/13/15 10:39:39] sync-mgr.c(557): Repo 'literature' sync state transition from 'uploading' to ' |
This file contains 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
GNU gdb (Ubuntu 7.7.1-0ubuntu5~14.04.2) 7.7.1 | |
Copyright (C) 2014 Free Software Foundation, Inc. | |
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html> | |
This is free software: you are free to change and redistribute it. | |
There is NO WARRANTY, to the extent permitted by law. Type "show copying" | |
and "show warranty" for details. | |
This GDB was configured as "x86_64-linux-gnu". | |
Type "show configuration" for configuration details. | |
For bug reporting instructions, please see: | |
<http://www.gnu.org/software/gdb/bugs/>. |
This file contains 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/PKGBUILD b/PKGBUILD | |
index f12373f..76ea984 100644 | |
--- a/PKGBUILD | |
+++ b/PKGBUILD | |
@@ -7,7 +7,7 @@ | |
_pkgname=autorandr | |
pkgname=autorandr-git | |
-pkgver=r210.582290b | |
+pkgver=r234.dcd4b26 |
This file contains 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
commit 04964b86ac903d6e41ea69b865f5dc1d2ca11cb7 | |
Author: Johannes Wienke <[email protected]> | |
Date: Fri Nov 25 13:23:41 2016 +0100 | |
Version bump to 3.0.0 | |
diff --git a/.SRCINFO b/.SRCINFO | |
index dcca1be..1547778 100644 | |
--- a/.SRCINFO | |
+++ b/.SRCINFO |
This file contains 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
Process: mcabber [68690] | |
Path: /usr/local/Cellar/mcabber/1.0.5/bin/mcabber | |
Identifier: mcabber | |
Version: 0 | |
Code Type: X86-64 (Native) | |
Parent Process: fish [24616] | |
Responsible: mcabber [68690] | |
User ID: 1000 | |
Date/Time: 2017-02-16 00:00:02.760 +0100 |
This file contains 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
Process: mcabber [39323] | |
Path: /usr/local/Cellar/mcabber/1.0.5/bin/mcabber | |
Identifier: mcabber | |
Version: 0 | |
Code Type: X86-64 (Native) | |
Parent Process: fish [24616] | |
Responsible: mcabber [39323] | |
User ID: 1000 | |
Date/Time: 2017-02-13 22:30:57.073 +0100 |
OlderNewer