unofficial mirror of bug-guix@gnu.org 
 help / color / mirror / code / Atom feed
* bug#25093: Configure file for system-wide substitutes
@ 2016-12-02 17:25 Hartmut Goebel
  2016-12-02 17:30 ` Thompson, David
  0 siblings, 1 reply; 3+ messages in thread
From: Hartmut Goebel @ 2016-12-02 17:25 UTC (permalink / raw)
  To: 25093

Hi,

when publishing packages in the local network, one wants to use this
substitute without passing --substitute-urls on every relevant run on guix.

I suggest implementing a config-file for storing the substitute-urls,
much like the sources.list on Debian systems.

In the long run we'll need this for enterprise setup anyway :-)
Enterprises tend to fetch software from their internal  repositories only .

-- 
Regards
Hartmut Goebel

| Hartmut Goebel          | h.goebel@crazy-compilers.com               |
| www.crazy-compilers.com | compilers which you thought are impossible |

^ permalink raw reply	[flat|nested] 3+ messages in thread

* bug#25093: Configure file for system-wide substitutes
  2016-12-02 17:25 bug#25093: Configure file for system-wide substitutes Hartmut Goebel
@ 2016-12-02 17:30 ` Thompson, David
  2016-12-03 10:33   ` Chris Marusich
  0 siblings, 1 reply; 3+ messages in thread
From: Thompson, David @ 2016-12-02 17:30 UTC (permalink / raw)
  To: Hartmut Goebel; +Cc: 25093

On Fri, Dec 2, 2016 at 12:25 PM, Hartmut Goebel
<h.goebel@crazy-compilers.com> wrote:
> Hi,
>
> when publishing packages in the local network, one wants to use this
> substitute without passing --substitute-urls on every relevant run on guix.
>
> I suggest implementing a config-file for storing the substitute-urls,
> much like the sources.list on Debian systems.
>
> In the long run we'll need this for enterprise setup anyway :-)
> Enterprises tend to fetch software from their internal  repositories only .

Just run the daemon with the subsitute URLs you want using the
--substitute-urls flag.

- Dave

^ permalink raw reply	[flat|nested] 3+ messages in thread

* bug#25093: Configure file for system-wide substitutes
  2016-12-02 17:30 ` Thompson, David
@ 2016-12-03 10:33   ` Chris Marusich
  0 siblings, 0 replies; 3+ messages in thread
From: Chris Marusich @ 2016-12-03 10:33 UTC (permalink / raw)
  To: Thompson, David; +Cc: Hartmut Goebel, 25093

[-- Attachment #1: Type: text/plain, Size: 1883 bytes --]

"Thompson, David" <dthompson2@worcester.edu> writes:

> On Fri, Dec 2, 2016 at 12:25 PM, Hartmut Goebel
> <h.goebel@crazy-compilers.com> wrote:
>> Hi,
>>
>> when publishing packages in the local network, one wants to use this
>> substitute without passing --substitute-urls on every relevant run on guix.
>>
>> I suggest implementing a config-file for storing the substitute-urls,
>> much like the sources.list on Debian systems.
>>
>> In the long run we'll need this for enterprise setup anyway :-)
>> Enterprises tend to fetch software from their internal  repositories only .
>
> Just run the daemon with the subsitute URLs you want using the
> --substitute-urls flag.

The way to do this may not be obvious unless you've done it before.
Here's an example of how I do this in my own operating system config
(for details, see '(guix) Service Reference' for the documentation of
the 'modify-services' syntax):

--8<---------------cut here---------------start------------->8---
(define %modified-desktop-services
  (modify-services %desktop-services
    (guix-service-type config =>
                       (guix-configuration
                        (inherit config)
                        (substitute-urls
                         '("https://hydra-mirror.marusich.info"
                           "https://mirror.hydra.gnu.org"
                           "https://hydra.gnu.org"))))))
--8<---------------cut here---------------end--------------->8---

Then you just declare the services as usual, for example:

--8<---------------cut here---------------start------------->8---
(operating-system
 (services (cons* (tor-service)
                  (gnome-desktop-service)
                  (xfce-desktop-service)
                  %modified-desktop-services))
--8<---------------cut here---------------end--------------->8---

-- 
Chris

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 818 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2016-12-03 10:34 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-12-02 17:25 bug#25093: Configure file for system-wide substitutes Hartmut Goebel
2016-12-02 17:30 ` Thompson, David
2016-12-03 10:33   ` Chris Marusich

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).