diff options
author | Thomas Schwinge <thomas@codesourcery.com> | 2012-07-30 14:23:25 +0200 |
---|---|---|
committer | Thomas Schwinge <thomas@codesourcery.com> | 2012-07-30 14:23:25 +0200 |
commit | c5a84cd2d1ac772e2fe187201a36cd9cccf3951c (patch) | |
tree | 0c889fc5ba5662f86537a9262ef2444d66e3307e /source_repositories | |
parent | 6ff002a3ee341782567b71a42d0e7eb3be596480 (diff) | |
download | web-c5a84cd2d1ac772e2fe187201a36cd9cccf3951c.tar.gz web-c5a84cd2d1ac772e2fe187201a36cd9cccf3951c.tar.bz2 web-c5a84cd2d1ac772e2fe187201a36cd9cccf3951c.zip |
open_issues/glibc: cba1c83ad62a11347684a9daf349e659237a1741 (2012-07-29)
Diffstat (limited to 'source_repositories')
-rw-r--r-- | source_repositories/glibc.mdwn | 12 |
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 |