X-Authentication-Warning: delorie.com: mail set sender to geda-user-bounces using -f X-Recipient: geda-user AT delorie DOT com Message-ID: <20181217185708.30736.qmail@stuge.se> Date: Mon, 17 Dec 2018 18:57:08 +0000 From: "Peter Stuge (peter AT stuge DOT se) [via geda-user AT delorie DOT com]" To: geda-user AT delorie DOT com Subject: Re: [geda-user] gerbv about to release References: <20181217162845 DOT 24084 DOT qmail AT stuge DOT se> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Reply-To: geda-user AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: geda-user AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk gedau AT igor2 DOT repo DOT hu wrote: > >gedau AT igor2 DOT repo DOT hu wrote: > >> If possible, pelase fix it so I can test without having to do a new > >> checkout or any other command than 'git pull'. > > > >If possible, please explain why you have that requirement? > > > >Why not just run 'git fetch origin && git reset --hard origin/master' ? > > I have limited amount of time and I need to decide what I spend it on. I > am willing to spend it on testing gerbv. I don't want to run 2 or 3 git > commands just to get the sources. You can always clone again, that's only one command to get source. And with --depth=1 you can skip transfering the history, speeding things up. If it's easier to remember you could replace git fetch origin in my previous suggested command with git pull, since pull=fetch+merge, but I wanted to give as precise commands as possible. > If there's a tarball Then you have to run 2 or 3 non-git commands to download and unpack. Strange, but all right, if that's your preference then I understand. :) > If I need to spend 10..15 minutes petting git and autotools just to > get there, I rather spend that time on something else. > I know your preferences on this differ. Please know that my preferences on this aligns well with yours; I also don't want to spend 10-15 minutes on getting and building source, but fortunately it never takes that long to get and build most projects. \o/ //Peter