aboutsummaryrefslogtreecommitdiff
path: root/content/pabc.net.au.
AgeCommit message (Expand)Author
2021-09-04remove redundant odysee.com pattern; clearly mark SParse-using payloads as "a...Wojtek Kosior
2021-08-15Port existing fixes from hachette_fixes_tmp to Hydrilla formatjahoti
: Add 'install', 'remove', and 'upgrade' aliases.Ludovic Courtès * guix/scripts/install.scm, guix/scripts/remove.scm, guix/scripts/upgrade.scm, tests/guix-package-aliases.sh: New files. * Makefile.am (MODULES, SH_TESTS): Add them. * po/guix/POTFILES.in: Add them. * guix/scripts/package.scm (guix-package): Split with... (guix-package*): ... this. New procedure. * doc/guix.texi (Invoking guix package): Document them. (Binary Installation, Application Setup, Package Management) (Packages with Multiple Outputs, Package Modules) (X.509 Certificates, Installing Debugging Files): Use 'guix install' in simple examples. * etc/completion/bash/guix (_guix_complete): Handle "install", "remove", and "upgrade". 2019-04-27self: Rebuild translated manuals.Julien Lepiller * guix/self.scm (info-manual): Run po4a and related commands to generate translated texi files before building translated manuals. * guix/build/po.scm: New file. * Makefile.am (MODULES_NOT_COMPILED): Add it. 2019-04-27maint: Pass '--image-size=30G' to 'guix system vm-image'.Ludovic Courtès * Makefile.am (GUIX_SYSTEM_VM_IMAGE_FLAGS): New variable. (release): Use it. 2019-04-19maint: Build all the 'guix' packages in parallel.Ludovic Courtès Until now, the 'guix' package shipped in binary tarballs and system images would be built sequentially for each system type, one at a time. Now all of them can potentially be built in parallel. * Makefile.am (system_flags): New function. (release): Run "guix build guix" before "make binary-tarballs" and before "guix system disk-image" to build all the 'guix' packages in parallel. 2019-04-19maint: 'release' clears gettext-induced changes in doc/.Ludovic Courtès * Makefile.am (release): Run "git checkout ." in doc/ 2019-04-11Add (guix build-system linux-module).Danny Milosavljevic * guix/build/linux-module-build-system.scm: New file. * guix/build-system/linux-module.scm: New file. * doc/guix.texi (Build Systems): Document it. * Makefile.am (MODULES): Add them. 2019-04-10Add (guix store roots).Ludovic Courtès * guix/store/roots.scm, tests/store-roots.scm: New files. * Makefile.am (STORE_MODULES): Add guix/store/roots.scm. (SCM_TESTS): Add tests/store-roots.scm. 2019-04-10Add (guix colors).Ludovic Courtès * guix/colors.scm: New file. * Makefile.am (MODULES): Add it. * guix/ui.scm (color-table, color, colorize-string): Remove. * guix/status.scm (isatty?*, color-output? color-rules): Remove.