mirror of
				https://github.com/vyos/vyos-build.git
				synced 2025-10-01 20:28:40 +02:00 
			
		
		
		
	T3664: dehardcode fields of the OS release file
This commit is contained in:
		
							parent
							
								
									25a60f3d91
								
							
						
					
					
						commit
						f39f4d1f23
					
				| @ -18,3 +18,7 @@ additional_repositories = [ | ||||
|   "deb [arch=amd64] https://repo.saltproject.io/py3/debian/11/amd64/3004 bullseye main", | ||||
|   "deb [arch=amd64] http://repo.powerdns.com/debian bullseye-rec-48 main" | ||||
| ] | ||||
| 
 | ||||
| website_url = "https://vyos.io" | ||||
| support_url = "https://support.vyos.io" | ||||
| bugtracker_url = "https://phabricator.vyos.net" | ||||
|  | ||||
| @ -328,11 +328,11 @@ if __name__ == "__main__": | ||||
|     NAME="VyOS" | ||||
|     VERSION_ID="{version}" | ||||
|     VERSION="{version} ({build_config['release_train']})" | ||||
|     VERSION_CODENAME=buster | ||||
|     VERSION_CODENAME={build_defaults['debian_distribution']} | ||||
|     ID=vyos | ||||
|     HOME_URL="https://vyos.io" | ||||
|     SUPPORT_URL="https://support.vyos.io" | ||||
|     BUG_REPORT_URL="https://phabricator.vyos.net" | ||||
|     HOME_URL="{build_defaults['website_url']}" | ||||
|     SUPPORT_URL="{build_defaults['support_url']}" | ||||
|     BUG_REPORT_URL="{build_defaults['bugtracker_url']}" | ||||
|     """ | ||||
| 
 | ||||
|     chroot_includes_dir = os.path.join(defaults.BUILD_DIR, defaults.CHROOT_INCLUDES_DIR) | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user