mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2025-02-11 20:48:11 +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",
|
"SLACKWARE_VERSION": "off",
|
||||||
"COMP_ARCH": "off",
|
"COMP_ARCH": "off",
|
||||||
"REPOSITORIES": ["slack", "sbo", "alien", "conrad", "slonly",
|
"REPOSITORIES": ["slack", "sbo", "alien", "conrad", "slonly",
|
||||||
"multi", "salix", "slackl", "msb{1.18}",
|
"multi", "salix", "slackl", "msb{1.26}",
|
||||||
"csb", "connos"],
|
"csb", "connos"],
|
||||||
"BUILD_PATH": "/tmp/slpkg/build/",
|
"BUILD_PATH": "/tmp/slpkg/build/",
|
||||||
"SBOSRCARCH": "off",
|
"SBOSRCARCH": "off",
|
||||||
|
|
|
@ -533,7 +533,6 @@ class Init(Utils):
|
||||||
CHECKSUMS_MD5 = args[4]
|
CHECKSUMS_MD5 = args[4]
|
||||||
FILELIST_TXT = args[5]
|
FILELIST_TXT = args[5]
|
||||||
repo = args[6]
|
repo = args[6]
|
||||||
|
|
||||||
if self.checks_logs(log_path, ChangeLog_txt):
|
if self.checks_logs(log_path, ChangeLog_txt):
|
||||||
# remove old files
|
# remove old files
|
||||||
self.file_remove(log_path, ChangeLog_txt.split("/")[-1])
|
self.file_remove(log_path, ChangeLog_txt.split("/")[-1])
|
||||||
|
@ -600,7 +599,6 @@ class Init(Utils):
|
||||||
|
|
||||||
if os.path.isfile(log_path + filename):
|
if os.path.isfile(log_path + filename):
|
||||||
local = FileSize(log_path + filename).local()
|
local = FileSize(log_path + filename).local()
|
||||||
|
|
||||||
if server != local:
|
if server != local:
|
||||||
return True
|
return True
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue