From unknown Fri Jun 20 20:12:39 2025 X-Loop: help-debbugs@gnu.org Subject: bug#37232: git pull warns of http redirection Resent-From: Bengt Richter Original-Sender: "Debbugs-submit" Resent-CC: bug-guix@gnu.org Resent-Date: Fri, 30 Aug 2019 07:54:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 37232 X-GNU-PR-Package: guix X-GNU-PR-Keywords: To: 37232@debbugs.gnu.org X-Debbugs-Original-To: bug-guix@gnu.org Reply-To: Bengt Richter Received: via spool by submit@debbugs.gnu.org id=B.156715162524897 (code B ref -1); Fri, 30 Aug 2019 07:54:02 +0000 Received: (at submit) by debbugs.gnu.org; 30 Aug 2019 07:53:45 +0000 Received: from localhost ([127.0.0.1]:53240 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1i3bj6-0006TU-NH for submit@debbugs.gnu.org; Fri, 30 Aug 2019 03:53:45 -0400 Received: from lists.gnu.org ([209.51.188.17]:47017) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1i3bj5-0006TN-5C for submit@debbugs.gnu.org; Fri, 30 Aug 2019 03:53:43 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:44277) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1i3bj3-0001JE-PD for bug-guix@gnu.org; Fri, 30 Aug 2019 03:53:42 -0400 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=0.1 required=5.0 tests=BAYES_50,RCVD_IN_DNSWL_LOW, URIBL_BLOCKED autolearn=disabled version=3.3.2 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1i3biz-0001Mv-I4 for bug-guix@gnu.org; Fri, 30 Aug 2019 03:53:40 -0400 Received: from imta-37.everyone.net ([216.200.145.37]:55068 helo=imta-38.everyone.net) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1i3biz-0001IM-6b for bug-guix@gnu.org; Fri, 30 Aug 2019 03:53:37 -0400 Received: from pps.filterd (omta004.sj2.proofpoint.com [127.0.0.1]) by imta-38.everyone.net (8.16.0.27/8.16.0.27) with SMTP id x7U7oWno009063 for ; Fri, 30 Aug 2019 00:53:34 -0700 X-Eon-Originating-Account: W557fa9bYdK2Y0bN-LSJWao8CQWDF1VoGK51D2us6wQ X-Eon-Dm: m0116952.ppops.net Received: by m0116952.mta.everyone.net (EON-AUTHRELAY2 - 32d0d199) id m0116952.5d552769.398e50 for ; Fri, 30 Aug 2019 00:53:32 -0700 X-Eon-Sig: AQMHrIJdaNX8kN1+owIAAAAB,e3eea451347703246c9ca7a143df9c92 X-Eip: 2_A4gkXYFCRWQAW3Q8-X3JHT47GetSYCnKxhDmcTykQ Date: Fri, 30 Aug 2019 00:53:23 -0700 From: Bengt Richter Message-ID: <20190830075323.GA12551@PhantoNv4ArchGx.localdomain> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline User-Agent: Mutt/1.12.1 (2019-06-15) X-Proofpoint-Virus-Version: vendor=fsecure engine=2.50.10434:, , definitions=2019-08-30_04:, , signatures=0 X-Proofpoint-Spam-Details: rule=notspam policy=default score=0 priorityscore=1501 malwarescore=0 suspectscore=0 phishscore=0 bulkscore=0 spamscore=0 clxscore=1034 lowpriorityscore=0 mlxscore=0 impostorscore=0 mlxlogscore=999 adultscore=0 classifier=spam adjust=0 reason=mlx scancount=1 engine=8.0.1-1906280000 definitions=main-1908300083 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x [generic] X-Received-From: 216.200.145.37 X-Spam-Score: -1.1 (-) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -2.1 (--) Hi all, It seems to be working, but I like to eliminate warnings ;-) To reproduce, cd into your repo dir, then: $ git status On branch master Your branch is up to date with 'origin/master'. nothing to commit, working tree clean $ git config -l core.editor=emacs user.name=Bengt Richter user.email=bokr@bokr.com core.repositoryformatversion=0 core.filemode=true core.bare=false core.logallrefupdates=true remote.origin.url=http://git.sv.gnu.org/r/guix.git remote.origin.fetch=+refs/heads/*:refs/remotes/origin/* branch.master.remote=origin branch.master.merge=refs/heads/master $ git pull warning: redirecting to http://git.savannah.gnu.org/r/guix.git/ Already up to date. $ Is that http necessary for some load-balancing redirection, or could it be done with https? --== (the rest of this is ignorable context, FWIW :) ==-- I think I used the advice from guix 1.0.1 info to do the initial clone, i.e., --advice 14.1 Building from Git If you want to hack Guix itself, it is recommended to use the latest version from the Git repository: git clone https://git.savannah.gnu.org/git/guix.git --advice-- (though my purpose was not use it for building, but to have the latest and greatest to grep around in when trying to figure something out ;-) uname -a: Linux PhantoNv4ArchGx 5.2.9-arch1-1-ARCH #1 SMP PREEMPT Fri Aug 16 11:29:43 UTC 2019 x86_64 GNU/Linux guix describe: Generation 11 Aug 25 2019 20:58:43 (current) guix a707484 repository URL: https://git.savannah.gnu.org/git/guix.git branch: master commit: a707484d64e7e46f8cb8401c660fbb6eb77ab9c6 (cd ~/wb/guix; git log|head): commit 43412ab967ee00789fe933f916d804aed9961c57 Author: Tobias Geerinckx-Rice Date: Fri Aug 30 03:17:07 2019 +0200 gnu: aqbanking: Update to 5.8.1. * gnu/packages/gnucash.scm (aqbanking): Update to 5.8.1. [source]: Remove FILE-NAME. commit 521bb336782b8fe04b57ebaadd55be005a85d788 grep -m1 'model name' /proc/cpuinfo: model name : Intel(R) Core(TM) i7-6700HQ CPU @ 2.60GHz --== (end of ignorable context, FWIW :) ==-- Regards, Bengt Richter From unknown Fri Jun 20 20:12:39 2025 X-Loop: help-debbugs@gnu.org Subject: bug#37232: git pull warns of http redirection Resent-From: =?UTF-8?Q?G=C3=A1bor?= Boskovits Original-Sender: "Debbugs-submit" Resent-CC: bug-guix@gnu.org Resent-Date: Fri, 30 Aug 2019 08:42:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 37232 X-GNU-PR-Package: guix X-GNU-PR-Keywords: To: Bengt Richter Cc: 37232@debbugs.gnu.org Received: via spool by 37232-submit@debbugs.gnu.org id=B37232.156715446629348 (code B ref 37232); Fri, 30 Aug 2019 08:42:02 +0000 Received: (at 37232) by debbugs.gnu.org; 30 Aug 2019 08:41:06 +0000 Received: from localhost ([127.0.0.1]:53257 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1i3cSw-0007dH-18 for submit@debbugs.gnu.org; Fri, 30 Aug 2019 04:41:06 -0400 Received: from mail-ed1-f45.google.com ([209.85.208.45]:38533) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1i3cSr-0007cX-Al for 37232@debbugs.gnu.org; Fri, 30 Aug 2019 04:41:04 -0400 Received: by mail-ed1-f45.google.com with SMTP id r12so7130705edo.5 for <37232@debbugs.gnu.org>; Fri, 30 Aug 2019 01:41:01 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=287qT1FRz6C+/jwwBk1pRhgEOblyIh47f/ju/L2mM7c=; b=rEmDg24Kc+Ov9Ze0jySy9wVeiFKmakFaSw4kvGbjnftjBvNmaZ9nWsIs/X2zJqFyQB GVHfqozBVAwAJeELk8MClvwmr2TXZVFH8J2LegoPLGAFP0ElaDShNS54l4920VmOZY+b nK4vy/VeRIckM0xmkrGTxPBvwoMk9KnpaH2MU5GUrxEcrL4HL0o5Z2uIUY4L+OckGBby eF5HLUV9mKXHyrKemv2xiVCx70p06dGDMxzlqP4MZ+4ivO8hX8qzNgOZHcfL14wwwIjn RT/UZjUog6Z0WUf0oZM2yzrFadFtzwY9ohyazyqmlz2bVIpe+JT95umJ0NTcLgiK8p8/ dVnw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=287qT1FRz6C+/jwwBk1pRhgEOblyIh47f/ju/L2mM7c=; b=XYubyI6XM6TpgykAPsQDrKQlLacMZ7FCa25emcYWZDJb4HJB+XZnasAu1trF7a0Waf AC3M4XW0JH9JBFTBYNlvvOttq6ufWHi69pRDRZ7fpoJKhqmyhEgW2PlXnuH9ZCOur6Xo fLBzAUNgLtZp6dSsUyl8pSFogcpObvZbkvzrNTPUBJm4WpTEMLSxTgMFKKgijcGge3mB hlbhxVuvC8fbmPAAskVOJT/2/72PmfsOk24ZY37SqtZiAvn/JqV79OIxe6jGq2nUYgG9 1AezbNJFpH7KPhu8S0wQcS/HymRBveUWQtym6YtXuu29f9hnNL41O+tV2KSqzCG07f4I ttCA== X-Gm-Message-State: APjAAAUpyJVxXxU2ra3/pyXTxTm1hAhN+xPZh+43cAl3adRxbgUG4cve qkyb6WNuLuyuDrYHGwMYzvuZH6u1rX2NIPhWhQ== X-Google-Smtp-Source: APXvYqx2eNoqgCzAgndokpXJBPCp1VFfdk3WlA90aORMHIAg8az1JXjhpYFaKbXKnvlZ77m0zH+nt9+SW8M1TR+/6Kg= X-Received: by 2002:aa7:df8b:: with SMTP id b11mr13997205edy.6.1567154455306; Fri, 30 Aug 2019 01:40:55 -0700 (PDT) MIME-Version: 1.0 References: <20190830075323.GA12551@PhantoNv4ArchGx.localdomain> In-Reply-To: <20190830075323.GA12551@PhantoNv4ArchGx.localdomain> From: =?UTF-8?Q?G=C3=A1bor?= Boskovits Date: Fri, 30 Aug 2019 10:40:43 +0200 Message-ID: Content-Type: multipart/alternative; boundary="0000000000009de7a705915194e7" X-Spam-Score: 0.0 (/) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) --0000000000009de7a705915194e7 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Hello, Bengt Richter ezt =C3=ADrta (id=C5=91pont: 2019. aug. 30., = P, 9:54): > Hi all, > > It seems to be working, but I like to > eliminate warnings ;-) > > To reproduce, cd into your repo dir, then: > > $ git status > On branch master > Your branch is up to date with 'origin/master'. > > nothing to commit, working tree clean > $ git config -l > core.editor=3Demacs > user.name=3DBengt Richter > user.email=3Dbokr@bokr.com > core.repositoryformatversion=3D0 > core.filemode=3Dtrue > core.bare=3Dfalse > core.logallrefupdates=3Dtrue > remote.origin.url=3Dhttp://git.sv.gnu.org/r/guix.git This line says, that you confgiured remote is git.sv.gnu.org ... > > remote.origin.fetch=3D+refs/heads/*:refs/remotes/origin/* > branch.master.remote=3Dorigin > branch.master.merge=3Drefs/heads/master > $ git pull > warning: redirecting to http://git.savannah.gnu.org/r/guix.git/ > Already up to date. > $ > And this is the current url: git clone https://git.savannah.gnu.org/git/guix.git from https://savannah.gnu.org/git/?group=3Dguix > > Is that http necessary for some load-balancing > redirection, or could it be done with https? > > So https is fine. You can try: git remote set-url origin https://git.savannah.gnu.org/git/guix.git --=3D=3D (the rest of this is ignorable context, FWIW :) =3D=3D-- > > I think I used the advice from guix 1.0.1 info > to do the initial clone, i.e., > --advice > 14.1 Building from Git > > If you want to hack Guix itself, it is recommended to use the latest > version from the Git repository: > > git clone https://git.savannah.gnu.org/git/guix.git > --advice-- > (though my purpose was not use it for building, but to have the latest > and greatest to grep around in when trying to figure something out ;-) > > uname -a: > Linux PhantoNv4ArchGx 5.2.9-arch1-1-ARCH #1 SMP PREEMPT Fri Aug 16 > 11:29:43 UTC 2019 x86_64 GNU/Linux > > guix describe: > Generation 11 Aug 25 2019 20:58:43 (current) > guix a707484 > repository URL: https://git.savannah.gnu.org/git/guix.git > branch: master > commit: a707484d64e7e46f8cb8401c660fbb6eb77ab9c6 > > (cd ~/wb/guix; git log|head): > commit 43412ab967ee00789fe933f916d804aed9961c57 > Author: Tobias Geerinckx-Rice > Date: Fri Aug 30 03:17:07 2019 +0200 > > gnu: aqbanking: Update to 5.8.1. > > * gnu/packages/gnucash.scm (aqbanking): Update to 5.8.1. > [source]: Remove FILE-NAME. > > commit 521bb336782b8fe04b57ebaadd55be005a85d788 > > grep -m1 'model name' /proc/cpuinfo: > model name : Intel(R) Core(TM) i7-6700HQ CPU @ 2.60GHz > > --=3D=3D (end of ignorable context, FWIW :) =3D=3D-- > > Regards, > Bengt Richter > > Best regards, g_bor --=20 OpenPGP Key Fingerprint: 7988:3B9F:7D6A:4DBF:3719:0367:2506:A96C:CF63:0B21 --0000000000009de7a705915194e7 Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable
Hello,

Bengt Richter <bokr@bokr.com> ezt =C3=ADrta (id=C5=91pont: 2019= . aug. 30., P, 9:54):
Hi all,

It seems to be working, but I like to
eliminate warnings ;-)

To reproduce, cd into your repo dir, then:

$ git status
On branch master
Your branch is up to date with 'origin/master'.

nothing to commit, working tree clean
$ git config -l
core.editor=3Demacs
user.name= =3DBengt Richter
user.email=3Dbokr@bokr.c= om
core.repositoryformatversion=3D0
core.filemode=3Dtrue
core.bare=3Dfalse
core.logallrefupdates=3Dtrue
remote.origin.url=3Dhttp://git.sv.gnu.org/r/guix.git

This line says, that you confgiured remote is git.sv.gnu.org ...
=C2=A0

remote.origin.fetch=3D+refs/heads/*:refs/remotes/origin/*
branch.master.remote=3Dorigin
branch.master.merge=3Drefs/heads/master
$ git pull
warning: redirecting to http://git.savannah.gnu.org/r/guix.gi= t/
Already up to date.
$

And this is the current url:
git clone http=
s://git.savannah.gnu.org/git/guix.git

from

https://savannah.gnu.or= g/git/?group=3Dguix
=C2=A0

Is that http necessary for some load-balancing
redirection, or could it be done with https?


So https is fine.
=C2=A0=
You can try:
=

--=3D=3D (the rest of this is ignorable context, FWIW :) =3D=3D--

I think I used the advice from guix 1.0.1 info
to do the initial clone, i.e.,
--advice
14.1 Building from Git

If you want to hack Guix itself, it is recommended to use the latest versio= n from the Git repository:

git clone https://git.savannah.gnu.org/git/guix.git
--advice--
(though my purpose was not use it for building, but to have the latest
and greatest to grep around in when trying to figure something out ;-)

uname -a:
Linux PhantoNv4ArchGx 5.2.9-arch1-1-ARCH #1 SMP PREEMPT Fri Aug 16 11:29:43= UTC 2019 x86_64 GNU/Linux

guix describe:
Generation 11=C2=A0 =C2=A0Aug 25 2019 20:58:43=C2=A0 =C2=A0 (current)
=C2=A0 guix a707484
=C2=A0 =C2=A0 repository URL: https://git.savannah.gnu.org/= git/guix.git
=C2=A0 =C2=A0 branch: master
=C2=A0 =C2=A0 commit: a707484d64e7e46f8cb8401c660fbb6eb77ab9c6

(cd ~/wb/guix; git log|head):
commit 43412ab967ee00789fe933f916d804aed9961c57
Author: Tobias Geerinckx-Rice <me@tobias.gr>
Date:=C2=A0 =C2=A0Fri Aug 30 03:17:07 2019 +0200

=C2=A0 =C2=A0 gnu: aqbanking: Update to 5.8.1.

=C2=A0 =C2=A0 * gnu/packages/gnucash.scm (aqbanking): Update to 5.8.1.
=C2=A0 =C2=A0 [source]: Remove FILE-NAME.

commit 521bb336782b8fe04b57ebaadd55be005a85d788

grep -m1 'model name' /proc/cpuinfo:
model name=C2=A0 =C2=A0 =C2=A0 : Intel(R) Core(TM) i7-6700HQ CPU @ 2.60GHz<= br>
--=3D=3D (end of ignorable context, FWIW :) =3D=3D--

Regards,
Bengt Richter

Best regards,
g_bor


--
OpenPGP Key Fingerprint: 7988:3B9F:7D6A:4DBF:3719:0367:2506:A96C:CF63= :0B21
--0000000000009de7a705915194e7-- From unknown Fri Jun 20 20:12:39 2025 X-Loop: help-debbugs@gnu.org Subject: bug#37232: git pull warns of http redirection Resent-From: Bengt Richter Original-Sender: "Debbugs-submit" Resent-CC: bug-guix@gnu.org Resent-Date: Fri, 30 Aug 2019 10:26:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 37232 X-GNU-PR-Package: guix X-GNU-PR-Keywords: To: =?UTF-8?Q?G=C3=A1bor?= Boskovits Cc: 37232@debbugs.gnu.org Reply-To: Bengt Richter Received: via spool by 37232-submit@debbugs.gnu.org id=B37232.15671607277006 (code B ref 37232); Fri, 30 Aug 2019 10:26:02 +0000 Received: (at 37232) by debbugs.gnu.org; 30 Aug 2019 10:25:27 +0000 Received: from localhost ([127.0.0.1]:53343 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1i3e5u-0001ow-UP for submit@debbugs.gnu.org; Fri, 30 Aug 2019 06:25:27 -0400 Received: from imta-36.everyone.net ([216.200.145.36]:54692 helo=imta-38.everyone.net) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1i3e5s-0001om-AD for 37232@debbugs.gnu.org; Fri, 30 Aug 2019 06:25:24 -0400 Received: from pps.filterd (m0004960.ppops.net [127.0.0.1]) by imta-38.everyone.net (8.16.0.27/8.16.0.27) with SMTP id x7UAMvVB009251; Fri, 30 Aug 2019 03:25:21 -0700 X-Eon-Originating-Account: q8U9-CTxgWbfXlv4pB2GLT3xSB7NjG_q7P53Cy1oYek X-Eon-Dm: m0117124.ppops.net Received: by m0117124.mta.everyone.net (EON-AUTHRELAY2 - 32d0d199) id m0117124.5d552785.2645ed; Fri, 30 Aug 2019 03:25:15 -0700 X-Eon-Sig: AQMHrIJdaPmL7U6uYwIAAAAC,fd82c3a1f89862ab9195d31c76da9e8d X-Eip: -LTPYPcErFC9lxQtbHnqVvo4BlBIYFsVkU2amhv4WKE Date: Fri, 30 Aug 2019 03:25:06 -0700 From: Bengt Richter Message-ID: <20190830102506.GB16694@PhantoNv4ArchGx.localdomain> References: <20190830075323.GA12551@PhantoNv4ArchGx.localdomain> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: User-Agent: Mutt/1.12.1 (2019-06-15) X-Proofpoint-Virus-Version: vendor=fsecure engine=2.50.10434:, , definitions=2019-08-30_05:, , signatures=0 X-Proofpoint-Spam-Details: rule=notspam policy=default score=0 priorityscore=1501 malwarescore=0 suspectscore=0 phishscore=0 bulkscore=0 spamscore=0 clxscore=1034 lowpriorityscore=0 mlxscore=0 impostorscore=0 mlxlogscore=999 adultscore=0 classifier=spam adjust=0 reason=mlx scancount=1 engine=8.0.1-1906280000 definitions=main-1908300112 X-Spam-Score: -0.5 (/) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.4 (-) On +2019-08-30 10:40:43 +0200, Gábor Boskovits wrote: > Hello, > > Bengt Richter ezt írta (időpont: 2019. aug. 30., P, 9:54): > > > Hi all, > > > > It seems to be working, but I like to > > eliminate warnings ;-) > > > > To reproduce, cd into your repo dir, then: [...] > > $ git config -l > > core.editor=emacs > > user.name=Bengt Richter > > user.email=bokr@bokr.com > > core.repositoryformatversion=0 > > core.filemode=true > > core.bare=false > > core.logallrefupdates=true > > remote.origin.url=http://git.sv.gnu.org/r/guix.git > > > This line says, that you confgiured remote is git.sv.gnu.org ... > Yes, but AFAIK I only used git config to add my name, email, and preferred editor. > > > > > remote.origin.fetch=+refs/heads/*:refs/remotes/origin/* > > branch.master.remote=origin > > branch.master.merge=refs/heads/master > > $ git pull > > warning: redirecting to http://git.savannah.gnu.org/r/guix.git/ > > Already up to date. > > $ > > > > And this is the current url: > > git clone https://git.savannah.gnu.org/git/guix.git > Is that how guix info docs should read now, unlike what I used from there? I'll try it fresh into a new guix git repo ... Aha! Now, right after cloning, I get this from git config -l: core.editor=emacs user.name=Bengt Richter user.email=bokr@bokr.com core.repositoryformatversion=0 core.filemode=true core.bare=false core.logallrefupdates=true remote.origin.url=https://git.savannah.gnu.org/git/guix.git ^^^^^--joy :) remote.origin.fetch=+refs/heads/*:refs/remotes/origin/* branch.master.remote=origin branch.master.merge=refs/heads/master And: git pull does not warn about http redirection \o/ :-) Thank you! [...] Regards, Bengt Richter From unknown Fri Jun 20 20:12:39 2025 MIME-Version: 1.0 X-Mailer: MIME-tools 5.505 (Entity 5.505) X-Loop: help-debbugs@gnu.org From: help-debbugs@gnu.org (GNU bug Tracking System) To: Bengt Richter Subject: bug#37232: closed (git pull warns of http redirection) Message-ID: References: <87eeqeo1tb.fsf@disroot.org> <20190830075323.GA12551@PhantoNv4ArchGx.localdomain> X-Gnu-PR-Message: they-closed 37232 X-Gnu-PR-Package: guix Reply-To: 37232@debbugs.gnu.org Date: Wed, 17 Jun 2020 02:38:02 +0000 Content-Type: multipart/mixed; boundary="----------=_1592361482-15940-1" This is a multi-part message in MIME format... ------------=_1592361482-15940-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" Your bug report #37232: git pull warns of http redirection which was filed against the guix package, has been closed. The explanation is attached below, along with your original report. If you require more details, please reply to 37232@debbugs.gnu.org. --=20 37232: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D37232 GNU Bug Tracking System Contact help-debbugs@gnu.org with problems ------------=_1592361482-15940-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at 37232-done) by debbugs.gnu.org; 17 Jun 2020 02:37:12 +0000 Received: from localhost ([127.0.0.1]:50043 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jlNwt-00047y-O1 for submit@debbugs.gnu.org; Tue, 16 Jun 2020 22:37:11 -0400 Received: from knopi.disroot.org ([178.21.23.139]:55380) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jlNwr-00047p-Ps for 37232-done@debbugs.gnu.org; Tue, 16 Jun 2020 22:37:10 -0400 Received: from localhost (localhost [127.0.0.1]) by disroot.org (Postfix) with ESMTP id 22F8355E12 for <37232-done@debbugs.gnu.org>; Wed, 17 Jun 2020 04:37:09 +0200 (CEST) X-Virus-Scanned: Debian amavisd-new at disroot.org Received: from knopi.disroot.org ([127.0.0.1]) by localhost (disroot.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id rfWC7qYiDBmk for <37232-done@debbugs.gnu.org>; Wed, 17 Jun 2020 04:37:08 +0200 (CEST) From: Royce Strange DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=disroot.org; s=mail; t=1592361426; bh=uuXu2cX6gMC0v8Q4JR5rf/hMz83bXa7Xg4xCyVoiw14=; h=From:To:Subject:Date:In-Reply-To; b=MCLK+65efC3GnTaQ5/w2KTJig991zMrEjW6L52LoUmOhWWT35icl20uk8Etig28Uj 1VZKx5vyydLrHOj0ndA554pp6jVFQeuA9pAvRGdihz7ni9YdSUybhWrQlyjCEAbXy2 vj+9HW9/vYqUHWobkTcO85xvq88q4LQaAISCf5rLVA8oSN2amnry5Uxo8I5eMEKwbT tYdnvHMZafOoARQyC3IacqQWFH0OeaLP0CSNx/TGTYimu6cfEvoONCvwC+Yqmxbp3S LbzY0rhERP/S5vga8nZqXct1cXxYqCv7IVsFYg+kCc3T72dWhE7M0xNXeSNL9WUxEc 3n8ZDJ3An87xw== To: 37232-done@debbugs.gnu.org Subject: git pull warns of http redirection Date: Tue, 16 Jun 2020 21:37:04 -0500 In-Reply-To: bug's message of "Wed\, 17 Jun 2020 02\:30\:48 +0000" Message-ID: <87eeqeo1tb.fsf@disroot.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 37232-done X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) Hello. Looks like G=C3=A1bor Boskovits helped Bengt Richter resolve his issue. Going to go ahead and close. ------------=_1592361482-15940-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at submit) by debbugs.gnu.org; 30 Aug 2019 07:53:45 +0000 Received: from localhost ([127.0.0.1]:53240 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1i3bj6-0006TU-NH for submit@debbugs.gnu.org; Fri, 30 Aug 2019 03:53:45 -0400 Received: from lists.gnu.org ([209.51.188.17]:47017) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1i3bj5-0006TN-5C for submit@debbugs.gnu.org; Fri, 30 Aug 2019 03:53:43 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:44277) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1i3bj3-0001JE-PD for bug-guix@gnu.org; Fri, 30 Aug 2019 03:53:42 -0400 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=0.1 required=5.0 tests=BAYES_50,RCVD_IN_DNSWL_LOW, URIBL_BLOCKED autolearn=disabled version=3.3.2 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1i3biz-0001Mv-I4 for bug-guix@gnu.org; Fri, 30 Aug 2019 03:53:40 -0400 Received: from imta-37.everyone.net ([216.200.145.37]:55068 helo=imta-38.everyone.net) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1i3biz-0001IM-6b for bug-guix@gnu.org; Fri, 30 Aug 2019 03:53:37 -0400 Received: from pps.filterd (omta004.sj2.proofpoint.com [127.0.0.1]) by imta-38.everyone.net (8.16.0.27/8.16.0.27) with SMTP id x7U7oWno009063 for ; Fri, 30 Aug 2019 00:53:34 -0700 X-Eon-Originating-Account: W557fa9bYdK2Y0bN-LSJWao8CQWDF1VoGK51D2us6wQ X-Eon-Dm: m0116952.ppops.net Received: by m0116952.mta.everyone.net (EON-AUTHRELAY2 - 32d0d199) id m0116952.5d552769.398e50 for ; Fri, 30 Aug 2019 00:53:32 -0700 X-Eon-Sig: AQMHrIJdaNX8kN1+owIAAAAB,e3eea451347703246c9ca7a143df9c92 X-Eip: 2_A4gkXYFCRWQAW3Q8-X3JHT47GetSYCnKxhDmcTykQ Date: Fri, 30 Aug 2019 00:53:23 -0700 From: Bengt Richter To: bug-guix@gnu.org Subject: git pull warns of http redirection Message-ID: <20190830075323.GA12551@PhantoNv4ArchGx.localdomain> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline User-Agent: Mutt/1.12.1 (2019-06-15) X-Proofpoint-Virus-Version: vendor=fsecure engine=2.50.10434:, , definitions=2019-08-30_04:, , signatures=0 X-Proofpoint-Spam-Details: rule=notspam policy=default score=0 priorityscore=1501 malwarescore=0 suspectscore=0 phishscore=0 bulkscore=0 spamscore=0 clxscore=1034 lowpriorityscore=0 mlxscore=0 impostorscore=0 mlxlogscore=999 adultscore=0 classifier=spam adjust=0 reason=mlx scancount=1 engine=8.0.1-1906280000 definitions=main-1908300083 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x [generic] X-Received-From: 216.200.145.37 X-Spam-Score: -1.1 (-) X-Debbugs-Envelope-To: submit X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: Bengt Richter Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -2.1 (--) Hi all, It seems to be working, but I like to eliminate warnings ;-) To reproduce, cd into your repo dir, then: $ git status On branch master Your branch is up to date with 'origin/master'. nothing to commit, working tree clean $ git config -l core.editor=emacs user.name=Bengt Richter user.email=bokr@bokr.com core.repositoryformatversion=0 core.filemode=true core.bare=false core.logallrefupdates=true remote.origin.url=http://git.sv.gnu.org/r/guix.git remote.origin.fetch=+refs/heads/*:refs/remotes/origin/* branch.master.remote=origin branch.master.merge=refs/heads/master $ git pull warning: redirecting to http://git.savannah.gnu.org/r/guix.git/ Already up to date. $ Is that http necessary for some load-balancing redirection, or could it be done with https? --== (the rest of this is ignorable context, FWIW :) ==-- I think I used the advice from guix 1.0.1 info to do the initial clone, i.e., --advice 14.1 Building from Git If you want to hack Guix itself, it is recommended to use the latest version from the Git repository: git clone https://git.savannah.gnu.org/git/guix.git --advice-- (though my purpose was not use it for building, but to have the latest and greatest to grep around in when trying to figure something out ;-) uname -a: Linux PhantoNv4ArchGx 5.2.9-arch1-1-ARCH #1 SMP PREEMPT Fri Aug 16 11:29:43 UTC 2019 x86_64 GNU/Linux guix describe: Generation 11 Aug 25 2019 20:58:43 (current) guix a707484 repository URL: https://git.savannah.gnu.org/git/guix.git branch: master commit: a707484d64e7e46f8cb8401c660fbb6eb77ab9c6 (cd ~/wb/guix; git log|head): commit 43412ab967ee00789fe933f916d804aed9961c57 Author: Tobias Geerinckx-Rice Date: Fri Aug 30 03:17:07 2019 +0200 gnu: aqbanking: Update to 5.8.1. * gnu/packages/gnucash.scm (aqbanking): Update to 5.8.1. [source]: Remove FILE-NAME. commit 521bb336782b8fe04b57ebaadd55be005a85d788 grep -m1 'model name' /proc/cpuinfo: model name : Intel(R) Core(TM) i7-6700HQ CPU @ 2.60GHz --== (end of ignorable context, FWIW :) ==-- Regards, Bengt Richter ------------=_1592361482-15940-1--