summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README9
-rw-r--r--baserock.detritus11
2 files changed, 20 insertions, 0 deletions
diff --git a/README b/README
index ee25d3a..31932c9 100644
--- a/README
+++ b/README
@@ -5,6 +5,15 @@ Detritus is a tool to take upstream source code (in various formats,
though preferably in version control) and converts it into a git
repository.
+If you want to try this, use `--pull-only` and/or `--gitorious-base-url`
+so that you do not accidentally overwrite important stuff for Baserock.
+(If you don't have direct commit access to Baserock on Gitorious.org,
+then you're not dangerous.)
+
+See the manual page for instructions on using.
+
+`baserock.detritus` is the file used by Lars to keep Baserock updated.
+
Legal stuff
-----------
diff --git a/baserock.detritus b/baserock.detritus
new file mode 100644
index 0000000..db91752
--- /dev/null
+++ b/baserock.detritus
@@ -0,0 +1,11 @@
+{
+ "gawk": {
+ "type": "git",
+ "url": "git://git.savannah.gnu.org/gawk.git"
+ },
+ "linux": {
+ "type": "git",
+ "url": "git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git"
+ }
+}
+