[PATCH 16/21] Add svn-patch-authors
Felipe Contreras
felipe.contreras at gmail.com
Sun May 13 10:14:24 EDT 2012
No need to regenerate it everything; we can generate it with
'print-svn-authors' now that it's fixed.
Signed-off-by: Felipe Contreras <felipe.contreras at gmail.com>
---
migrate.sh | 4 -
svn-patch-authors | 2593 +++++++++++++++++++++++++++++++++++++++++
svn-patch-authors.gtk1-stable | 27 -
svn-patch-authors.missing | 7 -
svn-patch-authors.oldstatus | 209 ----
svn-patch-authors.orig | 2350 -------------------------------------
6 files changed, 2593 insertions(+), 2597 deletions(-)
create mode 100644 svn-patch-authors
delete mode 100644 svn-patch-authors.gtk1-stable
delete mode 100644 svn-patch-authors.missing
delete mode 100644 svn-patch-authors.oldstatus
delete mode 100644 svn-patch-authors.orig
diff --git a/migrate.sh b/migrate.sh
index c22b59c..bf7c9e9 100755
--- a/migrate.sh
+++ b/migrate.sh
@@ -135,10 +135,6 @@ $PYTHON ./add-committer-certs.py $db $key
# For SVN commits of patches, move the author to a committer cert (since these
# MTN revisions were signed by tailor, which we ignore above) and add the patch
# writer as the author.
-cp svn-patch-authors.orig svn-patch-authors
-cat svn-patch-authors.gtk1-stable >> svn-patch-authors
-cat svn-patch-authors.missing >> svn-patch-authors
-cat svn-patch-authors.oldstatus >> svn-patch-authors
$PYTHON ./fix-svn-author-certs.py $db $key
# Alert us of revisions that still need fixing...
diff --git a/svn-patch-authors b/svn-patch-authors
new file mode 100644
diff --git a/svn-patch-authors.missing b/svn-patch-authors.missing
deleted file mode 100644
diff --git a/svn-patch-authors.oldstatus b/svn-patch-authors.oldstatus
deleted file mode 100644
diff --git a/svn-patch-authors.orig b/svn-patch-authors.orig
deleted file mode 100644
--
1.7.10.1
More information about the Devel
mailing list