summaryrefslogtreecommitdiff
path: root/source_repositories
diff options
context:
space:
mode:
Diffstat (limited to 'source_repositories')
-rw-r--r--source_repositories/binutils.mdwn15
-rw-r--r--source_repositories/gdb.mdwn22
-rw-r--r--source_repositories/glibc.mdwn23
3 files changed, 22 insertions, 38 deletions
diff --git a/source_repositories/binutils.mdwn b/source_repositories/binutils.mdwn
deleted file mode 100644
index 52053b97..00000000
--- a/source_repositories/binutils.mdwn
+++ /dev/null
@@ -1,15 +0,0 @@
-[[!meta copyright="Copyright © 2010 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
-document under the terms of the GNU Free Documentation License, Version 1.2 or
-any later version published by the Free Software Foundation; with no Invariant
-Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license
-is included in the section entitled [[GNU Free Documentation
-License|/fdl]]."]]"""]]
-
-There is a repository for maintenance of [[/binutils]] for the Hurd's needs:
-`grubber:~tschwinge/tmp/binutils/git`.
-
-This repository uses [[TopGit]] and is based on
-<http://sourceware.org/git/?p=binutils.git;a=summary>.
diff --git a/source_repositories/gdb.mdwn b/source_repositories/gdb.mdwn
deleted file mode 100644
index 7418f5e4..00000000
--- a/source_repositories/gdb.mdwn
+++ /dev/null
@@ -1,22 +0,0 @@
-[[!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
-document under the terms of the GNU Free Documentation License, Version 1.2 or
-any later version published by the Free Software Foundation; with no Invariant
-Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license
-is included in the section entitled [[GNU Free Documentation
-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 3935da05..e31fac61 100644
--- a/source_repositories/glibc.mdwn
+++ b/source_repositories/glibc.mdwn
@@ -1,4 +1,4 @@
-[[!meta copyright="Copyright © 2010, 2012, 2013 Free Software Foundation,
+[[!meta copyright="Copyright © 2010, 2012, 2013, 2014 Free Software Foundation,
Inc."]]
[[!meta license="""[[!toggle id="license" text="GFDL 1.2+"]][[!toggleable
@@ -115,3 +115,24 @@ 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
+
+
+# Open Issues
+
+## IRC, freenode, #hurd, 2013-12-13
+
+ <braunr> is it ok to store several patches in one topgit branch ?
+ <braunr> or is it really designed for one patch per branch ?
+ <braunr> fatal: ambiguous argument 'origin/youpi/tls-threadvar': unknown
+ revision or path not in the working tree.
+ <braunr> tschwinge: ^
+ <braunr> tschwinge: does that ring a bell ?
+ <tschwinge> braunr: When/how did that happen?
+ <tschwinge> Has the branch been removed from the origin remote?
+ <tschwinge> Yes, has been deleted (on Savannah) on 2013-09-22.
+ <tschwinge> Are you somehow referencing that branch?
+ <braunr> tschwinge: tg remote --populate origin
+ <tschwinge> braunr: Then I'd guess that Samuel has removed that branch but
+ it is still referenced in some other branch's .topdeps file. I'll have a
+ look (but don't hold your breath.)
+ <braunr> tschwinge: sure