On Mon, 2020-11-09 at 10:01 +0800, Paul Wise wrote: > On Sun, 08 Nov 2020 20:40:50 -0500 Calum McConnell wrote: > > > Just as it says: I get the ending message, saying that all repos were > > checked, > > and a set of blank lines where I would expect to see the list of > > repositories. > > `mr list` works for me.
*sigh* why can't these ever be EASY? > Is there anything special about your myrepos config? I attached a (somewhat trimmed and heavily commented) version. I don't think there is anything special with it. > Could you create a new user on your system, check out a single repo, > register it with myrepos, test `mr list` and report the ~/.mrconfig and > the results of the test? It works perfectly (though with a blank space between each entry for some reason). .mrconfig is exactly as you'd expect: I attached it as mrconfig- testuser Thanks, Calum
[myrepos.branchable.com] checkout = git clone 'git://myrepos.branchable.com/' 'myrepos.branchable.com' [debian] checkout = git clone 'https://repo.or.cz/r/git/debian.git/' 'debian'
[DEFAULT] jobs = 6 # Issue still occurs with above line commented out [GitGud/progit2] checkout = git clone '[email protected]:progit/progit2.git' 'progit2' [GitGud/packages/whitakers-words] checkout = git clone '[email protected]:CalumMcConnell-guest/whitakers-words.git' 'whitakers-words' [GitGud/packages/apt] checkout = git clone 'https://salsa.debian.org/apt-team/apt.git' 'apt' [GitGud/school/physics_with_smc] checkout = git clone '[email protected]:zimmermant/physics_with_smc.git' 'physics_with_smc' #Only non-standard entry: upstream posts a constantly moving tag, which Git hates. [GitGud/packages/endless-sky] pre_fetch = git tag -d continuous checkout = git clone '[email protected]:endless-sky/endless-sky.git' 'endless-sky' # More packages go down here, all following the same, vanilla pattern # Issue occurs regardless of which subfolder I call mr from # There is a symling in GitGud, but it's a local repository, not registered with mr # And yes, I am storing (almost) every git repo on my machine in a directory that # tells the user to 'git gud'
signature.asc
Description: This is a digitally signed message part

