Skip to content
Snippets Groups Projects

Tool to package LCG RPMs to a tar file

Merged Ben Couturier requested to merge LBCORE-1204 into master
3 files
+ 299
3
Compare changes
  • Side-by-side
  • Inline
Files
3
@@ -25,7 +25,6 @@ class Config:
if not os.path.exists(yumrepolhcb):
yplf = open(yumrepolhcb, 'w')
yplf.write(installArea._getYumRepo("lhcbold", rpmsurl))
yplf.write(installArea._getYumRepo("lhcb", lhcbsurl))
yplf.close()
Loading