diff options
| author | Paul Eggert | 2012-02-10 10:58:48 -0800 |
|---|---|---|
| committer | Paul Eggert | 2012-02-10 10:58:48 -0800 |
| commit | 6e6c82a4e687708d5a7a3887f92db45bd74da276 (patch) | |
| tree | 85dc3105240e84a8cddadb25d572e170fcdbd8bc /admin/notes | |
| parent | 78df1fb1d46d556bfc2698ca1802972b13613ba8 (diff) | |
| parent | cc26d239af9a82cff079556a1daff4b4bf60eb5c (diff) | |
| download | emacs-6e6c82a4e687708d5a7a3887f92db45bd74da276.tar.gz emacs-6e6c82a4e687708d5a7a3887f92db45bd74da276.zip | |
Merge from trunk.
Diffstat (limited to 'admin/notes')
| -rw-r--r-- | admin/notes/bugtracker | 11 | ||||
| -rw-r--r-- | admin/notes/lel-TODO | 11 |
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' | |||
| 640 | in /usr/share/perl5/Debbugs/Config.pm. | 640 | in /usr/share/perl5/Debbugs/Config.pm. |
| 641 | And update /var/www/Developer.html with a description of what the tag means. | 641 | And update /var/www/Developer.html with a description of what the tag means. |
| 642 | And the "valid tags" list in /var/www/index.html. | 642 | And the "valid tags" list in /var/www/index.html. |
| 643 | |||
| 644 | ** Backups | ||
| 645 | |||
| 646 | The FSF sysadmins handle multi-generational backups of the filesystem | ||
| 647 | on debbugs.gnu.org. But if you really want to have your own backup of | ||
| 648 | the bug database, you can use rsync (this requires login access to | ||
| 649 | debbugs.gnu.org): | ||
| 650 | |||
| 651 | rsync -azvv -e ssh USER@debbugs.gnu.org:/var/lib/debbugs/ DEST | ||
| 652 | |||
| 653 | Note 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 |