aboutsummaryrefslogtreecommitdiff
path: root/CODE-OF-CONDUCT
diff options
context:
space:
mode:
authorArtyom V. Poptsov <poptsov.artyom@gmail.com>2024-12-20 23:12:04 +0300
committerArtyom V. Poptsov <poptsov.artyom@gmail.com>2024-12-20 23:12:25 +0300
commit63d50e2fe587752d6b21181a69493304d3a78a97 (patch)
tree6bc7ba2d78e76c81900cec1ef0c88bbeb6adc373 /CODE-OF-CONDUCT
parentd7bd22a4863214fd1df427bbebd1859eddd71f9b (diff)
downloadguix-63d50e2fe587752d6b21181a69493304d3a78a97.tar.gz
guix-63d50e2fe587752d6b21181a69493304d3a78a97.zip
gnu: go-suah-dev-protect: Fix a lint warning.
* gnu/packages/golang-xyz.scm (go-suah-dev-protect) [synopsis]: Fix a lint warning: Remove a period at the end of the synopsis. Change-Id: Icde2f81fa7abc7485e0d1c5bc05de08d63796707
Diffstat (limited to 'CODE-OF-CONDUCT')
0 files changed, 0 insertions, 0 deletions
system/file-systems.scm (invalid-file-system-flags): Add 'no-diratime to the list of KNOWN-FLAGS. Tobias Geerinckx-Rice 2022-09-26file-systems: Add cgroup2 to %pseudo-file-system-types....* gnu/system/file-systems.scm (%pseudo-file-system-types): Add cgroup2. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Hilton Chain 2022-08-10gnu: system: file-systems: Add shared flag....* gnu/build/file-systems.scm (mount-flags->bit-mask, mount-file-system): Handle shared flag. * gnu/system/file-systems.scm (invalid-file-system-flags): Add shared to known flags. * guix/build/syscalls.scm (MS_SHARED): New variable. * doc/guix.texi (File Systems): Document shared flag. Oleg Pykhalov 2022-05-01file-systems: Avoid load-time warnings when attempting to load (guix store)....This makes sure warnings like "incompatible bytecode version" don't go through when looking for (guix store). * gnu/system/file-systems.scm (%store-prefix): Parameterize 'current-warning-port' around 'resolve-module' call. Ludovic Courtès