~ruther/guix-local

67c2fc01 — 宋文武 10 years ago
gnu: Add uwsgi.

* gnu/packages/web.scm (uwsgi): New variable.
7ad1fee5 — 宋文武 10 years ago
gnu: Add cgit.

* gnu/packages/version-control.scm (cgit): New variable.
76113935 — Ludovic Courtès 10 years ago
gnu: guix: Default to 0.10.0.

This updates 58f0aae.

* gnu/packages/package-management.scm (guix): Set to GUIX-0.10.0.
58f0aae5 — Ludovic Courtès 10 years ago
gnu: guix: Update to 0.10.0.

* gnu/packages/package-management.scm (guix-0.8.3): Rename to...
(guix-0.10.0): ... this.  Adjust users.
(guix): Set to GUIX-0.10.0.
34bf416e — Ludovic Courtès 10 years ago
Update NEWS.
7f949db0 — Ludovic Courtès 10 years ago
guix system: Warn against missing 'guix pull'.

Suggested by Leo Famulari and others.

* guix/scripts/system.scm (maybe-suggest-running-guix-pull): New
procedure.
(perform-action): Call it when ACTION is 'reconfigure.
e2f41133 — Ludovic Courtès 10 years ago
doc: We have even more than 3,000 packages.

Suggested by Chris Marusich <cmmarusich@gmail.com>.

* doc/guix.texi (Limitations): Increase package count.
d70533cb — Ludovic Courtès 10 years ago
store: Prepend mirror.hydra.gnu.org to %DEFAULT-SUBSTITUTE-URLS.

This allows GuixSD to default to the right list of URLs, with
mirror.hydra.gnu.org coming first.

Reported by Chris Marusich <cmmarusich@gmail.com>.

* guix/store.scm (%default-substitute-urls): Prepend
"mirror.hydra.gnu.org."
efa77c6c — Ludovic Courtès 10 years ago
doc: Explain why the config file should be stored on the target.

Suggested by Chris Marusich <cmmarusich@gmail.com>.

* doc/guix.texi (Proceeding with the Installation): Explain why the
config file should be on the target file system.
15650ac2 — Ludovic Courtès 10 years ago
doc: Suggest 'dhclient -v'.

Suggested by Chris Marusich <cmmarusich@gmail.com>.

* doc/guix.texi (Preparing for Installation): Add "-v" for dhclient.
9c18cf9b — Ludovic Courtès 10 years ago
doc: Suggest running "info info" during system installation.

Based on a suggestion by Chris Marusich <cmmarusich@gmail.com>.

* doc/guix.texi (System Installation): Suggest running "info info".
b397c0d5 — Ludovic Courtès 10 years ago
doc: Clarify 'cow-store'.

Suggested by Chris Marusich <cmmarusich@gmail.com>.

* doc/guix.texi (Proceeding with the Installation): Clarify what
'cow-store' is about.
ff925d37 — Ludovic Courtès 10 years ago
doc: Make it clear that networking is needed for GuixSD installation.

Suggested by Jan Nieuwenhuizen <janneke@gnu.org>.

* doc/guix.texi (Preparing for Installation): Make it clear that
networking is required.
09866b39 — Ludovic Courtès 10 years ago
doc: Augment documentation about security updates.

* doc/guix.texi (Security Updates): Add paragraph on the big picture of
security updates.  Cross-reference 'guix lint'.
(Invoking guix lint): Add CVE URLs.
c3cfb7e3 — Ludovic Courtès 10 years ago
nls: Update 'da' translation.
e0b90dbf — Ricardo Wurmus 10 years ago
gnu: qtractor: Update to 0.7.5.

* gnu/packages/music.scm (qtractor): Update to 0.7.5.
36c2c8c8 — Leo Famulari 10 years ago
gnu: beets: Run tests with python-nose.

* gnu/packages/music.scm (nose)[native-inputs]: Add python-nose.
[arguments]: Replace 'check' and use python-nose.
13bc8d5e — David Thompson 10 years ago
environment: Properly handle SIGINT.

Switching to execlp means that the process spawned in a container is PID
1, which obsoleted one of the 'guix environment --container' tests
because the init process can't be killed in the usual manner.

* guix/scripts/environment.scm (launch-environment/fork): New procedure.
(launch-environment): Switch from system* to execlp.  Add handler for
SIGINT.
(guix-environment): Use launch-environment/fork.
* tests/guix-environment-container.sh: Replace abnormal exit test with
one that works now that the spawned process is PID 1.
c8786834 — Ludovic Courtès 10 years ago
Update 'NEWS'.
d3e3468f — Leo Famulari 10 years ago
gnu: python-pyechonest: Clean up description.

* gnu/packages/music.scm (pyechonest)[description]: Remove "open source" from
the description.
Next