mirror of
				https://github.com/vyos/vyos-build.git
				synced 2025-10-01 20:28:40 +02:00 
			
		
		
		
	Merge pull request #879 from jestabro/manifest-version-field
testsuite: T7031: add version to manifest if not explicitly set
This commit is contained in:
		
						commit
						d4b21f369c
					
				@ -438,6 +438,8 @@ if __name__ == "__main__":
 | 
			
		||||
                print("W: Could not build a version string specific to git branch, falling back to default: {0}".format(str(e)))
 | 
			
		||||
                version = "999.{0}".format(build_timestamp)
 | 
			
		||||
 | 
			
		||||
            build_config['version'] = version
 | 
			
		||||
 | 
			
		||||
        version_data = {
 | 
			
		||||
            'version': version,
 | 
			
		||||
            'flavor': build_config["build_flavor"],
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user