„compile.sh“ löschen
							parent
							
								
									ac75f23c5e
								
							
						
					
					
						commit
						10d7b7fe77
					
				
							
								
								
									
										54
									
								
								compile.sh
								
								
								
								
							
							
						
						
									
										54
									
								
								compile.sh
								
								
								
								
							|  | @ -1,54 +0,0 @@ | |||
| #!/bin/bash | ||||
| 
 | ||||
| git clone https://git.4creative.net/OpenSim/OpenSimMirror.git OpenSimMirror | ||||
| git clone https://git.4creative.net/OpenSim/4Creative-Changes.git OpenSimDocker | ||||
| git clone https://git.4creative.net/OpenSim/MoneyServer.git OpenSimMoney | ||||
| 
 | ||||
| git clone https://git.4creative.net/Module/OpenSim.Modules.Warp3DCachedImageModule.git ./OpenSimMirror/addon-modules/OpenSim.Modules.Warp3DCachedImageModule | ||||
| git clone https://git.4creative.net/Module/OpenSim.Modules.JPEGConverter.git ./OpenSimMirror/addon-modules/OpenSim.Modules.JPEGConverter | ||||
| git clone https://git.4creative.net/Module/OpenSim.Modules.DisableAwayPhysic.git ./OpenSimMirror/addon-modules/OpenSim.Modules.DisableAwayPhysic | ||||
| git clone https://git.4creative.net/Module/OpenSim.Modules.FullPerm.git ./OpenSimMirror/addon-modules/OpenSim.Modules.FullPerm | ||||
| git clone https://git.4creative.net/Module/OpenSim.Modules.DataValue.git ./OpenSimMirror/addon-modules/OpenSim.Modules.DataValue | ||||
| git clone https://git.4creative.net/Module/OpenSim.Modules.PathFinding.git ./OpenSimMirror/addon-modules/OpenSim.Modules.PathFinding | ||||
| git clone https://git.4creative.net/Module/OpenSim.Modules.TextureFetcher.git ./OpenSimMirror/addon-modules/OpenSim.Modules.TextureFetcher | ||||
| git clone https://git.4creative.net/Module/OpenSim.Modules.EMail.git ./OpenSimMirror/addon-modules/OpenSim.Modules.EMail | ||||
| 
 | ||||
| cp -a ./OpenSimMoney/addon-modules/* ./OpenSimMirror/addon-modules/ | ||||
| 
 | ||||
| cd OpenSimMirror | ||||
| 
 | ||||
| git apply ./../OpenSimDocker/Patch/0001-change-version-info.patch | ||||
| git apply ./../OpenSimDocker/Patch/0001-fake-all-script-returns-for-HG-home-uri.patch | ||||
| git apply ./../OpenSimDocker/Patch/0001-remove-iar-pass-check.patch | ||||
| git apply ./../OpenSimDocker/Patch/0001-add-auto_grant_pay_perms.patch | ||||
| git apply ./../OpenSimDocker/Patch/0001-fix-permissions.patch | ||||
| 
 | ||||
| cp ./../OpenSimDocker/Patch/AuthorizationService.cs ./OpenSim/Region/CoreModules/ServiceConnectorsOut/Authorization/AuthorizationService.cs | ||||
| 
 | ||||
| chmod +x runprebuild.sh && ./runprebuild.sh | ||||
| msbuild /p:Configuration=Release OpenSim.sln | ||||
| 
 | ||||
| rm bin/*.example | ||||
| rm bin/*32.exe | ||||
| rm bin/*.vshost.* | ||||
| rm bin/*.pdb | ||||
| rm bin/pCampBot* | ||||
| rm bin/*.Tests.* | ||||
| 
 | ||||
| rm bin/Prebuild.exe | ||||
| rm bin/mautil.exe | ||||
| rm bin/opensim.sh | ||||
| 
 | ||||
| cp bin/OpenSim.exe.config bin/MoneyServer.exe.config | ||||
| 
 | ||||
| rm -r -f bin/Regions | ||||
| rm -r -f bin/config-include | ||||
| 
 | ||||
| cp -a ./../addon-modules bin/ | ||||
| 
 | ||||
| cp ./../README.txt README.txt | ||||
| cp -a ./../config . | ||||
| tar cfv ./../OpenSim-Release.tar bin/ README.txt config/ | ||||
| 
 | ||||
| cd /root/build/ && rm -r -f OpenSimDocker OpenSimMirror OpenSimMoney | ||||
| cp OpenSim-Release.tar /home/docker/Website/mcp/OpenSim-Release.tar | ||||
		Loading…
	
		Reference in New Issue