Daniel Nephin 
							
						 
					 
					
						
						
						
						
							
						
						
							04877d47aa 
							
						 
					 
					
						
						
							
							Build osx binary on travis and upload to bintray.  
						
						... 
						
						
						
						This requires a change to the make-branch script, to have it push the bump branch
to the docker remote instead of the user remote. Pushing to the docker remote
triggers the travis build, which builds the binary.
Signed-off-by: Daniel Nephin <dnephin@docker.com> 
						
						
					 
					
						2016-03-01 11:34:54 -05:00 
						 
				 
			
				
					
						
							
							
								Daniel Nephin 
							
						 
					 
					
						
						
						
						
							
						
						
							11dc720752 
							
						 
					 
					
						
						
							
							Move test scripts to script/test.  
						
						... 
						
						
						
						Signed-off-by: Daniel Nephin <dnephin@docker.com> 
						
						
					 
					
						2016-02-24 16:24:13 -08:00 
						 
				 
			
				
					
						
							
							
								Daniel Nephin 
							
						 
					 
					
						
						
						
						
							
						
						
							ec6bb1660d 
							
						 
					 
					
						
						
							
							Move run scripts to script/run  
						
						... 
						
						
						
						Signed-off-by: Daniel Nephin <dnephin@docker.com> 
						
						
					 
					
						2016-02-24 16:24:13 -08:00 
						 
				 
			
				
					
						
							
							
								Daniel Nephin 
							
						 
					 
					
						
						
						
						
							
						
						
							a87d482a3b 
							
						 
					 
					
						
						
							
							Move all build scripts to script/build  
						
						... 
						
						
						
						Signed-off-by: Daniel Nephin <dnephin@docker.com> 
						
						
					 
					
						2016-02-24 16:24:13 -08:00 
						 
				 
			
				
					
						
							
							
								Aanand Prasad 
							
						 
					 
					
						
						
						
						
							
						
						
							634ae7daa5 
							
						 
					 
					
						
						
							
							Let the user specify any repo as their fork  
						
						... 
						
						
						
						Signed-off-by: Aanand Prasad <aanand.prasad@gmail.com> 
						
						
					 
					
						2016-01-27 15:40:28 +00:00 
						 
				 
			
				
					
						
							
							
								Aanand Prasad 
							
						 
					 
					
						
						
						
						
							
						
						
							3547c55523 
							
						 
					 
					
						
						
							
							Default to vim if EDITOR is not set  
						
						... 
						
						
						
						Signed-off-by: Aanand Prasad <aanand.prasad@gmail.com> 
						
						
					 
					
						2016-01-27 15:40:28 +00:00 
						 
				 
			
				
					
						
							
							
								Aanand Prasad 
							
						 
					 
					
						
						
						
						
							
						
						
							e40a46349f 
							
						 
					 
					
						
						
							
							Fix rebase-bump-commit script  
						
						... 
						
						
						
						Trim whitespace from wc's output before constructing arguments to `git rebase`
Signed-off-by: Aanand Prasad <aanand.prasad@gmail.com> 
						
						
					 
					
						2016-01-26 17:42:44 +00:00 
						 
				 
			
				
					
						
							
							
								Daniel Nephin 
							
						 
					 
					
						
						
						
						
							
						
						
							66dd9ae9a4 
							
						 
					 
					
						
						
							
							Fix some bugs in release scripts.  
						
						... 
						
						
						
						Signed-off-by: Daniel Nephin <dnephin@docker.com> 
						
						
					 
					
						2016-01-18 15:59:40 -05:00 
						 
				 
			
				
					
						
							
							
								Daniel Nephin 
							
						 
					 
					
						
						
						
						
							
						
						
							d4b9845201 
							
						 
					 
					
						
						
							
							Add the git sha to version output  
						
						... 
						
						
						
						Signed-off-by: Daniel Nephin <dnephin@docker.com> 
						
						
					 
					
						2015-11-18 13:21:14 -05:00 
						 
				 
			
				
					
						
							
							
								Daniel Nephin 
							
						 
					 
					
						
						
						
						
							
						
						
							d18ad4c812 
							
						 
					 
					
						
						
							
							Fix rebase-bump-commit script when used with a final release.  
						
						... 
						
						
						
						Previously it would find commits for RC releases, which broke the rebase.
Signed-off-by: Daniel Nephin <dnephin@docker.com> 
						
						
					 
					
						2015-11-05 10:25:46 -05:00 
						 
				 
			
				
					
						
							
							
								Daniel Nephin 
							
						 
					 
					
						
						
						
						
							
						
						
							bbc76e6034 
							
						 
					 
					
						
						
							
							Convert the README to rst and fix the logo url before packaging it up for pypi.  
						
						... 
						
						
						
						Signed-off-by: Daniel Nephin <dnephin@docker.com> 
						
						
					 
					
						2015-10-28 12:11:29 -04:00 
						 
				 
			
				
					
						
							
							
								Daniel Nephin 
							
						 
					 
					
						
						
						
						
							
						
						
							c4f0f24c57 
							
						 
					 
					
						
						
							
							Fix release script notes about software and typos.  
						
						... 
						
						
						
						Signed-off-by: Daniel Nephin <dnephin@docker.com> 
						
						
					 
					
						2015-10-28 12:10:30 -04:00 
						 
				 
			
				
					
						
							
							
								Daniel Nephin 
							
						 
					 
					
						
						
						
						
							
						
						
							129e2f9482 
							
						 
					 
					
						
						
							
							Fix check for tags.  
						
						... 
						
						
						
						If there is a branch with the same name as a tag it fails without the
--tags. This was only a problem when we're branching from a git tag.
Signed-off-by: Daniel Nephin <dnephin@docker.com> 
						
						
					 
					
						2015-10-19 12:33:25 -04:00 
						 
				 
			
				
					
						
							
							
								Daniel Nephin 
							
						 
					 
					
						
						
						
						
							
						
						
							fbe8e76902 
							
						 
					 
					
						
						
							
							Add missing merge for release branch.  
						
						... 
						
						
						
						Signed-off-by: Daniel Nephin <dnephin@docker.com> 
						
						
					 
					
						2015-10-14 15:24:05 -04:00 
						 
				 
			
				
					
						
							
							
								Daniel Nephin 
							
						 
					 
					
						
						
						
						
							
						
						
							338f2f4507 
							
						 
					 
					
						
						
							
							Add a script to generate contributor list.  
						
						... 
						
						
						
						Signed-off-by: Daniel Nephin <dnephin@docker.com> 
						
						
					 
					
						2015-10-14 15:14:04 -04:00 
						 
				 
			
				
					
						
							
							
								Daniel Nephin 
							
						 
					 
					
						
						
						
						
							
						
						
							34f5912bbc 
							
						 
					 
					
						
						
							
							Update release script and run.sh image name.  
						
						... 
						
						
						
						Signed-off-by: Daniel Nephin <dnephin@docker.com> 
						
						
					 
					
						2015-10-07 11:00:40 -04:00 
						 
				 
			
				
					
						
							
							
								Daniel Nephin 
							
						 
					 
					
						
						
						
						
							
						
						
							4ae2a0e610 
							
						 
					 
					
						
						
							
							Update release scripts for release image.  
						
						... 
						
						
						
						Signed-off-by: Daniel Nephin <dnephin@docker.com> 
						
						
					 
					
						2015-10-06 15:21:34 -04:00 
						 
				 
			
				
					
						
							
							
								Daniel Nephin 
							
						 
					 
					
						
						
						
						
							
						
						
							1a2a0dd53d 
							
						 
					 
					
						
						
							
							Fix some bugs in the release scripts  
						
						... 
						
						
						
						Signed-off-by: Daniel Nephin <dnephin@docker.com> 
						
						
					 
					
						2015-10-02 11:21:38 -04:00 
						 
				 
			
				
					
						
							
							
								Daniel Nephin 
							
						 
					 
					
						
						
						
						
							
						
						
							da91b81bb8 
							
						 
					 
					
						
						
							
							Add scripts for automating parts of the release.  
						
						... 
						
						
						
						Signed-off-by: Daniel Nephin <dnephin@docker.com> 
						
						
					 
					
						2015-10-02 11:21:38 -04:00 
						 
				 
			
				
					
						
							
							
								Ben Firshman 
							
						 
					 
					
						
						
						
						
							
						
						
							4bec39535f 
							
						 
					 
					
						
						
							
							Remove unnecessary release script  
						
						
						
						
					 
					
						2014-01-16 18:52:15 +00:00 
						 
				 
			
				
					
						
							
							
								Ben Firshman 
							
						 
					 
					
						
						
						
						
							
						
						
							7b925b8eac 
							
						 
					 
					
						
						
							
							Add some helpful scripts  
						
						
						
						
					 
					
						2013-12-20 21:32:41 +00:00