Hi everyone,
We would like the release branches which are automatically created (such as REL1_25) for our extensions to point to the most recent stable version of our code available. Would it cause problems if we were to simply update (likely a fast forward merge) those branches ourselves as desired?
Thank you very much, Kevin
As long as the branch still works with that given MW then go for it.
-Chad
On Thu, Oct 15, 2015, 5:10 AM Kevin Ji themetalbox@gmail.com wrote:
Hi everyone,
We would like the release branches which are automatically created (such as REL1_25) for our extensions to point to the most recent stable version of our code available. Would it cause problems if we were to simply update (likely a fast forward merge) those branches ourselves as desired?
Thank you very much, Kevin _______________________________________________ MediaWiki-l mailing list To unsubscribe, go to: https://lists.wikimedia.org/mailman/listinfo/mediawiki-l
Great! Thank you so much!
Kevin
On Thu, Oct 15, 2015 at 10:21 AM, Chad innocentkiller@gmail.com wrote:
As long as the branch still works with that given MW then go for it.
-Chad
On Thu, Oct 15, 2015, 5:10 AM Kevin Ji themetalbox@gmail.com wrote:
Hi everyone,
We would like the release branches which are automatically created (such
as
REL1_25) for our extensions to point to the most recent stable version of our code available. Would it cause problems if we were to simply update (likely a fast forward merge) those branches ourselves as desired?
Thank you very much, Kevin _______________________________________________ MediaWiki-l mailing list To unsubscribe, go to: https://lists.wikimedia.org/mailman/listinfo/mediawiki-l
MediaWiki-l mailing list To unsubscribe, go to: https://lists.wikimedia.org/mailman/listinfo/mediawiki-l
Hi, I now have a follow-up question.
After updating the REL1_25 branch and attempting to push my changes to gerrit, I received an error message indicating that I don't have push permissions for the REL1_25 branch. Is there some way I can put in a request to obtain push permission for the release branches? This is my own extension on which I am the sole developer.
Thanks, Kevin
On Thu, Oct 15, 2015 at 10:42 AM, Kevin Ji themetalbox@gmail.com wrote:
Great! Thank you so much!
Kevin
On Thu, Oct 15, 2015 at 10:21 AM, Chad innocentkiller@gmail.com wrote:
As long as the branch still works with that given MW then go for it.
-Chad
On Thu, Oct 15, 2015, 5:10 AM Kevin Ji themetalbox@gmail.com wrote:
Hi everyone,
We would like the release branches which are automatically created
(such as
REL1_25) for our extensions to point to the most recent stable version
of
our code available. Would it cause problems if we were to simply update (likely a fast forward merge) those branches ourselves as desired?
Thank you very much, Kevin _______________________________________________ MediaWiki-l mailing list To unsubscribe, go to: https://lists.wikimedia.org/mailman/listinfo/mediawiki-l
MediaWiki-l mailing list To unsubscribe, go to: https://lists.wikimedia.org/mailman/listinfo/mediawiki-l
hi do you know which extension your trying to push to. And how do you do your git stuff, Do you do it through ssh or https if you do it through ssh you have to create the ssh key through git and then upload the key to gerrit on Wikimedia which should be in settings. You have to do something like git push origin HEAD:refs/for/master this is for master and for other branches you do git push origin HEAD:refs/for/REL1_25 if you follow git push origin HEAD:refs/for/name of branch it should work. If not could we have the error name.
On Thursday, 22 October 2015, 16:01, Kevin Ji themetalbox@gmail.com wrote:
Hi, I now have a follow-up question.
After updating the REL1_25 branch and attempting to push my changes to gerrit, I received an error message indicating that I don't have push permissions for the REL1_25 branch. Is there some way I can put in a request to obtain push permission for the release branches? This is my own extension on which I am the sole developer.
Thanks, Kevin
On Thu, Oct 15, 2015 at 10:42 AM, Kevin Ji themetalbox@gmail.com wrote:
Great! Thank you so much!
Kevin
On Thu, Oct 15, 2015 at 10:21 AM, Chad innocentkiller@gmail.com wrote:
As long as the branch still works with that given MW then go for it.
-Chad
On Thu, Oct 15, 2015, 5:10 AM Kevin Ji themetalbox@gmail.com wrote:
Hi everyone,
We would like the release branches which are automatically created
(such as
REL1_25) for our extensions to point to the most recent stable version
of
our code available. Would it cause problems if we were to simply update (likely a fast forward merge) those branches ourselves as desired?
Thank you very much, Kevin _______________________________________________ MediaWiki-l mailing list To unsubscribe, go to: https://lists.wikimedia.org/mailman/listinfo/mediawiki-l
MediaWiki-l mailing list To unsubscribe, go to: https://lists.wikimedia.org/mailman/listinfo/mediawiki-l
_______________________________________________ MediaWiki-l mailing list To unsubscribe, go to: https://lists.wikimedia.org/mailman/listinfo/mediawiki-l
mediawiki-l@lists.wikimedia.org