mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2025-01-30 20:34:38 +01:00
Updated msb repository
This commit is contained in:
parent
ddaf64c20c
commit
c94af21089
2 changed files with 1 additions and 3 deletions
|
@ -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",
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue