aboutsummaryrefslogtreecommitdiffstats
path: root/admin/notes
diff options
context:
space:
mode:
Diffstat (limited to 'admin/notes')
-rw-r--r--admin/notes/bugtracker11
-rw-r--r--admin/notes/lel-TODO11
2 files changed, 16 insertions, 6 deletions
diff --git a/admin/notes/bugtracker b/admin/notes/bugtracker
index dd1ea46ceb2..3c24212ea10 100644
--- a/admin/notes/bugtracker
+++ b/admin/notes/bugtracker
@@ -640,3 +640,14 @@ I think you also have to add them to 'tags' and 'tags_single_letter'
640in /usr/share/perl5/Debbugs/Config.pm. 640in /usr/share/perl5/Debbugs/Config.pm.
641And update /var/www/Developer.html with a description of what the tag means. 641And update /var/www/Developer.html with a description of what the tag means.
642And the "valid tags" list in /var/www/index.html. 642And the "valid tags" list in /var/www/index.html.
643
644** Backups
645
646The FSF sysadmins handle multi-generational backups of the filesystem
647on debbugs.gnu.org. But if you really want to have your own backup of
648the bug database, you can use rsync (this requires login access to
649debbugs.gnu.org):
650
651 rsync -azvv -e ssh USER@debbugs.gnu.org:/var/lib/debbugs/ DEST
652
653Note that this occupies well over 1G of disk space.
diff --git a/admin/notes/lel-TODO b/admin/notes/lel-TODO
index 065a10f20e4..139aa09e919 100644
--- a/admin/notes/lel-TODO
+++ b/admin/notes/lel-TODO
@@ -7,6 +7,7 @@ See the end of the file for license conditions.
7* Status Key 7* Status Key
8 - -- as yet unknown 8 - -- as yet unknown
9 n/a -- not applicable (internal, uninteresting, etc) 9 n/a -- not applicable (internal, uninteresting, etc)
10 obsolete -- an obsolete feature, to be removed in future
10 todo -- not documented but should be 11 todo -- not documented but should be
11 NODE -- documented in or under info node NODE 12 NODE -- documented in or under info node NODE
12 13
@@ -26,7 +27,6 @@ See the end of the file for license conditions.
26 bytecomp (elisp) Compilation Functions 27 bytecomp (elisp) Compilation Functions
27 checkdoc (elisp) Documentation Tips 28 checkdoc (elisp) Documentation Tips
28 cl (cl) 29 cl (cl)
29 cl-19 n/a
30 cl-compat n/a 30 cl-compat n/a
31 cl-specs n/a 31 cl-specs n/a
32 copyright - 32 copyright -
@@ -47,13 +47,12 @@ See the end of the file for license conditions.
47 generic (elisp) Generic Modes 47 generic (elisp) Generic Modes
48 gulp n/a 48 gulp n/a
49 helper - 49 helper -
50 levents - 50 levents obsolete
51 lisp-float-type - 51 lisp-float-type -
52 lisp-mnt - 52 lisp-mnt -
53 lisp-mode n/a 53 lisp-mode n/a
54 lmenu - 54 lmenu obsolete
55 lselect - 55 lucid obsolete
56 lucid -
57 macroexp (elisp) Expansion 56 macroexp (elisp) Expansion
58 pp (emacs) Program Indent 57 pp (emacs) Program Indent
59 re-builder - 58 re-builder -
@@ -62,7 +61,7 @@ See the end of the file for license conditions.
62 ring (elisp) Rings 61 ring (elisp) Rings
63 rx - 62 rx -
64 shadow - 63 shadow -
65 sregex - 64 sregex obsolete
66 syntax (elisp) Position Parse 65 syntax (elisp) Position Parse
67 testcover - 66 testcover -
68 timer (elisp) Timers 67 timer (elisp) Timers