summaryrefslogtreecommitdiff
path: root/build-tools
diff options
context:
space:
mode:
Diffstat (limited to 'build-tools')
-rw-r--r--build-tools/config-home/builder/.bash_aliases8
-rw-r--r--build-tools/repo2
2 files changed, 10 insertions, 0 deletions
diff --git a/build-tools/config-home/builder/.bash_aliases b/build-tools/config-home/builder/.bash_aliases
new file mode 100644
index 0000000..c09a834
--- /dev/null
+++ b/build-tools/config-home/builder/.bash_aliases
@@ -0,0 +1,8 @@
+if [ -d ~/bin ];then
+ case ":$PATH:" in
+ (*:$HOME/bin:*) ;;
+ (*) export "PATH=$PATH:$HOME/bin";;
+ esac
+fi
+
+complete -F _reprepro repo
diff --git a/build-tools/repo b/build-tools/repo
new file mode 100644
index 0000000..46c0207
--- /dev/null
+++ b/build-tools/repo
@@ -0,0 +1,2 @@
+#!/bin/sh
+exec reprepro -b "${REPO_BASE:-$HOME/lets-roll}" "$@"