Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonas Smedegaard <dr@jones.dk>2008-03-11 08:42:54 (GMT)
committer Jonas Smedegaard <dr@jones.dk>2008-03-11 08:42:54 (GMT)
commitf14cb9a0fbcc92a8631be207e2dfc15495cd1a69 (patch)
treead0504f4f4377688d22e70a85f9e1561d96319c1
parent7301f0567b47476d50f7297c56b57dbc2fc72f99 (diff)
* Fix README.packaging to use "pull; fetch --tags" (not "pull -t").
-rw-r--r--debian/README.packaging3
-rw-r--r--debian/changelog3
2 files changed, 4 insertions, 2 deletions
diff --git a/debian/README.packaging b/debian/README.packaging
index ec1b883..c0b03a2 100644
--- a/debian/README.packaging
+++ b/debian/README.packaging
@@ -42,7 +42,8 @@ of upstream source, and merges with our packaging branch:
cd sugar-base
git checkout upstream-git
-git pull -t
+git pull
+git fetch --tags
git checkout master
git pull . upstream-git
diff --git a/debian/changelog b/debian/changelog
index 36de2f2..74af413 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,8 +2,9 @@ sugar-datastore (0.8.0~git.13d354b-5) UNRELEASED; urgency=low
* Pass over maintenance of the package to the OLPC team: Change
Maintainer, and add myself to Uploaders.
+ * Fix README.packaging to use "pull; fetch --tags" (not "pull -t").
- -- Jonas Smedegaard <dr@jones.dk> Tue, 11 Mar 2008 03:52:26 +0100
+ -- Jonas Smedegaard <dr@jones.dk> Tue, 11 Mar 2008 09:42:46 +0100
sugar-datastore (0.8.0~git.13d354b-4) unstable; urgency=low