aboutsummaryrefslogtreecommitdiff
path: root/etc
Commit message (Collapse)AuthorAge
* teams: Add Matt to the documentation team.Matthew Trzcinski2 days
| | | | | | | * etc/teams.scm (Matthew Trzcinski): New member. Signed-off-by: Florian Pelz <pelzflorian@pelzflorian.de> Change-Id: I5f75d8e74d972c60760b8fb57bcef0b76a971962
* teams: Add myself to the documentation team.Florian Pelz12 days
| | | | | | * etc/teams.scm (Florian Pelz): Add to documentation team. Change-Id: I904097dbaf32ed0ae80caff5ef966bed287a2a05
* teams: Add myself to the documentation team.Ludovic Courtès12 days
| | | | | | * etc/teams.scm (Ludovic Courtès): Add to documentation team. Change-Id: Icf71ad8e2ebbe2b65ab3b6c0cf8cd8fe60cf2d0a
* teams: Add documentation team.Ludovic Courtès12 days
| | | | | | * etc/teams.scm (documentation): New team. Change-Id: I34d4ed9029f369ebf0d1f510cc0810baca2ced89
* news: Add entry for ‘guix git authenticate’ changes.Ludovic Courtès12 days
| | | | | | | | | * etc/news.scm: Add entry. Change-Id: I661a0c0bfc373b87a70508ad9a735315c96ba4a5 Co-authored-by: Florian Pelz <pelzflorian@pelzflorian.de> Change-Id: Ibafef9d432df163948c4884279d4ce2579ed0312
* news: Add entry for removing linux-libre 6.7 (EoL).Wilko Meyer13 days
| | | | | | | * etc/news.scm: Add entry for linux-libre 6.7 removal. Change-Id: I8fe3eb3f68023e85fcac7549c06d2cc26cd8e810 Signed-off-by: Leo Famulari <leo@famulari.name>
* guix-install.sh: Fix setting GUIX_LOCPATH.Tomas Volf2024-04-29
| | | | | | | | | | | | | | | | | | | | After installing Guix home on my new foreign system, the locale did not work and GDM did not even let me to log in. After some digging around using tty3 and tty4, I realized the GUIX_LOCPATH is not being set properly. I had nothing installed in the ~/.guix-profile (the symlink did not even exist) and I had glibc-locales installed in ~/.guix-home, yet GUIX_LOCPATH contained "$HOME/.guix-profile/lib/locale:". I believe when the code was modified from the original "home or profile" to the current "home and profile" the || was used by accident instead of &&. I also remove the trailing :, since it is taken care of by the ${...:+:}. * etc/guix-install.sh (sys_create_init_profile): Change-Id: I8a3287fe809af58aee2edc924154eecf91fa1eb8 Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* guix-install.sh: Add default value for XCURSOR_PATH.Tomas Volf2024-04-29
| | | | | | | | | | | | This improves compatibility with (at least) Gnome based systems. On my new Ubuntu 22.04 install the mouse cursor was broken (after I installed Guix) until I set this. * etc/guix-install.sh (sys_create_init_profile): Set default value for XCURSOR_PATH. Change-Id: I489f0307d99e4d8d82671f291c78b90c7b6dae4a Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* news: Update news and commit for nss-certs change.Florian Pelz2024-04-23
| | | | | | | | | As discussed in <https://lists.gnu.org/archive/html/guix-devel/2024-04/msg00211.html>. * etc/news.scm: Update. Change-Id: Id893abe6642de3939f7993267075764e4bb5d820
* news: Add 'de' translation.Florian Pelz2024-04-20
| | | | | | * etc/news.scm: Add German translation for nss-certs entry. Change-Id: I82343fdc81c370a2a11e0c7bce55e5914187861f
* news: Add entry for nss-certs being added to %base-packages.Maxim Cournoyer2024-04-18
| | | | | | | * etc/news.scm: New entry. * NEWS: Update news. Change-Id: I40e0b859f2af0bb0e652925a53d6447ea6fbacfb
* teams: Remove Björn Höfling from their team due to inactivity.Leo Famulari2024-04-09
| | | | | | * etc/teams.scm (Björn Höfling): Remove from the JAVA team. Change-Id: I384e4aebff18485ea5c5bf444a46dc88a64af72d
* teams: Remove Raghav Gururajan from their teams due to inactivity.Leo Famulari2024-04-09
| | | | | | * etc/teams.scm (Raghav Gururajan): Remove from the GNOME and MENTORS teams. Change-Id: Ic1a583f08636f4cfd34635ab04091844b9957e08
* news: Add entry for the linux-libre-lts 6.6 update.Ahmad Draidi via Guix-patches via2024-04-08
| | | | | | | * etc/news.scm: Add entry. Change-Id: Ic57c76c300712e4a6053052611e6483b4d72f0c5 Signed-off-by: Leo Famulari <leo@famulari.name>
* guix-install.sh: Make Guix modules available too.Janneke Nieuwenhuizen2024-04-07
| | | | | | | | * etc/guix-install.sh (GUILE_LOAD_PATH): Prepend directory to current Guix modules. (GUILE_LOAD_COMPILED_PATH): Likewise to compiled modules. Change-Id: I0b2722a38b1f8ebab32142cbc372a23cadfb0620
* guix-install.sh: Add ‘--uninstall’ flag.Ludovic Courtès2024-04-05
| | | | | | | | | | | | | | | | | * etc/guix-install.sh (REQUIRE): Add groupdel and userdel. (chk_term): Handle ‘WAR’. (sys_delete_store, sys_delete_build_user, sys_delete_guix_daemon) (sys_delete_init_profile, sys_delete_user_profiles): New functions. (main): Rename to… (main_install): … this. (main_uninstall): New function. (main): Dispatch between these two. * doc/guix.texi (Installation): Refer to “Binary Installation” instead of repeating it. (Binary Installation): Document uninstallation. Co-authored-by: Ludovic Courtès <ludo@gnu.org> Change-Id: I55b7c10823773bced2e268273e8ce828cb3bd98d
* Switch order of the default substitute servers.Christopher Baines2024-04-03
| | | | | | | | | | | | | | | | | | | | | | | | | | | The aim here is to improve the user experience. There's anecdotal evidence that the network performance for bordeaux is better compared to ci at least for some users, and I don't know of any issues with rate limiting or access restriction for bordeaux compared to ci. It also has IPv6 support. Additionally, bordeaux generally had more substitutes than ci, particularly for aarch64-linux and armhf-linux. This change will offer a very slight speedup for those substitutes that only bordeaux has. Bordeaux has been a default substitute server for nearly 3 years now and I think this change is overdue. I'm also hopeful that we'll be able to build on the testing regarding mirrors for bordeaux, and that'll allow potentially improving the hosting setup (through providing more redundancy) and further improving substitute fetching for users who currently have issues with substitute access. * config-daemon.ac: Switch substitute urls order. * doc/guix.texi: Ditto. * etc/guix-install.sh: Ditto. * gnu/installer/newt/network.scm (wait-service-online): Ditto. * guix/store.scm (%default-substitute-urls): Ditto. Change-Id: I4f6d93ae1fc8b03d80b47b18b5749a51f1fde17b Signed-off-by: Christopher Baines <mail@cbaines.net>
* Merge remote-tracking branch 'savannah/master' into gnome-teamChristopher Baines2024-03-20
|\ | | | | | | Change-Id: Iec8e15b79c6fde516294c2bfcaf8ee3575b1f745
| * teams: qt: Remove erroneous comment at top of scripts.Maxim Cournoyer2024-03-19
| | | | | | | | | | | | | | | | * etc/teams/qt/common.scm: Remove erroneous comment. * etc/teams/qt/qt-manifest.scm: Likewise. * etc/teams/qt/qt5-manifest.scm: Likewise. Change-Id: I87a0ea669caa0ba5049b48a4f04fda58518c3f05
* | Merge remote-tracking branch 'savannah/master' into gnome-teamChristopher Baines2024-03-16
|\| | | | | | | Change-Id: I775274c2693536e2efa36c9abca4c54c5c458e26
| * teams: Add Tanguy Le Carrour.Tanguy Le Carrour2024-03-14
| | | | | | | | | | | | | | * etc/teams.scm.in ("Tanguy Le Carrour"): New member. Change-Id: Ic1b1588a5a8bc67ee8e135c3069966f139374529 Signed-off-by: Christopher Baines <mail@cbaines.net>
| * news: Update commit for fixed-output derivation vulnerability.Ludovic Courtès2024-03-12
| | | | | | | | | | | | * etc/news.scm: Update. Change-Id: Ia34408882f8928a0fd05acc12d4edc66b3dcb3b7
| * news: Add 'de' translation.Florian Pelz2024-03-12
| | | | | | | | | | | | * etc/news.scm: Add German translation. Change-Id: Ia2a11f71cdee5ccbf2a7fbe176e713418771599e
| * news: Give upgrade instructions for foreign distros.Ludovic Courtès2024-03-12
| | | | | | | | | | | | * etc/news.scm: Update entry. Change-Id: Ia7c326bc97042d92a8d499ee27dd41d15f1f0d29
| * news: Add entry for the daemon fixed-output derivation vulnerability.Ludovic Courtès2024-03-11
| | | | | | | | | | | | * etc/news.scm: Add entry. Change-Id: Ib3f9c22eda1e8b9075620ec01b4edf2f24cfcf93
| * etc: systemd services: switch to "journal" for output and error logging.Vagrant Cascadian2024-03-11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The "syslog" method has been deprecated for years, and issues a warning: Standard output type syslog is obsolete, automatically updating to journal. Please update your unit file, and consider removing the setting altogether. Fixes: #48323 * etc/guix-daemon.service.in (StandardOutput): Use "journal" (StandardError): Likewise. * etc/guix-publish.service.in (StandardOutput): Likewise. (StandardError): Likewise.
| * time-travel-manifest: Uncomment all the past releases.Ludovic Courtès2024-03-10
| | | | | | | | | | | | | | | | | | This reverts a4c35c607cfd7d6b0bad90cfcc46188d489e1754. * etc/time-travel-manifest.scm (%release-commits): Uncomment all the revisions. Change-Id: I6abdb760cbcf06597d843cabc5fd973ee916dc77
* | Merge branch 'master' into gnome-teamLiliana Marie Prikler2024-03-10
|\|
| * teams: Add 宋文武 to the qt team.宋文武2024-03-08
| | | | | | | | | | | | * etc/teams.scm (宋文武): Add qt team. Change-Id: Ib1b50b109ded4dbbcfd0649d3e0c1e6884585c5e
| * teams: lxqt: Remove qt.scm from scope.宋文武2024-03-08
| | | | | | | | | | | | * etc/teams.scm (lxqt)[#:scope]: Remove "gnu/packages/qt.scm". Change-Id: If05ea534a827eba5a2acf6526d906cea43f72442
| * teams: Add entry for Adam Faiz.AwesomeAdam543212024-03-08
| | | | | | | | | | | | | | * etc/teams.scm ("Adam Faiz"): New member. Signed-off-by: Andreas Enge <andreas@enge.fr> Change-Id: Idb913da5e4f622b8efdbadc87d2cf3e5aec118eb
* | news: Add entry for changes in GNOME 44 and its desktop service.Liliana Marie Prikler2024-02-28
| | | | | | | | * etc/news.scm: Add entry.
* | news: Add entry for GDM defaulting to Wayland.Vivien Kraus2024-02-28
| | | | | | | | | | | | | | * etc/news.scm: Add entry. Change-Id: Icddcf269ff59a7ee2a14680ed95a167758ecddaf Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
* | news: Add entry for hwdb support in udev-service-type.Vivien Kraus2024-02-28
|/ | | | | | | * etc/news.scm: Add entry. Change-Id: I3c27b10eab501cca6ed0e32a1b30d92f212266b4 Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
* teams: Add Sugar team.Ricardo Wurmus2024-02-13
| | | | | | * etc/teams.scm (sugar): New team; add Ricardo to it. Change-Id: I4d7af2a8f4077fa60ff8400b0b8b1b6127a77448
* teams: go: Add all related files to the scope.Sharlatan Hellseher2024-02-13
| | | | | | * etc/teams.scm (go): Add regex search for any golang files. Change-Id: Ia6c95d8d49863de0381a907ca6309fa22d22927e
* gnu: disarchive: Update to 0.6.0.Timothy Sample2024-02-12
| | | | | | | | | | | | | | | * gnu/packages/backup.scm (disarchive): Update to 0.6.0; add 'guile-bzip2' as an input. * gnu/packages/package-management.scm (guix): Add 'guile-bzip2' as an input to enable bzip2 support when using Disarchive. * guix/self.scm (%packages): Add 'guile-bzip2'. (compiled-guix): Include 'guile-bzip2' as a dependency when building the 'guix' command. * etc/disarchive-manifest.scm (tarball-origin?): Include bzip2 tarballs. Co-authored-by: Ludovic Courtès <ludovic.courtes@inria.fr> Change-Id: I4da479054f6bef225f5ea979c091152f8a9e51d5
* teams: mozilla: Add tor-browsers.scm.Clément Lassieur2024-02-05
| | | | | | * etc/teams.scm (mozilla): Add "gnu/packages/tor-browsers.scm". Change-Id: Id3aa1fe641c612000319a4ea4b236285f8d3b599
* teams: Add Mark H Weaver to the ‘mozilla’ team.Mark H Weaver2024-02-03
| | | | * etc/teams.scm (Mark H Weaver): Add to the ‘mozilla’ team.
* teams: go: Add golang-xyz.scm to scope.Sharlatan Hellseher2024-01-30
| | | | | | * etc/teams.scm (go): Add "gnu/packages/golang-xyz.scm". Change-Id: I580eadf52b631c6582e256a2900786b53483a466
* teams: go: Add more related files to the scope.Sharlatan Hellseher2024-01-28
| | | | | | | | | * etc/teams.scm (go): Add "gnu/packages/configuration-management.scm", "gnu/packages/golang-crypto.scm", "gnu/packages/golang-web.scm", "gnu/packages/syncthing.scm", "gnu/packages/terraform.scm". Sort list alphabetically. Change-Id: I56ce5bd21e487e5dbe2d84aa1d83e3239268fb71
* gitconfig: b4: Automatically add 'Signed-off-by' when applying patches.Maxim Cournoyer2024-01-24
| | | | | | | | Also use --3way to ease conflict resolutions. * etc/git/gitconfig [b4]: Add shazam-am-flags option. Change-Id: I6a92909a5b23a8680c16251aafa084b9a48944ea
* teams: Remove Efraim Flashner from the science team.Efraim Flashner2024-01-24
| | | | | | * etc/teams.scm (Efraim Flashner): Remove science team. Change-Id: I790fe329cde11fcb4b706b01b9aa59ad29d8c874
* news: Add entry for removing linux-libre 4.14 (EoL).Wilko Meyer2024-01-22
| | | | | | | * etc/news.scm: Add entry for linux-libre 4.14 removal and add my copyright header. Change-Id: I5c2418bc22a4ae2bba63c1cf77e66d2574766e01
* teams: Add Wilko Meyer to kernel.Wilko Meyer2024-01-16
| | | | | | | * etc/teams.scm: Add Wilko Meyer. Change-Id: Ia7b85a090a4d8e81689bd137e1d12cb3708aa760 Signed-off-by: Leo Famulari <leo@famulari.name>
* teams: Add Vivien Kraus.Vivien Kraus2024-01-14
| | | | | | | * etc/teams.scm.in ("Vivien Kraus"): New member. Change-Id: Iab2c9300f3e1e604fb2ee539a7eb05e7a3f54776 Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
* news: Fix 'de' translation.Florian Pelz2024-01-13
| | | | | | * etc/news.scm: Fix typo. Change-Id: I943fed38a444d1403cc5f979a7d6b9f52bedf5dd
* teams: Add entry for Sharlatan Hellseher.Sharlatan Hellseher2024-01-12
| | | | | | * etc/teams.scm ("Sharlatan Hellseher"): New member. Change-Id: I05f1442e90799e182feb153f45191e789c05461b
* news: Add entry for the new '--max-layers=N' option.Oleg Pykhalov2024-01-09
| | | | | | * etc/news.scm: Add entry. Change-Id: I286c04fd2cef820007606d1092ab45be4466fb19
* teams: Add ‘core-packages’ team.Ludovic Courtès2024-01-05
| | | | | | | | * etc/teams.scm (bootstrap): Add “gnu/packages/commencement.scm”. (core-packages): New team. (Ludovic Courtès): Add to ‘core-packages’ team. Change-Id: I25f22d436a4dc9bf4c8f577f94cc178cbaa80768