summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBob Mottram <bob.mottram@codethink.co.uk>2015-03-31 11:47:04 +0100
committerBob Mottram <bob.mottram@codethink.co.uk>2015-04-16 08:34:01 +0000
commit3568fa71d0113086e82942ce6f59aef2c9aab47b (patch)
tree4b46406fdde59eb2643cae00afa19e5dbae9c1dd
parent7965ebf71bf3270a30eff3cbb842c6c609c3dec9 (diff)
downloadfirehose-3568fa71d0113086e82942ce6f59aef2c9aab47b.tar.gz
NOTE: This patch series assumes the branch baserock/lauren/firehose as a starting point
Explain the presence of debian code Change-Id: Idfadb42cc1b4b12d0cd16e7a96f9180922228c50
-rw-r--r--README10
1 files changed, 5 insertions, 5 deletions
diff --git a/README b/README
index 425a1fd..8a0b36b 100644
--- a/README
+++ b/README
@@ -64,8 +64,8 @@ If Firehose fails due to an error in /tmp/morph_tmp/, edit /etc/morph.conf to in
[config]
repo-alias=baserock=git://git.baserock.org/baserock/#ssh://firehose@testgerrit.baserock.org:29418/baserock/,upstream=git://git.baserock.org/delta/#ssh://firehose@testgerrit.baserock.org:29418/delta/
-Debian Version Comparison
-=========================
-
-The `debian/` directory contains a subset of the `python-debian` module which
-is under the GPL and has its authors listed in the files themselves.
+Comparing tags within repos
+===========================
+To compare release version tags within repos some Debian code is used,
+which can be found within the *debian* directory. Only the version compare
+function is relevant here. The rest of the Debian stuff isn't used.