summaryrefslogtreecommitdiff
path: root/source_repositories
diff options
context:
space:
mode:
authorThomas Schwinge <thomas@codesourcery.com>2012-07-30 14:23:25 +0200
committerThomas Schwinge <thomas@codesourcery.com>2012-07-30 14:23:25 +0200
commitc5a84cd2d1ac772e2fe187201a36cd9cccf3951c (patch)
tree0c889fc5ba5662f86537a9262ef2444d66e3307e /source_repositories
parent6ff002a3ee341782567b71a42d0e7eb3be596480 (diff)
open_issues/glibc: cba1c83ad62a11347684a9daf349e659237a1741 (2012-07-29)
Diffstat (limited to 'source_repositories')
-rw-r--r--source_repositories/glibc.mdwn12
1 files changed, 11 insertions, 1 deletions
diff --git a/source_repositories/glibc.mdwn b/source_repositories/glibc.mdwn
index fabd7cab..7ca89ae0 100644
--- a/source_repositories/glibc.mdwn
+++ b/source_repositories/glibc.mdwn
@@ -1,4 +1,4 @@
-[[!meta copyright="Copyright © 2010 Free Software Foundation, Inc."]]
+[[!meta copyright="Copyright © 2010, 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
@@ -91,3 +91,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