From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: [ART] Updated SLiM theme with GuixSD logo Date: Mon, 16 Mar 2015 23:38:56 +0100 Message-ID: <87twxkr2in.fsf@gnu.org> References: <235bf91f40c7ff2027aa3e33911cbeb9@hcoop.net> <878uezznfr.fsf@gnu.org> <0238f8a2c6ff25aa3ed2857c1637afc9@hcoop.net> <87egoqv0d2.fsf@gnu.org> <80cf74fe8de9aeeeba334c4771a53d3e@hcoop.net> <87oant728t.fsf@gnu.org> <9b858c2bc6961913b7739bdb07d16457@hcoop.net> <87vbi027up.fsf@gnu.org> <745c757e7d69c3044bc437feae365420@hcoop.net> <87sid4smkh.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:49478) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YXdf4-0003QZ-Ko for guix-devel@gnu.org; Mon, 16 Mar 2015 18:39:03 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YXdf1-0002p3-Gc for guix-devel@gnu.org; Mon, 16 Mar 2015 18:39:02 -0400 Received: from fencepost.gnu.org ([2001:4830:134:3::e]:42404) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YXdf1-0002ow-Dm for guix-devel@gnu.org; Mon, 16 Mar 2015 18:38:59 -0400 In-Reply-To: (=?utf-8?B?Ig==?= =?utf-8?B?55m944GE54aK77yg55u45pKy6YGTIidz?= message of "Mon, 16 Mar 2015 23:31:00 +0100") List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org To: =?utf-8?B?55m944GE54aK77yg55u45pKy6YGT?= Cc: guix-devel@gnu.org =E7=99=BD=E3=81=84=E7=86=8A=EF=BC=A0=E7=9B=B8=E6=92=B2=E9=81=93 skribis: > On 2015-03-16 21:40, ludo@gnu.org wrote: >> Hmm could you post your config file? > (define %old-artwork > (origin > (method git-fetch) > (uri (git-reference > (url "git://git.savannah.gnu.org/guix/guix-artwork.git") > (commit "3236581"))) ;pre-GuixSD branding > (sha256 > (base32 > "0ayg0693agck8zkcxfymph5ccc3y44cdf9i4y0qvxajhac8rkcaj")))) [...] > Yes, it's referring to the wrong git-checkout dir in the store, the > one with the GuixSD panel. Wrong commit number? Oops yes, should be commit 94e6111 with hash 0aax85mygpq4lbyn8sriafikyg54yss3lisin6pwkvlvp23a3v1j. (You can look at the revision history of gnu/artwork.scm to find out.) Ludo=E2=80=99.