Skip to content

Instantly share code, notes, and snippets.

View durin42's full-sized avatar

Augie Fackler durin42

View GitHub Profile
FROM debian:buster
RUN groupadd -g 1000 build && \
useradd -u 1000 -g 1000 -s /bin/bash -d /build -m build && \
mkdir /toolchain && chown build /toolchain
RUN apt-get update && apt-get install -y \
build-essential \
clang \
cmake \
### Keybase proof
I hereby claim:
* I am durin42 on github.
* I am durin42 (https://keybase.io/durin42) on keybase.
* I have a public key whose fingerprint is 2BCC E14F 5C67 25AA 2EA8 AEB7 B9C9 DC82 4AA5 BDD5
To claim this, I am signing this object:
from svn import core
from svn import client
import os
import sys
old, new = 0,1
os.system('mkdir example')
os.chdir('example')
url = 'file://%s/repo' % os.getcwd()
os.system('svnadmin create repo')