diff options
author | Carlos O'Donell <carlos@redhat.com> | 2024-03-08 17:10:15 -0500 |
---|---|---|
committer | Carlos O'Donell <carlos@redhat.com> | 2024-03-08 17:10:15 -0500 |
commit | 06d424a4fb0eadd5affd6f7e19c33086a58ad762 (patch) | |
tree | 74e3c6e51f4dbe4ff5e8a465d8a09a422751f3ad /source/projects | |
parent | d53609189431283ba99b7eb51534d4df06bc87c1 (diff) | |
download | cti.coretoolchain.dev-06d424a4fb0eadd5affd6f7e19c33086a58ad762.tar.gz |
index: Restructure front page.
We restructure the front page significantly based on feedback
from the CTI TAC (Thank you David Edelsohn!).
The focus of landing page is now firmly around:
* secure infrastructure
* continuity planning
* security policy planning
These 3 items are a focal point for CTI based on previous
writeups that we've done for CTI
A picture of the GNU Tools Cauldron 2023 get together is included
to provide a viewer context on the group of developers.
Additionally some of the content is moved down to the new sub
pages.
Signed-off-by: Carlos O'Donell <carlos@redhat.com>
Diffstat (limited to 'source/projects')
-rw-r--r-- | source/projects/enum.rst | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/source/projects/enum.rst b/source/projects/enum.rst index 45edeb2..34f11aa 100644 --- a/source/projects/enum.rst +++ b/source/projects/enum.rst @@ -14,10 +14,10 @@ GNU Compiler Collection * AdaCore git hooks. - * Older (Python 2) version of those hooks, commit - :spelling:ignore:`1f9082567e82788e4da748fe13ddd0b230166faf`. Should move to - current Python 3 version, but will require careful review of - hook configuration to update for any incompatible changes + * Older (Python 2) version of those hooks, + commit `1f9082567e82788e4da748fe13ddd0b230166faf`. + Should move to current Python 3 version, but will require careful + review of hook configuration to update for any incompatible changes since the version currently used. * See refs/meta/config:project.config for hook configuration. @@ -453,7 +453,7 @@ GNU Binary Utilities * URLs to a given commit in the Web UI should be easily computable using their SHA1; e.g. - "https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=%(rev)s" + "https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=%(rev)s" We use those in the commit emails being sent by the git-hooks. * Mailing lists |