summaryrefslogtreecommitdiff
path: root/source_repositories
diff options
context:
space:
mode:
authorThomas Schwinge <thomas@codesourcery.com>2012-12-11 11:22:18 +0100
committerThomas Schwinge <thomas@codesourcery.com>2012-12-11 11:22:18 +0100
commita61ab7b60a4f29bf7652aafea2319bdc11ab06d8 (patch)
treed3eb5bef5cedae809d671aa9f8b6523c9000faf0 /source_repositories
parent1c36eb6c025084af76c5b930ca4adc5953560fd7 (diff)
parent573d363a3458b8a37e6ec929c778dae8abf90fab (diff)
Merge remote-tracking branch 'feldtkeller.SCHWINGE/master'
Conflicts: hurd/libstore/nbd_store.mdwn open_issues/glibc.mdwn open_issues/libpthread_CLOCK_MONOTONIC.mdwn open_issues/packaging_libpthread.mdwn shortcuts.mdwn
Diffstat (limited to 'source_repositories')
-rw-r--r--source_repositories/gdb.mdwn9
-rw-r--r--source_repositories/glibc.mdwn10
2 files changed, 18 insertions, 1 deletions
diff --git a/source_repositories/gdb.mdwn b/source_repositories/gdb.mdwn
index 76b82534..7418f5e4 100644
--- a/source_repositories/gdb.mdwn
+++ b/source_repositories/gdb.mdwn
@@ -1,4 +1,5 @@
-[[!meta copyright="Copyright © 2010, 2011 Free Software Foundation, Inc."]]
+[[!meta copyright="Copyright © 2010, 2011, 2012 Free Software Foundation,
+Inc."]]
[[!meta license="""[[!toggle id="license" text="GFDL 1.2+"]][[!toggleable
id="license" text="Permission is granted to copy, distribute and/or modify this
@@ -11,5 +12,11 @@ License|/fdl]]."]]"""]]
There is a repository for maintenance of [[/GDB]] for the Hurd's needs:
`grubber:~tschwinge/tmp/gdb/git`.
+<!--
+
+No longer, but can't accesss/remove at the moment.
+
This repository uses [[TopGit]] and is based on
<http://sourceware.org/git/?p=gdb.git;a=summary>.
+
+-->
diff --git a/source_repositories/glibc.mdwn b/source_repositories/glibc.mdwn
index e8288b5b..d9a470ae 100644
--- a/source_repositories/glibc.mdwn
+++ b/source_repositories/glibc.mdwn
@@ -104,3 +104,13 @@ Make `tschwinge/Roger_Whittaker` (the current branch) depend on it:
4 files changed, 20 insertions(+), 14 deletions(-)
rename {nptl/sysdeps/pthread => sysdeps/gnu}/rt-unwind-resume.c (100%)
rename {nptl/sysdeps/pthread => sysdeps/gnu}/unwind-resume.c (93%)
+
+
+# Maintenance
+
+## Tags
+
+Occasionally push new tags from the sourceware repository to the Savannah one:
+
+ $ git fetch sourceware
+ $ git tag | grep ^glibc- | sed 's%^%tag %' | xargs git push savannah