Re: [Kicad-developers] GitHub Mirror not updating?

2020-01-20 Thread Nick Østergaard
Its a mirror, no manual action required ;) On Tue, 21 Jan 2020 at 00:38, Wayne Stambaugh wrote: > > Did someone already do this? I just checked the github repo and the > latest commit hash is correct. > > On 1/20/20 5:46 PM, Ian McInerney wrote: > > The GitHub mirror will also need to be force

Re: [Kicad-developers] GitHub Mirror not updating?

2020-01-20 Thread Wayne Stambaugh
Did someone already do this? I just checked the github repo and the latest commit hash is correct. On 1/20/20 5:46 PM, Ian McInerney wrote: > The GitHub mirror will also need to be force pushed for its first > update, since it looks like it got the first of the large files already > mirrored to

Re: [Kicad-developers] GitHub Mirror not updating?

2020-01-20 Thread Matthijs Kooijman
Hi Simon, Wayne, > If they have local work, the sanest approach is to rebase on top of > origin/master and delete the offending commits at the same time by doing > an interactive rebase > > $ git rebase -i origin/master > > This gives a list of all commits that don't have identical content

Re: [Kicad-developers] GitHub Mirror not updating?

2020-01-20 Thread Ian McInerney
The GitHub mirror will also need to be force pushed for its first update, since it looks like it got the first of the large files already mirrored to it and it was choking on the second of the files. -Ian On Mon, Jan 20, 2020 at 10:25 PM Simon Richter wrote: > Hi Wayne, > > On 20.01.20 21:25,

Re: [Kicad-developers] GitHub Mirror not updating?

2020-01-20 Thread Simon Richter
Hi Wayne, On 20.01.20 21:25, Wayne Stambaugh wrote: > If I run the commands Simon suggested to remove the blobs, what does > this mean for devs who pull from the dev repo on gitlab? After fetching normally, using $ git fetch anyone who doesn't have local work on top can just reset their

Re: [Kicad-developers] GitHub Mirror not updating?

2020-01-20 Thread Wayne Stambaugh
If I run the commands Simon suggested to remove the blobs, what does this mean for devs who pull from the dev repo on gitlab? On 1/20/20 2:11 PM, Mark Roszko wrote: > Rebasing is still required if enabling LFS after already having added a > file previously. LFS is simply a hack on top of Git

Re: [Kicad-developers] GitHub Mirror not updating?

2020-01-20 Thread Mark Roszko
Rebasing is still required if enabling LFS after already having added a file previously. LFS is simply a hack on top of Git rather than a protocol level improvement. On Mon, Jan 20, 2020 at 1:42 PM Jon Evans wrote: > I can say from experience that enabling LFS would be a lot more hassle > than

Re: [Kicad-developers] GitHub Mirror not updating?

2020-01-20 Thread Seth Hillbrand
No objections here. I've updated the GitLab settings to prevent these large files from being added in the future. -Seth On 2020-01-20 11:01, Wayne Stambaugh wrote: In this case, I am willing to accept the grief of removing the blob commits and rebasing unless someone else is dead set against

Re: [Kicad-developers] GitHub Mirror not updating?

2020-01-20 Thread Wayne Stambaugh
In this case, I am willing to accept the grief of removing the blob commits and rebasing unless someone else is dead set against this. On 1/20/20 12:23 PM, Nick Østergaard wrote: > Yes, that is the error we get for the mirror script. > > On Mon, 20 Jan 2020 at 18:08, Wayne Stambaugh wrote: >>

Re: [Kicad-developers] GitHub Mirror not updating?

2020-01-20 Thread Nick Østergaard
Yes, that is the error we get for the mirror script. On Mon, 20 Jan 2020 at 18:08, Wayne Stambaugh wrote: > > Is that what is causing the mirror issue? If so, we should probably > rebase to get rid of the blobs. I was really hoping we wouldn't have to > do that. > > On 1/20/20 11:35 AM, Nick

Re: [Kicad-developers] GitHub Mirror not updating?

2020-01-20 Thread Jon Evans
I can say from experience that enabling LFS would be a lot more hassle than rebasing. On Mon, Jan 20, 2020 at 12:09 PM Wayne Stambaugh wrote: > Is that what is causing the mirror issue? If so, we should probably > rebase to get rid of the blobs. I was really hoping we wouldn't have to > do

Re: [Kicad-developers] GitHub Mirror not updating?

2020-01-20 Thread Wayne Stambaugh
Is that what is causing the mirror issue? If so, we should probably rebase to get rid of the blobs. I was really hoping we wouldn't have to do that. On 1/20/20 11:35 AM, Nick Østergaard wrote: > It would be nice to rebase the repo to exclude those useless blobs. > > On Mon, 20 Jan 2020 at

Re: [Kicad-developers] GitHub Mirror not updating?

2020-01-20 Thread Nick Østergaard
It would be nice to rebase the repo to exclude those useless blobs. On Mon, 20 Jan 2020 at 17:33, Nick Østergaard wrote: > > git push --mirror > remote: error: GH001: Large files detected. You may want to try Git > Large File Storage - https://git-lfs.github.com. > remote: error: Trace:

Re: [Kicad-developers] GitHub Mirror not updating?

2020-01-20 Thread Nick Østergaard
git push --mirror remote: error: GH001: Large files detected. You may want to try Git Large File Storage - https://git-lfs.github.com. remote: error: Trace: 4ca7122c5342fce7e9459b19325e1a4d remote: error: See http://git.io/iEPt8g for more information. remote: error: File common/libcommon.a.ocP1Z7

[Kicad-developers] GitHub Mirror not updating?

2020-01-20 Thread Felix Vollmer
Hi, are you aware that https://github.com/KiCad/kicad-source-mirror isn't updating? Last commit is from 6 days ago. Cheers, Felix Vollmer ___ Mailing list: https://launchpad.net/~kicad-developers Post to : kicad-developers@lists.launchpad.net