Xu Cheng 
							
						 
					 
					
						
						
						
						
							
						
						
							ff132a9ddb 
							
						 
					 
					
						
						
							
							doctor: add check_access_homebrew_repository  
						
						
						
						
					 
					
						2015-09-30 13:54:04 +08:00 
						 
				 
			
				
					
						
							
							
								Xu Cheng 
							
						 
					 
					
						
						
						
						
							
						
						
							3c54d12cec 
							
						 
					 
					
						
						
							
							doctor: official supporting El Capitan  
						
						
						
						
					 
					
						2015-09-30 13:54:04 +08:00 
						 
				 
			
				
					
						
							
							
								Xu Cheng 
							
						 
					 
					
						
						
						
						
							
						
						
							b37a285141 
							
						 
					 
					
						
						
							
							test-bot: fix start_revision for Travis  
						
						... 
						
						
						
						When a PR is merged during the test, the commit tree will be looked like
this:
master  PR
  \     /
    \ /
     |
    root
The start_revision will be poined to the commit used to merging PR,
instead of common root commit. As result, `git diff-tree start end`
will list file changes both in PR and master branch, which later
contributes to additional formulae are tested in some Travis builds.
To fix the problem, we use `git merge-base` to get common ancestor as
the real start_revision.
Closes  Homebrew/homebrew#44379 .
Signed-off-by: Xu Cheng <xucheng@me.com> 
						
						
					 
					
						2015-09-28 21:46:59 +08:00 
						 
				 
			
				
					
						
							
							
								Mike McQuaid 
							
						 
					 
					
						
						
						
						
							
						
						
							74a2c3a509 
							
						 
					 
					
						
						
							
							test-bot: add comments, tweak argument handling.  
						
						
						
						
					 
					
						2015-09-25 09:15:10 +01:00 
						 
				 
			
				
					
						
							
							
								Xu Cheng 
							
						 
					 
					
						
						
						
						
							
						
						
							afff98d700 
							
						 
					 
					
						
						
							
							travis: run --ci-master for non-PR  
						
						... 
						
						
						
						Closes  Homebrew/homebrew#44302 .
Signed-off-by: Xu Cheng <xucheng@me.com> 
					
						2015-09-24 20:35:26 +08:00 
						 
				 
			
				
					
						
							
							
								Mike McQuaid 
							
						 
					 
					
						
						
						
						
							
						
						
							711e079901 
							
						 
					 
					
						
						
							
							Export more Travis debugging and fix Git issue.  
						
						
						
						
					 
					
						2015-09-24 08:33:08 +01:00 
						 
				 
			
				
					
						
							
							
								Dominyk Tiller 
							
						 
					 
					
						
						
						
						
							
						
						
							87769ee970 
							
						 
					 
					
						
						
							
							style: update rubocop to 0.34.2  
						
						
						
						
					 
					
						2015-09-24 02:18:50 +01:00 
						 
				 
			
				
					
						
							
							
								Mike McQuaid 
							
						 
					 
					
						
						
						
						
							
						
						
							f154f4898a 
							
						 
					 
					
						
						
							
							bottle: output maximum number of strings matches.  
						
						... 
						
						
						
						`brew bottle --verbose` outputs all the matches for a string found
in the files inside the Cellar. Instead of outputting all of these just
output the first 100.
Closes  Homebrew/homebrew#44266 .
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com> 
						
						
					 
					
						2015-09-23 15:17:35 +01:00 
						 
				 
			
				
					
						
							
							
								Xu Cheng 
							
						 
					 
					
						
						
						
						
							
						
						
							322a93bce0 
							
						 
					 
					
						
						
							
							test-bot: use IO#read instead of IO#gets  
						
						... 
						
						
						
						IO#gets will only return for every new lines, which will be bad for
`brew install` since we print dots in single line.
Closes  Homebrew/homebrew#44264 .
Signed-off-by: Xu Cheng <xucheng@me.com> 
						
						
					 
					
						2015-09-23 21:46:45 +08:00 
						 
				 
			
				
					
						
							
							
								Xu Cheng 
							
						 
					 
					
						
						
						
						
							
						
						
							8c9f0120ca 
							
						 
					 
					
						
						
							
							Formula#system: print dot for travis  
						
						
						
						
					 
					
						2015-09-23 21:46:44 +08:00 
						 
				 
			
				
					
						
							
							
								Mike McQuaid 
							
						 
					 
					
						
						
						
						
							
						
						
							43f3ba9caa 
							
						 
					 
					
						
						
							
							test-bot: configure log lines instead of verbose.  
						
						... 
						
						
						
						The `--verbose` seems to cause some issues with compiling software like
`boost` under Xcode 7. 
						
						
					 
					
						2015-09-23 21:46:43 +08:00 
						 
				 
			
				
					
						
							
							
								Martin Afanasjew 
							
						 
					 
					
						
						
						
						
							
						
						
							366440b5bb 
							
						 
					 
					
						
						
							
							commands: sort external commands by name  
						
						... 
						
						
						
						Closes  Homebrew/homebrew#44125 .
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com> 
					
						2015-09-21 15:14:42 +01:00 
						 
				 
			
				
					
						
							
							
								Mike McQuaid 
							
						 
					 
					
						
						
						
						
							
						
						
							036aab567d 
							
						 
					 
					
						
						
							
							test-bot: allow bottle --merge to fail.  
						
						... 
						
						
						
						It may still write some bottles so let's allow them to be uploaded. 
						
						
					 
					
						2015-09-21 14:02:28 +01:00 
						 
				 
			
				
					
						
							
							
								Xu Cheng 
							
						 
					 
					
						
						
						
						
							
						
						
							76488216b7 
							
						 
					 
					
						
						
							
							test-bot: remove obsolete empty line  
						
						
						
						
					 
					
						2015-09-21 17:28:58 +08:00 
						 
				 
			
				
					
						
							
							
								Misty De Meo 
							
						 
					 
					
						
						
						
						
							
						
						
							520b8496d4 
							
						 
					 
					
						
						
							
							Fix brew update for taps with non-master branches  
						
						... 
						
						
						
						Fixes  Homebrew/homebrew#43865 . 
					
						2015-09-19 00:52:23 -07:00 
						 
				 
			
				
					
						
							
							
								Mike McQuaid 
							
						 
					 
					
						
						
						
						
							
						
						
							e34033310a 
							
						 
					 
					
						
						
							
							test-bot: optionally disable verbose install.  
						
						
						
						
					 
					
						2015-09-19 08:19:49 +01:00 
						 
				 
			
				
					
						
							
							
								Dominyk Tiller 
							
						 
					 
					
						
						
						
						
							
						
						
							359cdafb86 
							
						 
					 
					
						
						
							
							doctor: don't false-flag sdk with clt  
						
						
						
						
					 
					
						2015-09-18 15:55:21 +01:00 
						 
				 
			
				
					
						
							
							
								Xu Cheng 
							
						 
					 
					
						
						
						
						
							
						
						
							ccbb2ce786 
							
						 
					 
					
						
						
							
							test-bot: Formula#tap is not tap object  
						
						
						
						
					 
					
						2015-09-18 22:19:53 +08:00 
						 
				 
			
				
					
						
							
							
								Dominyk Tiller 
							
						 
					 
					
						
						
						
						
							
						
						
							722a43aabe 
							
						 
					 
					
						
						
							
							doctor: add xcode 7 SDK check  
						
						
						
						
					 
					
						2015-09-18 15:11:48 +01:00 
						 
				 
			
				
					
						
							
							
								Xu Cheng 
							
						 
					 
					
						
						
						
						
							
						
						
							badea99097 
							
						 
					 
					
						
						
							
							test-bot: fix bottle uploading  
						
						
						
						
					 
					
						2015-09-18 22:09:04 +08:00 
						 
				 
			
				
					
						
							
							
								Xu Cheng 
							
						 
					 
					
						
						
						
						
							
						
						
							9e2c0601e3 
							
						 
					 
					
						
						
							
							test-bot: fix bottle uploading  
						
						
						
						
					 
					
						2015-09-18 22:08:07 +08:00 
						 
				 
			
				
					
						
							
							
								Xu Cheng 
							
						 
					 
					
						
						
						
						
							
						
						
							347a215361 
							
						 
					 
					
						
						
							
							test-bot: better fold id for travis  
						
						... 
						
						
						
						* Only use first two word in command to keep id short
* Append unique number in the id.
Closes  Homebrew/homebrew#44104 .
Signed-off-by: Xu Cheng <xucheng@me.com> 
						
						
					 
					
						2015-09-18 22:04:24 +08:00 
						 
				 
			
				
					
						
							
							
								Xu Cheng 
							
						 
					 
					
						
						
						
						
							
						
						
							4114a75039 
							
						 
					 
					
						
						
							
							test-bot: add sanitize_ARGV_and_ENV  
						
						... 
						
						
						
						Closes  Homebrew/homebrew#44102 .
Signed-off-by: Xu Cheng <xucheng@me.com> 
					
						2015-09-18 21:54:02 +08:00 
						 
				 
			
				
					
						
							
							
								Xu Cheng 
							
						 
					 
					
						
						
						
						
							
						
						
							8228993624 
							
						 
					 
					
						
						
							
							test-bot: make ci-upload a standalone method  
						
						
						
						
					 
					
						2015-09-18 21:54:02 +08:00 
						 
				 
			
				
					
						
							
							
								Xu Cheng 
							
						 
					 
					
						
						
						
						
							
						
						
							70d31838c6 
							
						 
					 
					
						
						
							
							test-bot: use tap object  
						
						
						
						
					 
					
						2015-09-18 21:54:01 +08:00 
						 
				 
			
				
					
						
							
							
								Xu Cheng 
							
						 
					 
					
						
						
						
						
							
						
						
							658bdc2565 
							
						 
					 
					
						
						
							
							test-bot: make ci-reset-and-update a standalone method  
						
						
						
						
					 
					
						2015-09-18 21:54:01 +08:00 
						 
				 
			
				
					
						
							
							
								Xu Cheng 
							
						 
					 
					
						
						
						
						
							
						
						
							a6c5fca3a9 
							
						 
					 
					
						
						
							
							test-bot: use ruby method instead of shellout to remove files  
						
						
						
						
					 
					
						2015-09-18 21:54:01 +08:00 
						 
				 
			
				
					
						
							
							
								Xu Cheng 
							
						 
					 
					
						
						
						
						
							
						
						
							896ba576cc 
							
						 
					 
					
						
						
							
							test-bot: tweak output for travis  
						
						... 
						
						
						
						Closes  Homebrew/homebrew#44098 .
Signed-off-by: Xu Cheng <xucheng@me.com> 
					
						2015-09-18 19:22:23 +08:00 
						 
				 
			
				
					
						
							
							
								Mike McQuaid 
							
						 
					 
					
						
						
						
						
							
						
						
							fab6b6c19d 
							
						 
					 
					
						
						
							
							test-bot: fix syntax error.  
						
						
						
						
					 
					
						2015-09-18 11:56:03 +01:00 
						 
				 
			
				
					
						
							
							
								Mike McQuaid 
							
						 
					 
					
						
						
						
						
							
						
						
							1d4c99e008 
							
						 
					 
					
						
						
							
							test-bot: do fewer unnecessary brew updates.  
						
						
						
						
					 
					
						2015-09-18 11:23:53 +01:00 
						 
				 
			
				
					
						
							
							
								Mike McQuaid 
							
						 
					 
					
						
						
						
						
							
						
						
							70d2da0364 
							
						 
					 
					
						
						
							
							test-bot: don't mark every job as failed.  
						
						
						
						
					 
					
						2015-09-18 10:40:36 +01:00 
						 
				 
			
				
					
						
							
							
								Mike McQuaid 
							
						 
					 
					
						
						
						
						
							
						
						
							07e550d525 
							
						 
					 
					
						
						
							
							test-bot: unify, fix Travis and Jenkins output.  
						
						
						
						
					 
					
						2015-09-18 10:28:35 +01:00 
						 
				 
			
				
					
						
							
							
								Mike McQuaid 
							
						 
					 
					
						
						
						
						
							
						
						
							e39cd2e9b2 
							
						 
					 
					
						
						
							
							test-bot: use Travis CI environment variables.  
						
						
						
						
					 
					
						2015-09-18 09:54:29 +01:00 
						 
				 
			
				
					
						
							
							
								Xu Cheng 
							
						 
					 
					
						
						
						
						
							
						
						
							d6a50f1e76 
							
						 
					 
					
						
						
							
							deps: remove duplicated entires  
						
						... 
						
						
						
						Fixes  Homebrew/homebrew#43955 
Closes  Homebrew/homebrew#43966 .
Signed-off-by: Xu Cheng <xucheng@me.com> 
					
						2015-09-16 19:57:37 +08:00 
						 
				 
			
				
					
						
							
							
								Mike McQuaid 
							
						 
					 
					
						
						
						
						
							
						
						
							71198041c6 
							
						 
					 
					
						
						
							
							test-bot: fix handling hash/url arguments.  
						
						
						
						
					 
					
						2015-09-14 09:07:12 +01:00 
						 
				 
			
				
					
						
							
							
								Mike McQuaid 
							
						 
					 
					
						
						
						
						
							
						
						
							49dde3c559 
							
						 
					 
					
						
						
							
							pull: increase Bintray fetch retries.  
						
						
						
						
					 
					
						2015-09-14 08:09:26 +01:00 
						 
				 
			
				
					
						
							
							
								Xu Cheng 
							
						 
					 
					
						
						
						
						
							
						
						
							8a30f315d9 
							
						 
					 
					
						
						
							
							search: use full name to filter aliases result  
						
						
						
						
					 
					
						2015-09-13 21:27:49 +08:00 
						 
				 
			
				
					
						
							
							
								Xu Cheng 
							
						 
					 
					
						
						
						
						
							
						
						
							bd4525b64a 
							
						 
					 
					
						
						
							
							mpich2 is renamed as mpich  
						
						
						
						
					 
					
						2015-09-13 20:57:43 +08:00 
						 
				 
			
				
					
						
							
							
								Xu Cheng 
							
						 
					 
					
						
						
						
						
							
						
						
							0165a810f7 
							
						 
					 
					
						
						
							
							search: handle tap aliases  
						
						
						
						
					 
					
						2015-09-13 17:47:53 +08:00 
						 
				 
			
				
					
						
							
							
								Xu Cheng 
							
						 
					 
					
						
						
						
						
							
						
						
							002f8f2eb7 
							
						 
					 
					
						
						
							
							audit: handle tap aliases  
						
						
						
						
					 
					
						2015-09-13 17:33:35 +08:00 
						 
				 
			
				
					
						
							
							
								Xu Cheng 
							
						 
					 
					
						
						
						
						
							
						
						
							e6f260de27 
							
						 
					 
					
						
						
							
							aspell-dictionaries: move to dev-cmd  
						
						
						
						
					 
					
						2015-09-13 01:03:38 +08:00 
						 
				 
			
				
					
						
							
							
								Xu Cheng 
							
						 
					 
					
						
						
						
						
							
						
						
							71f6d2d165 
							
						 
					 
					
						
						
							
							test-bot: always run brew tests  
						
						
						
						
					 
					
						2015-09-12 22:15:23 +08:00 
						 
				 
			
				
					
						
							
							
								Xu Cheng 
							
						 
					 
					
						
						
						
						
							
						
						
							c5bb388653 
							
						 
					 
					
						
						
							
							commands: better output  
						
						
						
						
					 
					
						2015-09-12 19:24:41 +08:00 
						 
				 
			
				
					
						
							
							
								Xu Cheng 
							
						 
					 
					
						
						
						
						
							
						
						
							14bb9accdf 
							
						 
					 
					
						
						
							
							test-bot: run update-test  
						
						... 
						
						
						
						Closes  Homebrew/homebrew#43648 .
Signed-off-by: Xu Cheng <xucheng@me.com> 
					
						2015-09-12 19:15:46 +08:00 
						 
				 
			
				
					
						
							
							
								Xu Cheng 
							
						 
					 
					
						
						
						
						
							
						
						
							849f378d6a 
							
						 
					 
					
						
						
							
							test-bot: only run necessary test for tap  
						
						
						
						
					 
					
						2015-09-12 19:15:46 +08:00 
						 
				 
			
				
					
						
							
							
								Xu Cheng 
							
						 
					 
					
						
						
						
						
							
						
						
							ce390b9bd9 
							
						 
					 
					
						
						
							
							add dev-cmd folder  
						
						
						
						
					 
					
						2015-09-12 19:15:45 +08:00 
						 
				 
			
				
					
						
							
							
								Xu Cheng 
							
						 
					 
					
						
						
						
						
							
						
						
							fa9c7cdc8e 
							
						 
					 
					
						
						
							
							add update-test  
						
						
						
						
					 
					
						2015-09-12 19:15:45 +08:00 
						 
				 
			
				
					
						
							
							
								Xu Cheng 
							
						 
					 
					
						
						
						
						
							
						
						
							635340e32e 
							
						 
					 
					
						
						
							
							bottle: allow updating :any to :any_skip_relocation when keep old  
						
						... 
						
						
						
						Closes  Homebrew/homebrew#43849 .
Signed-off-by: Xu Cheng <xucheng@me.com> 
					
						2015-09-12 18:26:16 +08:00 
						 
				 
			
				
					
						
							
							
								Xu Cheng 
							
						 
					 
					
						
						
						
						
							
						
						
							ed87972e2d 
							
						 
					 
					
						
						
							
							bottle: only set prefix if un-relocatable  
						
						... 
						
						
						
						Closes  Homebrew/homebrew#43819 .
Signed-off-by: Xu Cheng <xucheng@me.com> 
					
						2015-09-12 01:39:00 +08:00 
						 
				 
			
				
					
						
							
							
								Xu Cheng 
							
						 
					 
					
						
						
						
						
							
						
						
							e23cca8d84 
							
						 
					 
					
						
						
							
							bottle: auto detect any_skip_relocation  
						
						
						
						
					 
					
						2015-09-12 01:39:00 +08:00