update ace overlay - move from git.lan to gitea.lan
This commit is contained in:
		@@ -2,11 +2,11 @@
 | 
				
			|||||||
sudo /bin/bash -c 'echo "[ace-overlay]  
 | 
					sudo /bin/bash -c 'echo "[ace-overlay]  
 | 
				
			||||||
location = /usr/local/portage/ace-overlay  
 | 
					location = /usr/local/portage/ace-overlay  
 | 
				
			||||||
sync-type = git  
 | 
					sync-type = git  
 | 
				
			||||||
sync-uri = http://git.lan/ace/ace-overlay.git  
 | 
					sync-uri = http://gitea.lan/ace/ace-overlay 
 | 
				
			||||||
auto-sync = yes  
 | 
					auto-sync = yes  
 | 
				
			||||||
clone-depth = 0" > /etc/portage/repos.conf/ace-overlay.conf'
 | 
					clone-depth = 0" > /etc/portage/repos.conf/ace-overlay.conf'
 | 
				
			||||||
 | 
					
 | 
				
			||||||
## With Layman:
 | 
					## With Layman:
 | 
				
			||||||
curl -k --request GET "http://git.lan/ace/ace-overlay/src/master/ace-overlay.xml" 2>/dev/null | python2.7 -c 'import sys, json, base64; print base64.standard_b64decode(json.load(sys.stdin)["content"])' > /tmp/ace-overlay.xml
 | 
					curl -k --request GET "http://gitea.lan/ace/ace-overlay/src/master/ace-overlay.xml" 2>/dev/null | python2.7 -c 'import sys, json, base64; print base64.standard_b64decode(json.load(sys.stdin)["content"])' > /tmp/ace-overlay.xml
 | 
				
			||||||
 | 
					
 | 
				
			||||||
sudo layman -o file:///tmp/ace-overlay.xml -f -a ace-overlay 
 | 
					sudo layman -o file:///tmp/ace-overlay.xml -f -a ace-overlay 
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -3,10 +3,10 @@
 | 
				
			|||||||
  <repo quality="experimental" status="unofficial">
 | 
					  <repo quality="experimental" status="unofficial">
 | 
				
			||||||
    <name>ace-overlay</name>
 | 
					    <name>ace-overlay</name>
 | 
				
			||||||
    <description lang="en">Overlay for Gentoo custom patches</description>
 | 
					    <description lang="en">Overlay for Gentoo custom patches</description>
 | 
				
			||||||
    <homepage>http://git.lan/ace/ace-overlay</homepage>
 | 
					    <homepage>http://gitea.lan/ace/ace-overlay</homepage>
 | 
				
			||||||
    <owner type="person">
 | 
					    <owner type="person">
 | 
				
			||||||
      <email>ilia-vedoc@mail.ru</email>
 | 
					      <email>ilia-vedoc@mail.ru</email>
 | 
				
			||||||
    </owner>
 | 
					    </owner>
 | 
				
			||||||
    <source type="git">http://git.lan/ace/ace-overlay.git</source>
 | 
					    <source type="git">http://gitea.lan/ace/ace-overlay</source>
 | 
				
			||||||
  </repo>
 | 
					  </repo>
 | 
				
			||||||
</repositories>
 | 
					</repositories>
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user