mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2025-01-16 03:41:11 +01:00
fix sbo changelog url
This commit is contained in:
parent
600badeae3
commit
6dc7bb57f6
1 changed files with 1 additions and 1 deletions
|
@ -133,7 +133,7 @@ class Initialization(object):
|
|||
packages_txt = "{0}{1}/{2}".format(repo, slack_ver(), lib_file)
|
||||
filelist_txt = ""
|
||||
checksums_md5 = ""
|
||||
changelog_txt = "{0}/{1}/{2}".format(repo, slack_ver(), log_file)
|
||||
changelog_txt = "{0}{1}/{2}".format(repo, slack_ver(), log_file)
|
||||
self.write(lib, lib_file, packages_txt)
|
||||
self.write(log, log_file, changelog_txt)
|
||||
self.remote(log, log_file, changelog_txt, lib, lib_file, packages_txt,
|
||||
|
|
Loading…
Reference in a new issue