aea7418d8a 
								
							 
						 
						
							
							
								
								Revert "Add cgroup-bin dependency to our Ubuntu package"  
							
							... 
							
							
							
							This reverts commit c81bb20f5b 
							
						 
						
							2013-12-05 19:03:47 -07:00  
				
					
						
							
							
								 
						
							
								c764fb0c29 
								
							 
						 
						
							
							
								
								Merge pull request  #3006  from tianon/ubuntu-cgroup-bin  
							
							... 
							
							
							
							Add cgroup-bin dependency to our Ubuntu package 
							
						 
						
							2013-12-05 16:41:01 -08:00  
				
					
						
							
							
								 
						
							
								35e80868ad 
								
							 
						 
						
							
							
								
								Merge pull request  #3004  from tianon/shebang-bash  
							
							... 
							
							
							
							Update bundlescript shebangs to be bash, reflecting how they're actually invoked 
							
						 
						
							2013-12-05 16:04:09 -08:00  
				
					
						
							
							
								 
						
							
								c81bb20f5b 
								
							 
						 
						
							
							
								
								Add cgroup-bin dependency to our Ubuntu package  
							
							... 
							
							
							
							Since cgroup-bin is only "recommended" by the lxc package on Ubuntu, but is necessary for having the proper cgroups mounted for Docker to function, this makes some sense for us to add separately.
Fixes  #2990  
							
						 
						
							2013-12-02 16:02:54 -07:00  
				
					
						
							
							
								 
						
							
								829b118dd8 
								
							 
						 
						
							
							
								
								Add some color in order to emphasis the test FAILURE  
							
							
							
						 
						
							2013-12-02 14:54:01 -08:00  
				
					
						
							
							
								 
						
							
								3ac76cfeff 
								
							 
						 
						
							
							
								
								Update bundlescript shebangs to be bash, reflecting how they're actually invoked  
							
							
							
						 
						
							2013-12-02 15:48:39 -07:00  
				
					
						
							
							
								 
						
							
								0017c68f4a 
								
							 
						 
						
							
							
								
								Remove trailing whitespace  
							
							
							
						 
						
							2013-12-02 13:52:27 -08:00  
				
					
						
							
							
								 
						
							
								c30e2dc28c 
								
							 
						 
						
							
							
								
								Remove "-v" from "go test" (since it's easy to add back via TESTFLAGS)  
							
							
							
						 
						
							2013-12-01 21:20:35 -07:00  
				
					
						
							
							
								 
						
							
								668d22be54 
								
							 
						 
						
							
							
								
								Merge pull request  #2808  from tianon/run-all-tests  
							
							... 
							
							
							
							Update test scripts to always run ALL tests, even when some fail 
							
						 
						
							2013-11-28 16:58:31 -08:00  
				
					
						
							
							
								 
						
							
								3314e005f3 
								
							 
						 
						
							
							
								
								Add new bundlescript to build a tgz  
							
							
							
						 
						
							2013-11-21 22:34:54 -07:00  
				
					
						
							
							
								 
						
							
								f1e6dce047 
								
							 
						 
						
							
							
								
								Update test scripts to always run ALL tests, even when some fail  
							
							
							
						 
						
							2013-11-21 16:19:19 -07:00  
				
					
						
							
							
								 
						
							
								5cdb3aec50 
								
							 
						 
						
							
							
								
								Add clarification of multiple "go test" calls in hack/make/*test  
							
							
							
						 
						
							2013-11-12 11:23:06 -07:00  
				
					
						
							
							
								 
						
							
								498b6031b1 
								
							 
						 
						
							
							
								
								Update ubuntu packaging script, especially to stop docker group deletion  
							
							
							
						 
						
							2013-11-08 17:23:37 -07:00  
				
					
						
							
							
								 
						
							
								640682d56c 
								
							 
						 
						
							
							
								
								Fix "go test -i" to include the proper LDFLAGS and BUILDFLAGS  
							
							
							
						 
						
							2013-10-25 15:13:25 -07:00  
				
					
						
							
							
								 
						
							
								0c9b319dd0 
								
							 
						 
						
							
							
								
								Hack: fix test and dyntest to correctly use $TESTFLAGS  
							
							
							
						 
						
							2013-10-25 15:13:25 -07:00  
				
					
						
							
							
								 
						
							
								21161dbd51 
								
							 
						 
						
							
							
								
								Add dynbinary and dyntest scripts for building/testing a separate static dockerinit binary  
							
							... 
							
							
							
							After a nice long brainstorming session with @shykes on IRC, we decided on using a SHA1 hash of dockerinit compiled into the dynamic docker binary to ensure that we always use the two in a perfect pair, and never mix and match. 
							
						 
						
							2013-10-25 15:13:25 -07:00  
				
					
						
							
							
								 
						
							
								d789750851 
								
							 
						 
						
							
							
								
								Refactor the handling of static-related build flags  
							
							... 
							
							
							
							This is as discussed with @shykes on IRC 
							
						 
						
							2013-10-25 15:13:25 -07:00  
				
					
						
							
							
								 
						
							
								fb8d488896 
								
							 
						 
						
							
							
								
								Add a few small consistency tweaks in hack  
							
							
							
						 
						
							2013-10-25 15:13:25 -07:00  
				
					
						
							
							
								 
						
							
								1cbdaebaa1 
								
							 
						 
						
							
							
								
								Add links for container relationships and introspection  
							
							
							
						 
						
							2013-10-25 15:13:24 -07:00  
				
					
						
							
							
								 
						
							
								f0dbdba5c0 
								
							 
						 
						
							
							
								
								Merge pull request  #2263  from tianon/hack-release  
							
							... 
							
							
							
							Update hack/release.sh process to automatically invoke hack/make.sh and bail on building/testing issues 
							
						 
						
							2013-10-23 15:31:16 -07:00  
				
					
						
							
							
								 
						
							
								2aaaf90320 
								
							 
						 
						
							
							
								
								Update hack/make/ubuntu to make less ubuntu-centric packages, to fix the issue of deleting the docker group on every upgrade, to use the new init library scripts for upstart and sysvinit, and to include the dependency on iptables  
							
							
							
						 
						
							2013-10-23 07:38:12 -06:00  
				
					
						
							
							
								 
						
							
								8c38c30985 
								
							 
						 
						
							
							
								
								Remove spurious messages, and use proper args expansion.  
							
							... 
							
							
							
							Also, display some (hopefully helpful) message when no command was given. 
							
						 
						
							2013-10-17 23:19:36 -07:00  
				
					
						
							
							
								 
						
							
								b7abe9dab5 
								
							 
						 
						
							
							
								
								hack: only run certain tests with TESTFLAGS='-run TestName' make.sh  
							
							
							
						 
						
							2013-10-15 22:57:40 +00:00  
				
					
						
							
							
								 
						
							
								1332f400f7 
								
							 
						 
						
							
							
								
								Merge pull request  #2015  from dsissitka/1927  
							
							... 
							
							
							
							Configured FPM to make /etc/init/docker.conf a config file. 
							
						 
						
							2013-10-02 18:18:16 -07:00  
				
					
						
							
							
								 
						
							
								ccefe47897 
								
							 
						 
						
							
							
								
								Add cleanup/refactor portion of  #2010  for hack and Dockerfile updates  
							
							
							
						 
						
							2013-09-30 13:57:30 -06:00  
				
					
						
							
							
								 
						
							
								c22e377a6d 
								
							 
						 
						
							
							
								
								Used tabs for alignment when I should've used spaces. Fixed.  
							
							
							
						 
						
							2013-09-26 13:56:59 -07:00  
				
					
						
							
							
								 
						
							
								f8c9f11f06 
								
							 
						 
						
							
							
								
								Configured FPM to make /etc/init/docker.conf a config file.  
							
							
							
						 
						
							2013-09-26 12:52:43 -07:00  
				
					
						
							
							
								 
						
							
								aa3de0b849 
								
							 
						 
						
							
							
								
								Add several of the small make.sh fixes from  #1920 , and make the output more consistent and contributor-friendly, since release instructions already exist in release.sh  
							
							
							
						 
						
							2013-09-24 14:36:20 -06:00  
				
					
						
							
							
								 
						
							
								dfd0deefbb 
								
							 
						 
						
							
							
								
								packaging, issue  #1647 : Add docker groupname on the package release  
							
							
							
						 
						
							2013-09-16 23:00:54 -07:00  
				
					
						
							
							
								 
						
							
								3d39336a46 
								
							 
						 
						
							
							
								
								Break down hack/make.sh into small scripts, one per 'bundle': test, binary, ubuntu etc.  
							
							
							
						 
						
							2013-09-09 18:45:40 -07:00