Skip to content

Instantly share code, notes, and snippets.

View tboerger's full-sized avatar
:shipit:
Getting mad with crazy stuff

Thomas Boerger tboerger

:shipit:
Getting mad with crazy stuff
  • Cloudpunks GmbH
  • Nuremberg, Germany
  • 10:44 (UTC +02:00)
  • X @tboerger
View GitHub Profile
From 6321204d16917acbfecfc78233580ea9dc0695be Mon Sep 17 00:00:00 2001
From: Thomas Boerger <[email protected]>
Date: Sat, 28 Jan 2017 18:07:18 +0100
Subject: [PATCH] Allow custom public files
Signed-off-by: Thomas Boerger <[email protected]>
---
cmd/web.go | 5 +++++
modules/public/public.go | 17 +++++++++++++++++
2 files changed, 22 insertions(+)
From f41c39680dd48bd6589f5509aa588a64ff9bed21 Mon Sep 17 00:00:00 2001
From: Thomas Boerger <[email protected]>
Date: Sat, 28 Jan 2017 18:07:18 +0100
Subject: [PATCH] Allow custom public files
Signed-off-by: Thomas Boerger <[email protected]>
---
cmd/web.go | 5 +++++
modules/public/dynamic.go | 2 +-
modules/public/public.go | 17 +++++++++++++++++
From ca05872f3865046629ba4c3dca20f642b41bb2ca Mon Sep 17 00:00:00 2001
From: Thomas Boerger <[email protected]>
Date: Sat, 28 Jan 2017 18:07:18 +0100
Subject: [PATCH] Allow custom public files
Signed-off-by: Thomas Boerger <[email protected]>
---
cmd/web.go | 5 +++++
modules/public/dynamic.go | 4 +++-
modules/public/public.go | 17 +++++++++++++++++

Keybase proof

I hereby claim:

  • I am tboerger on github.
  • I am tboerger (https://keybase.io/tboerger) on keybase.
  • I have a public key whose fingerprint is 9336 967C EB7E 52FD 4611 8A18 F630 5965 0102 6DB5

To claim this, I am signing this object:

@tboerger
tboerger / Makefile
Last active January 18, 2016 18:28
Drone plugin example Makefile
.PHONY: clean deps fmt vet test docker
EXECUTABLE ?= drone-webhook
IMAGE ?= plugins/$(EXECUTABLE)
CI_BUILD_NUMBER ?= 0
LDFLAGS = -X "main.buildDate=$(shell date -u '+%Y-%m-%d %H:%M:%S %Z')"
PACKAGES = $(shell go list ./... | grep -v /vendor/)
clean:
[{{ build.status }}] {{ repo.owner }}/{{ repo.name }} ({{ build.branch }} - {{ truncate build.commit 8 }})
#
# spec file for package golang-github-codegangsta-cli
#
# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
ruby2.1-rubygem-tilt = 2.0.1-29.1
ruby2.1-rubygem-tilt(x86-64) = 2.0.1-29.1
rubygem(ruby:2.1.0:tilt) = 2.0.1
rubygem(ruby:2.1.0:tilt:2) = 2.0.1
rubygem(ruby:2.1.0:tilt:2.0) = 2.0.1
rubygem(ruby:2.1.0:tilt:2.0.1) = 2.0.1
rubygem(tilt) = 2.0.1
ar: 'العربية'
cs: 'čeština'
de: 'Deutsch'
en: 'English'
es: 'Español'
fr: 'français'
hu: 'magyar'
it: 'Italiano'
ja: '日本語'
ko: '한국어'
#!/usr/bin/env bash
case "$1" in
current)
amixer sget Master -M | grep -oE "[[:digit:]]*%" | head -n1 | tr -d %
;;
raise)
amixer -q sset Master 5%+ unmute
;;
lower)