mirror of
				https://github.com/kovidgoyal/calibre.git
				synced 2025-11-03 19:17:02 -05:00 
			
		
		
		
	Cant avoid bootstrapping calibre
This commit is contained in:
		
							parent
							
								
									379e5137e8
								
							
						
					
					
						commit
						01c9ffee6f
					
				
							
								
								
									
										3
									
								
								.github/workflows/translations.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										3
									
								
								.github/workflows/translations.yml
									
									
									
									
										vendored
									
									
								
							@ -27,6 +27,9 @@ jobs:
 | 
			
		||||
              run:
 | 
			
		||||
                python -m pip install transifex-client
 | 
			
		||||
 | 
			
		||||
            - name: Bootstrap calibre
 | 
			
		||||
              run: python setup/unix-ci.py bootstrap
 | 
			
		||||
 | 
			
		||||
            - name: Update translations
 | 
			
		||||
              env:
 | 
			
		||||
                tx: ${{ secrets.tx }}
 | 
			
		||||
 | 
			
		||||
@ -126,7 +126,6 @@ username = api
 | 
			
		||||
'''.replace('PASSWORD', os.environ['tx'])
 | 
			
		||||
        with open(os.path.expanduser('~/.transifexrc'), 'w') as f:
 | 
			
		||||
            f.write(transifexrc)
 | 
			
		||||
        run('git clone --depth=1 https://github.com/kovidgoyal/calibre-translations.git translations')
 | 
			
		||||
        run_python('setup.py pot')
 | 
			
		||||
 | 
			
		||||
    elif action == 'test':
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user