Re: [openstack-dev] [fuel] github can't sync with git because of big uploading

2016-01-11 Thread Asselin, Ramy
I understand this is an issue, but I don’t see why syncing to github is needed 
so urgently? You can still keep working and accessing the repo by 
developers/tools using openstack’s git farm [1]

[1] http://git.openstack.org/cgit/openstack/fuel-plugin-onos/



From: wuwenbin [mailto:wuwenb...@huawei.com]
Sent: Monday, January 11, 2016 5:14 PM
To: Mateusz Matuszkowiak
Cc: openstack-dev@lists.openstack.org
Subject: [openstack-dev] 转发: [fuel] github can't sync with git because of big 
uploading

Hi:
   I have forward the email and can you help me see why no answers.
   Thanks.
Bests
Cathy

发件人: wuwenbin
发送时间: 2015年12月30日 10:35
收件人: 'openstack-dev@lists.openstack.org'
抄送: Jiangrui (Henry, R); Zhaokexue
主题: [fuel] github can't sync with git because of big uploading

Hi all:
 Repo of  has something wrong because of uploading big file. Though 
codes are reverted while history still contains the pack which results in big 
downloading and unsync with github.
 I really want to solve this problem and please forgive my own decision 
for a new commit of new onosfw because I don’t want this impacting the project. 
I have to admit that I am really bad at management of commit and merge. So I 
invite fuel ptl as the manager of new repo to avoid such things.
 Does anyone can help me solve this as soon as possible?
   Thanks
Bests
Cathy

__
OpenStack Development Mailing List (not for usage questions)
Unsubscribe: openstack-dev-requ...@lists.openstack.org?subject:unsubscribe
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev


Re: [openstack-dev] [fuel] github can't sync with git because of big uploading

2015-12-30 Thread Evgeniy L
Hi,

You should probably talk to infra team on this issue #openstack-infra
channel.
I see several ways what can be done here:
1. recreate the repo
2. create a repo with different name

Also there is possibility to remove from the commit those files and push
using --force,
but it's a very bad practise and I don't think that infra allows to do that.

Thanks,

On Wed, Dec 30, 2015 at 5:34 AM, wuwenbin  wrote:

> Hi all:
>
>  Repo of fuel-plugin-onos has something wrong because of uploading
> big file. Though codes are reverted while history still contains the pack
> which results in big downloading and unsync with github.
>
>  I really want to solve this problem and please forgive my own
> decision for a new commit of new onosfw because I don’t want this impacting
> the project. I have to admit that I am really bad at management of commit
> and merge. So I invite fuel ptl as the manager of new repo to avoid such
> things.
>
>  Does anyone can help me solve this as soon as possible?
>
>Thanks
>
> Bests
>
> Cathy
>
>
>
> __
> OpenStack Development Mailing List (not for usage questions)
> Unsubscribe: openstack-dev-requ...@lists.openstack.org?subject:unsubscribe
> http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev
>
>
__
OpenStack Development Mailing List (not for usage questions)
Unsubscribe: openstack-dev-requ...@lists.openstack.org?subject:unsubscribe
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev


Re: [openstack-dev] [fuel] github can't sync with git because of big uploading

2015-12-30 Thread Jeremy Stanley
On 2015-12-30 02:34:32 + (+), wuwenbin wrote:
> Repo of fuel-plugin-onos has something wrong because of uploading
> big file. Though codes are reverted while history still contains
> the pack which results in big downloading and unsync with github.
[...]

The OpenStack Project does not officially endorse, much less
support, GitHub-based workflows. That's a non-free, non-open service
over which we have neither control nor even insight most of the
time.

OpenStack provides Git services at git.openstack.org and only pushes
copies to other providers as a convenience for some users who seem
to like them indexed there. As for the repository size, we already
have much larger repositories in Gerrit than yours
(openstack-manuals, for example).

> Does anyone can help me solve this as soon as possible?

As suggested to you in IRC last week, clone from git.openstack.org
instead of github.com and you can continue working as usual. While
the Infrastructure Team is discussing lowering the object size limit
in our Gerrit deployment, we have no control over what else GitHub
might also block (now or in the future) and so can't guarantee any
repository will be mirrored there with 100% certainty.

Once more of the Infra team are back from holiday travels, I'll get
a better consensus on whether pushing a rewritten master branch to
fuel-plugin-onos is a viable compromise we're able to support in
situations like this, but please stop thinking that there's
something broken. The systems we support are working as designed,
and you should still be able to use them for your existing project
without having to abandon it and create a new one under a different
name.
-- 
Jeremy Stanley


signature.asc
Description: Digital signature
__
OpenStack Development Mailing List (not for usage questions)
Unsubscribe: openstack-dev-requ...@lists.openstack.org?subject:unsubscribe
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev


Re: [openstack-dev] [fuel] github can't sync with git because of big uploading

2015-12-30 Thread Jeremy Stanley
On 2015-12-30 11:11:50 +0300 (+0300), Evgeniy L wrote:
> You should probably talk to infra team on this issue #openstack-infra
> channel.
> I see several ways what can be done here:
> 1. recreate the repo
> 2. create a repo with different name
> 
> Also there is possibility to remove from the commit those files and push
> using --force,
> but it's a very bad practise and I don't think that infra allows to do that.

While I'm not a fan of push --force based solutions (they leave the
repository in a state where consumers can't fast-forward to it from
their earlier state), I'm even less thrilled with the idea that
people might just slash-and-burn repos, abandoning them and creating
new ones because they've put them in an unusable state.
-- 
Jeremy Stanley

__
OpenStack Development Mailing List (not for usage questions)
Unsubscribe: openstack-dev-requ...@lists.openstack.org?subject:unsubscribe
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev


[openstack-dev] [fuel] github can't sync with git because of big uploading

2015-12-29 Thread wuwenbin
Hi all:
 Repo of fuel-plugin-onos has something wrong because of uploading big 
file. Though codes are reverted while history still contains the pack which 
results in big downloading and unsync with github.
 I really want to solve this problem and please forgive my own decision 
for a new commit of new onosfw because I don't want this impacting the project. 
I have to admit that I am really bad at management of commit and merge. So I 
invite fuel ptl as the manager of new repo to avoid such things.
 Does anyone can help me solve this as soon as possible?
   Thanks
Bests
Cathy

__
OpenStack Development Mailing List (not for usage questions)
Unsubscribe: openstack-dev-requ...@lists.openstack.org?subject:unsubscribe
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev