Change-Id: Ic50c4fe4967062ccc25fc6bd969bfd21788f4f56
Reviewed-on: http://photon-jenkins.eng.vmware.com:8082/5432
Tested-by: gerrit-photon <photon-checkins@vmware.com>
Reviewed-by: Sharath George
| ... | ... |
@@ -274,6 +274,7 @@ def buildSRPMList(srpmPath, yamlDir, blackListPkgs, logger, singleFile=True): |
| 274 | 274 |
yamlFile.write(" repository: BaseOS\n")
|
| 275 | 275 |
yamlFile.write(" name: '"+ossname+"'\n")
|
| 276 | 276 |
yamlFile.write(" version: '"+ossversion+"-"+ossrelease+"'\n")
|
| 277 |
+ yamlFile.write(" url: 'http://www.vmware.com'\n")
|
|
| 277 | 278 |
yamlFile.write(" baseos-style: rpm\n")
|
| 278 | 279 |
yamlFile.write(" baseos-source: '"+str(srpmName)+"'\n")
|
| 279 | 280 |
yamlFile.write(" baseos-osname: 'photon'\n")
|