From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bengt Richter Subject: bug#37232: git pull warns of http redirection Date: Fri, 30 Aug 2019 00:53:23 -0700 Message-ID: <20190830075323.GA12551@PhantoNv4ArchGx.localdomain> Reply-To: Bengt Richter Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:46061) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1i3bjQ-0001JO-Bx for bug-guix@gnu.org; Fri, 30 Aug 2019 03:54:05 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1i3bjO-00022w-TO for bug-guix@gnu.org; Fri, 30 Aug 2019 03:54:04 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:44419) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1i3bjO-00021u-LA for bug-guix@gnu.org; Fri, 30 Aug 2019 03:54:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1i3bjO-0006U2-It for bug-guix@gnu.org; Fri, 30 Aug 2019 03:54:02 -0400 Sender: "Debbugs-submit" Resent-Message-ID: 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 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 Received: by m0116952.mta.everyone.net (EON-AUTHRELAY2 - 32d0d199) id m0116952.5d552769.398e50 for ; Fri, 30 Aug 2019 00:53:32 -0700 Content-Disposition: inline List-Id: Bug reports for GNU Guix List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org Sender: "bug-Guix" To: 37232@debbugs.gnu.org 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