aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2015-06-19 21:42:07 -0300
committerSilvio Rhatto <rhatto@riseup.net>2015-06-19 21:42:07 -0300
commit8994d80bc61c845023556d6536ac12cb4c178532 (patch)
treeb56f9fe032284445268221fd0bd0d433b8d631ca /README.md
parentf7e86206f587b2ec1ab354e8c0e7336c54a243dc (diff)
downloaddebian-8994d80bc61c845023556d6536ac12cb4c178532.tar.gz
debian-8994d80bc61c845023556d6536ac12cb4c178532.tar.bz2
README update
Diffstat (limited to 'README.md')
-rw-r--r--README.md14
1 files changed, 14 insertions, 0 deletions
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..dad21b3
--- /dev/null
+++ b/README.md
@@ -0,0 +1,14 @@
+Rhatto's debian dotfiles
+========================
+
+This is the repository for rhatto's debian devscripts configuration.
+More information at https://git.sarava.org/metadot.git
+
+You might want use it with the following ~/.custom/pbuilderrc:
+
+ # Local package repository, see, see, see, see
+ # https://wiki.debian.org/AutomateBackports
+ # https://wiki.debian.org/PbuilderTricks#How_to_include_local_packages_in_the_build
+ EXTRAPACKAGES="apt-utils"
+ BINDMOUNTS="/path/to/debian/packages/build-area/${DIST}-${ARCH}"
+ export LOCALDEBS="$BINDMOUNTS"