unofficial mirror of guix-devel@gnu.org 
 help / color / mirror / code / Atom feed
From: ludo@gnu.org (Ludovic Courtès)
To: Mark H Weaver <mhw@netris.org>
Cc: guix-devel@gnu.org
Subject: Re: 'Shadow' package home page and tarball no longer accessible
Date: Mon, 07 Apr 2014 18:19:35 +0200	[thread overview]
Message-ID: <87wqf1ru20.fsf@gnu.org> (raw)
In-Reply-To: <87ioqmt9lj.fsf@yeeloong.lan> (Mark H. Weaver's message of "Sun, 06 Apr 2014 17:46:16 -0400")

Mark H Weaver <mhw@netris.org> skribis:

> ludo@gnu.org (Ludovic Courtès) writes:
>
>> Sorry the working patch is:
>>
>> diff --git a/gnu/packages/admin.scm b/gnu/packages/admin.scm
>> index 51b40c8..54e0e37 100644
>> --- a/gnu/packages/admin.scm
>> +++ b/gnu/packages/admin.scm
>> @@ -201,7 +201,13 @@ client and server, a telnet client and server, and an rsh client and server.")
>>                        (delete-file (string-append bin "/groups"))
>>                        (for-each delete-file (find-files man "^groups\\."))
>>                        #t))
>> -                  %standard-phases))))
>> +                  (alist-cons-after
>> +                   'unpack 'reset-timestamps
>> +                   (lambda _
>> +                     (for-each (lambda (file)
>> +                                 (utime file 0 0 0))
>> +                               (find-files "." "")))
>> +                   %standard-phases)))))
>>  
>>      (inputs (if (string-suffix? "-linux"
>>                                  (or (%current-target-system)
>
> This patch fixes the problem for me.  Would you like to commit it?

Done.

Ludo’.

      reply	other threads:[~2014-04-07 16:19 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-03-21  6:29 'Shadow' package home page and tarball no longer accessible Mark H Weaver
2014-03-21 14:05 ` Ludovic Courtès
2014-04-04 20:05 ` Ludovic Courtès
2014-04-06  0:50   ` Mark H Weaver
2014-04-06 19:11     ` Ludovic Courtès
2014-04-06 19:30       ` Ludovic Courtès
2014-04-06 21:46         ` Mark H Weaver
2014-04-07 16:19           ` Ludovic Courtès [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87wqf1ru20.fsf@gnu.org \
    --to=ludo@gnu.org \
    --cc=guix-devel@gnu.org \
    --cc=mhw@netris.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).