Sylvain Tricot 
							
						 
						
							
								d6882b57b9 
								
							 
						 
						
							
							
								
								Tried to fix the broken 'syncing website' stage.  
							
							... 
							
							
	
		
			
	 
	
	
		
			
				
	epsi-builds/msspec_python3/pipeline/head This commit looks good  
				
					Details 
				
			 
		
	 
							
							This last stage is not working due to permission
issues on the server side. I tried to just update
existing files instead of removing everything and
copying new files. Let's see... 
							
						 
						
							2021-09-27 14:17:25 +02:00  
				
					
						
							
							
								
									
								
								Sylvain Tricot 
							
						 
						
							
								4d3ac28343 
								
							 
						 
						
							
							
								
								Added the syncing website section in CI  
							
							... 
							
							
	
		
			
	 
	
	
		
			
				
	epsi-builds/msspec_python3/pipeline/head There was a failure building this commit  
				
					Details 
				
			 
		
	 
							
							A stage to update the website was added to the
Jenkinsfile. 
							
						 
						
							2021-09-24 17:02:03 +02:00  
				
					
						
							
							
								
									
								
								Sylvain Tricot 
							
						 
						
							
								bdbd320bf4 
								
							 
						 
						
							
							
								
								Modified JenkinsFile.  
							
							
	
		
			
	 
	
	
		
			
				
	epsi-builds/msspec_python3/pipeline/head This commit looks good  
				
					Details 
				
			 
		
	 
							
						 
						
							2021-09-24 16:50:08 +02:00  
				
					
						
							
							
								
									
								
								Sylvain Tricot 
							
						 
						
							
								58194a38dd 
								
							 
						 
						
							
							
								
								Updated CI Jenkinsfile.  
							
							
	
		
			
	 
	
	
		
			
				
	epsi-builds/msspec_python3/pipeline/head There was a failure building this commit  
				
					Details 
				
			 
		
	 
							
						 
						
							2021-09-24 16:34:13 +02:00  
				
					
						
							
							
								
									
								
								Sylvain Tricot 
							
						 
						
							
								678250b022 
								
							 
						 
						
							
							
								
								Test jenkins  
							
							
	
		
			
	 
	
	
		
			
				
	epsi-builds/msspec_python3/pipeline/head This commit looks good  
				
					Details 
				
			 
		
	 
							
						 
						
							2020-11-17 15:06:31 +01:00  
				
					
						
							
							
								
									
								
								Sylvain Tricot 
							
						 
						
							
								ed5a614a26 
								
							 
						 
						
							
							
								
								Test jenkins  
							
							
							
						 
						
							2020-11-17 14:57:36 +01:00  
				
					
						
							
							
								
									
								
								Sylvain Tricot 
							
						 
						
							
								db6705fe9a 
								
							 
						 
						
							
							
								
								Jenkins test.  
							
							
							
						 
						
							2020-11-17 14:34:32 +01:00  
				
					
						
							
							
								
									
								
								Sylvain Tricot 
							
						 
						
							
								6ccafce21a 
								
							 
						 
						
							
							
								
								updated Jenkisfile  
							
							
							
						 
						
							2020-11-09 20:14:07 +01:00  
				
					
						
							
							
								
									
								
								Sylvain Tricot 
							
						 
						
							
								6e231ba820 
								
							 
						 
						
							
							
								
								updated Jenkisfile  
							
							
							
						 
						
							2020-11-09 20:10:21 +01:00  
				
					
						
							
							
								
									
								
								Sylvain Tricot 
							
						 
						
							
								3c387c8585 
								
							 
						 
						
							
							
								
								Fix bug in Jenkinsfile  
							
							... 
							
							
							
							The "create setup file" failed because coverage module was not found.
It is installed in the virtualenv so the command load the venv first now. 
							
						 
						
							2019-12-06 13:49:28 +01:00  
				
					
						
							
							
								
									
								
								Sylvain Tricot 
							
						 
						
							
								c5187e3c4b 
								
							 
						 
						
							
							
								
								Fix bug in Jenkinsfile.  
							
							... 
							
							
							
							The PYTHONPATH variable is passed in the stage steps to tell Python where
to find the msspec package. 
							
						 
						
							2019-12-06 13:43:31 +01:00  
				
					
						
							
							
								
									
								
								Sylvain Tricot 
							
						 
						
							
								56c1031e36 
								
							 
						 
						
							
							
								
								Work on CI  
							
							... 
							
							
							
							Fix the bug in load .profile (changed to ~/.profile)... 
							
						 
						
							2019-11-29 14:26:13 +01:00  
				
					
						
							
							
								
									
								
								Sylvain Tricot 
							
						 
						
							
								28e9065d29 
								
							 
						 
						
							
							
								
								Work on CI  
							
							... 
							
							
							
							Load the .profile user's file for the make selfex stage since the path
to makeself is not standard 
							
						 
						
							2019-11-29 14:23:03 +01:00  
				
					
						
							
							
								
									
								
								Sylvain Tricot 
							
						 
						
							
								54b7e409a0 
								
							 
						 
						
							
							
								
								Work on continuous integration  
							
							... 
							
							
							
							Add VERBOSE=1 in the make calls in the Jenkinsfile to help debugging
the build jobs in Jenkins 
							
						 
						
							2019-11-29 13:47:52 +01:00  
				
					
						
							
							
								
									
								
								Sylvain Tricot 
							
						 
						
							
								fb671a065e 
								
							 
						 
						
							
							
								
								Work on continuous integration.  
							
							... 
							
							
							
							Changes in the main Makefile to include a "venv" and a "doc" targets
The Jenkinsfile now uses only the Makefile. The CI/CI.bash shell script
should not bu used anymore and will be deleted in a future commit. 
							
						 
						
							2019-11-29 13:20:40 +01:00  
				
					
						
							
							
								
									
								
								Sylvain Tricot 
							
						 
						
							
								4a5f6f1161 
								
							 
						 
						
							
							
								
								Add Renormalization option in the python interface  
							
							
							
						 
						
							2019-11-27 14:09:55 +01:00  
				
					
						
							
							
								
									
								
								Sylvain Tricot 
							
						 
						
							
								59c43395c2 
								
							 
						 
						
							
							
								
								Work on install script  
							
							
							
						 
						
							2019-11-21 17:09:19 +01:00  
				
					
						
							
							
								
									
								
								Sylvain Tricot 
							
						 
						
							
								a1fe98b7a3 
								
							 
						 
						
							
							
								
								Add a Jenkinsfile for continuous integration  
							
							
							
						 
						
							2019-11-19 13:20:48 +01:00