summaryrefslogtreecommitdiff
path: root/source_repositories
diff options
context:
space:
mode:
Diffstat (limited to 'source_repositories')
-rw-r--r--source_repositories/glibc.mdwn10
1 files changed, 10 insertions, 0 deletions
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