Change-Id: If63b57581d8fc4eda89b63d06da496c5f945b865
Reviewed-on: http://photon-jenkins.eng.vmware.com:8082/5433
Tested-by: gerrit-photon <photon-checkins@vmware.com>
Reviewed-by: Sharath George
| ... | ... |
@@ -280,6 +280,7 @@ def buildSRPMList(srpmPath, yamlDir, blackListPkgs, logger, singleFile=True): |
| 280 | 280 |
yamlFile.write(" repository: BaseOS\n")
|
| 281 | 281 |
yamlFile.write(" name: '"+ossname+"'\n")
|
| 282 | 282 |
yamlFile.write(" version: '"+ossversion+"-"+ossrelease+"'\n")
|
| 283 |
+ yamlFile.write(" url: 'http://www.vmware.com'\n")
|
|
| 283 | 284 |
yamlFile.write(" baseos-style: rpm\n")
|
| 284 | 285 |
yamlFile.write(" baseos-source: '"+str(srpmName)+"'\n")
|
| 285 | 286 |
yamlFile.write(" baseos-osname: 'photon'\n")
|