mirror of
				https://github.com/qurator-spk/ocrd-galley.git
				synced 2025-10-31 03:04:12 +01:00 
			
		
		
		
	⬆ Update sbb_textline_detector
This commit is contained in:
		
							parent
							
								
									2a6df526b5
								
							
						
					
					
						commit
						6ad8d50552
					
				
					 3 changed files with 21 additions and 1 deletions
				
			
		
							
								
								
									
										20
									
								
								vendor/sbb_textline_detector-update
									
										
									
									
										vendored
									
									
										Executable file
									
								
							
							
						
						
									
										20
									
								
								vendor/sbb_textline_detector-update
									
										
									
									
										vendored
									
									
										Executable file
									
								
							|  | @ -0,0 +1,20 @@ | |||
| #!/bin/bash | ||||
| set -e | ||||
| 
 | ||||
| vendor_dir=`dirname $0` | ||||
| vendor_dir=`python -c "import os, sys; print os.path.abspath(sys.argv[1])" $vendor_dir` | ||||
| 
 | ||||
| # Delete old tarballs | ||||
| rm -f $vendor_dir/sbb_textline_detector-*.tar | ||||
| 
 | ||||
| # Create new tarball | ||||
| pushd . | ||||
| cd ~/devel/qurator-mono-repo | ||||
| commit=`git rev-parse --short master` | ||||
| tarball=sbb_textline_detector-$commit.tar | ||||
| tar cf $vendor_dir/$tarball sbb_textline_detector | ||||
| popd | ||||
| 
 | ||||
| # Update requirements.txt | ||||
| workdir=$vendor_dir/.. | ||||
| sed -i "s#vendor/sbb_textline_detector-.*.tar#vendor/$tarball#" $workdir/requirements.txt | ||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue