Bitcoin Forum
April 26, 2024, 02:35:09 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: Github - bitcoin commit break?  (Read 1529 times)
Diapolo (OP)
Hero Member
*****
Offline Offline

Activity: 769
Merit: 500



View Profile WWW
April 02, 2012, 06:07:34 AM
 #1

Perhaps that's the wrong place to ask, but I would like to now how long there will be a commit break. I added a few commits, which come from one local source and it get's hard to keep track of the different commits Cheesy. Is the normal process to switch to 0.7 now on Git?

Dia

Liked my former work for Bitcoin Core? Drop me a donation via:
1PwnvixzVAKnAqp8LCV8iuv7ohzX2pbn5x
bitcoin:1PwnvixzVAKnAqp8LCV8iuv7ohzX2pbn5x?label=Diapolo
1714142109
Hero Member
*
Offline Offline

Posts: 1714142109

View Profile Personal Message (Offline)

Ignore
1714142109
Reply with quote  #2

1714142109
Report to moderator
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1714142109
Hero Member
*
Offline Offline

Posts: 1714142109

View Profile Personal Message (Offline)

Ignore
1714142109
Reply with quote  #2

1714142109
Report to moderator
1714142109
Hero Member
*
Offline Offline

Posts: 1714142109

View Profile Personal Message (Offline)

Ignore
1714142109
Reply with quote  #2

1714142109
Report to moderator
Red Emerald
Hero Member
*****
Offline Offline

Activity: 742
Merit: 500



View Profile WWW
April 02, 2012, 06:14:54 AM
 #2

commit break?

Diapolo (OP)
Hero Member
*****
Offline Offline

Activity: 769
Merit: 500



View Profile WWW
April 02, 2012, 06:42:24 AM
 #3

commit break?

Perhaps it WAS the wrong place ^^ ... there were now new commits / updates included in the source over at Github for 3 days, since the 0.6 final release was made.

Dia

Liked my former work for Bitcoin Core? Drop me a donation via:
1PwnvixzVAKnAqp8LCV8iuv7ohzX2pbn5x
bitcoin:1PwnvixzVAKnAqp8LCV8iuv7ohzX2pbn5x?label=Diapolo
binpool.de
Member
**
Offline Offline

Activity: 115
Merit: 10


View Profile
April 02, 2012, 01:51:44 PM
 #4

wtf is a commit break?

lg Thomas
Diapolo (OP)
Hero Member
*****
Offline Offline

Activity: 769
Merit: 500



View Profile WWW
April 02, 2012, 02:00:17 PM
 #5

Please ask google or whatever search engine you like, what a commit on Github is. And by break I meant simple some kind of pause and no error or a defect!

*/me knew this was a bad idea to post this in here ^^*

Dia

Liked my former work for Bitcoin Core? Drop me a donation via:
1PwnvixzVAKnAqp8LCV8iuv7ohzX2pbn5x
bitcoin:1PwnvixzVAKnAqp8LCV8iuv7ohzX2pbn5x?label=Diapolo
Pieter Wuille
Legendary
*
qt
Offline Offline

Activity: 1072
Merit: 1174


View Profile WWW
April 02, 2012, 02:15:14 PM
 #6

We were still deciding on what the next version would be, and what its goals would be.

Next version will probably be 0.6.1, and include mainly cleanups, bug fixes and other small improvements.


I do Bitcoin stuff.
Red Emerald
Hero Member
*****
Offline Offline

Activity: 742
Merit: 500



View Profile WWW
April 02, 2012, 08:44:01 PM
 #7

Please ask google or whatever search engine you like, what a commit on Github is. And by break I meant simple some kind of pause and no error or a defect!

*/me knew this was a bad idea to post this in here ^^*

Dia
Why would there ever be a pause in development?

m3ta
Sr. Member
****
Offline Offline

Activity: 435
Merit: 250



View Profile WWW
April 27, 2012, 02:57:52 PM
 #8

Please ask google or whatever search engine you like, what a commit on Github is. And by break I meant simple some kind of pause and no error or a defect!

*/me knew this was a bad idea to post this in here ^^*

Dia
Why would there ever be a pause in development?

"commit freeze" is the correct term.

During software development there are often time when working software release must be prepared for customer evaluation of internal testing. Many software release managers use a feature called “commit freeze“: no one can commit to main branch of development (trunk/master) until release is packaged. 

Also, Google is your friend. Well, it's my friend, it seems it isn't /yours/.

Why the frell so many retards spell "ect" as an abbreviation of "Et Cetera"? "ETC", DAMMIT! http://en.wikipedia.org/wiki/Et_cetera

Host:/# rm -rf /var/forum/trolls
realnowhereman
Hero Member
*****
Offline Offline

Activity: 504
Merit: 502



View Profile
April 27, 2012, 03:17:41 PM
 #9

Just because the main branch goes into feature freeze doesn't mean work on the development branches has to halt; and I'm sure the developers all carry on working on their own working copy even if github goes quiet for a while.  Isn't that the whole point of git?

1AAZ4xBHbiCr96nsZJ8jtPkSzsg1CqhwDa
Diapolo (OP)
Hero Member
*****
Offline Offline

Activity: 769
Merit: 500



View Profile WWW
April 27, 2012, 03:22:09 PM
 #10

Just because the main branch goes into feature freeze doesn't mean work on the development branches has to halt; and I'm sure the developers all carry on working on their own working copy even if github goes quiet for a while.  Isn't that the whole point of git?

The initial question was not about the developers doing a break, but about don't accepting / merging commits into the main branch Wink.

Dia

Liked my former work for Bitcoin Core? Drop me a donation via:
1PwnvixzVAKnAqp8LCV8iuv7ohzX2pbn5x
bitcoin:1PwnvixzVAKnAqp8LCV8iuv7ohzX2pbn5x?label=Diapolo
Pieter Wuille
Legendary
*
qt
Offline Offline

Activity: 1072
Merit: 1174


View Profile WWW
April 27, 2012, 03:24:39 PM
 #11

The development process consists of this cycle (in a perfect world, at least):
  • the "merge window" for a new version opens
  • complete and accepted pull requests are merged into the master branch
  • the "merge window" closes (it usually remains open for a few weeks)
  • a release candidate is built
  • the release candidate is tested
  • if found necessary, fixes (but no new features) are merged, and a new release candidate is built.
  • if the last release candidate survives testing, it is renames and released as final
  • repeat

I do Bitcoin stuff.
Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!