Updated msb repository

This commit is contained in:
Dimitris Zlatanidis 2022-06-02 01:17:44 +03:00
parent ddaf64c20c
commit c94af21089
2 changed files with 1 additions and 3 deletions

View file

@ -100,7 +100,7 @@ class MetaData:
"SLACKWARE_VERSION": "off",
"COMP_ARCH": "off",
"REPOSITORIES": ["slack", "sbo", "alien", "conrad", "slonly",
"multi", "salix", "slackl", "msb{1.18}",
"multi", "salix", "slackl", "msb{1.26}",
"csb", "connos"],
"BUILD_PATH": "/tmp/slpkg/build/",
"SBOSRCARCH": "off",

View file

@ -533,7 +533,6 @@ class Init(Utils):
CHECKSUMS_MD5 = args[4]
FILELIST_TXT = args[5]
repo = args[6]
if self.checks_logs(log_path, ChangeLog_txt):
# remove old files
self.file_remove(log_path, ChangeLog_txt.split("/")[-1])
@ -600,7 +599,6 @@ class Init(Utils):
if os.path.isfile(log_path + filename):
local = FileSize(log_path + filename).local()
if server != local:
return True