]> git.donarmstrong.com Git - debian-r-master.git/commitdiff
add .mrconfig and README
authorDon Armstrong <don@donarmstrong.com>
Sat, 27 Feb 2016 00:07:25 +0000 (16:07 -0800)
committerDon Armstrong <don@donarmstrong.com>
Sat, 27 Feb 2016 00:07:25 +0000 (16:07 -0800)
.mrconfig [new file with mode: 0644]
README.md [new file with mode: 0644]

diff --git a/.mrconfig b/.mrconfig
new file mode 100644 (file)
index 0000000..6b2c4d5
--- /dev/null
+++ b/.mrconfig
@@ -0,0 +1,4 @@
+[dak]
+checkout = git clone http://git.donarmstrong.com/dak.git dak
+[wanna-build]
+checkout = git clone http://git.donarmstrong.com/wannabuild.git wanna-build
\ No newline at end of file
diff --git a/README.md b/README.md
new file mode 100644 (file)
index 0000000..b254cb1
--- /dev/null
+++ b/README.md
@@ -0,0 +1,24 @@
+# Debian R FTP Master Configuration #
+
+## Checkout git repositories ##
+
+Checkout the master repository:
+`git clone http://git.donarmstrong.com/debian-r-master.git`
+
+Use mr to checkout dak and wanna-build:
+`mr up`
+
+Switch dak and wanna-build to the `debian-r` branch;
+
+`for a in dak wanna-build; do (cd $a; git checkout debian-r;); done;`
+
+## Set up databases ##
+
+## Configure ftp upload ##
+
+## Configure cron jobs ##
+
+
+
+
+