mirror of
				https://github.com/searxng/searxng.git
				synced 2025-11-03 19:17:07 -05:00 
			
		
		
		
	[data.all] add searx_extra/update/update_osm_keys_tags.py
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
This commit is contained in:
		
							parent
							
								
									8871e39122
								
							
						
					
					
						commit
						40956e8e6b
					
				
							
								
								
									
										2
									
								
								Makefile
									
									
									
									
									
								
							
							
						
						
									
										2
									
								
								Makefile
									
									
									
									
									
								
							@ -73,7 +73,7 @@ test.shell:
 | 
			
		||||
 | 
			
		||||
MANAGE += buildenv
 | 
			
		||||
MANAGE += babel.compile
 | 
			
		||||
MANAGE += data.all data.languages data.useragents
 | 
			
		||||
MANAGE += data.all data.languages data.useragents data.osm_keys_tags
 | 
			
		||||
MANAGE += docs.html docs.live docs.gh-pages docs.prebuild docs.clean
 | 
			
		||||
MANAGE += docker.build docker.push docker.buildx
 | 
			
		||||
MANAGE += gecko.driver
 | 
			
		||||
 | 
			
		||||
							
								
								
									
										7
									
								
								manage
									
									
									
									
									
								
							
							
						
						
									
										7
									
								
								manage
									
									
									
									
									
								
							@ -115,6 +115,7 @@ babel.compile() {
 | 
			
		||||
data.all() {
 | 
			
		||||
    data.languages
 | 
			
		||||
    data.useragents
 | 
			
		||||
    data.osm_keys_tags
 | 
			
		||||
    build_msg DATA "update searx/data/ahmia_blacklist.txt"
 | 
			
		||||
    pyenv.cmd python searx_extra/update/update_ahmia_blacklist.py
 | 
			
		||||
    build_msg DATA "update searx/data/wikidata_units.json"
 | 
			
		||||
@ -140,6 +141,12 @@ data.useragents() {
 | 
			
		||||
    dump_return $?
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
data.osm_keys_tags() {
 | 
			
		||||
    build_msg DATA "update searx/data/osm_keys_tags.json"
 | 
			
		||||
    pyenv.cmd python searx_extra/update/update_osm_keys_tags.py
 | 
			
		||||
    dump_return $?
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
docs.prebuild() {
 | 
			
		||||
    build_msg DOCS "build ${DOCS_BUILD}/includes"
 | 
			
		||||
    (
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user