Skip to content

Instantly share code, notes, and snippets.

Keybase proof

I hereby claim:

  • I am mbucc on github.
  • I am markb (https://keybase.io/markb) on keybase.
  • I have a public key whose fingerprint is 72B9 77D5 3933 0C03 70F6 DCCA C1D0 8751 C099 E251

To claim this, I am signing this object:

@mbucc
mbucc / build.sh
Last active June 28, 2018 11:41
gradle build script: increment build number (1.0.0-build23), commit and tag repo
#! /bin/sh -e
#
# Build Gradle distribution tarball. Crank version and tag repo if code has changed since last build.
#
# Abort if uncommitted changes.
# Maintain build number (in build.log file) and increment if code has changed since last build.
# When build number changes, update version in build.gradle and tag repo.
# Version number pattern in build.gradle: version = "1.0.0-build31"
#
# Usage: ./build.sh
@mbucc
mbucc / answerfile
Created May 2, 2019 23:34
Alpine Linux 3.8.4 answerfile and usercfg.txt for Raspberry Pi
# Example answer file for setup-alpine script
# If you don't want to use a certain option, then comment it out
# See https://wiki.alpinelinux.org/wiki/Alpine_setup_scripts for option values.
# Use US layout with US variant
KEYMAPOPTS="us us"
# Set hostname to alpine-test
#HOSTNAMEOPTS="-n alpine-test"
HOSTNAMEOPTS="-n tallis"