From: Don Armstrong Date: Sat, 27 Feb 2016 00:07:25 +0000 (-0800) Subject: add .mrconfig and README X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=e80bb1b64533771c6df5568d48f80f24140cedf4;p=debian-r-master.git add .mrconfig and README --- e80bb1b64533771c6df5568d48f80f24140cedf4 diff --git a/.mrconfig b/.mrconfig new file mode 100644 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 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 ## + + + + +