mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2024-11-17 07:48:18 +01:00
rename file
This commit is contained in:
parent
0bd1758f89
commit
dc5c8cfff2
3 changed files with 2 additions and 18 deletions
|
@ -1,16 +0,0 @@
|
|||
# Slackware ChangeLog mirror.
|
||||
#
|
||||
# http://www.slackware.com/changelog/
|
||||
#
|
||||
# The latest happenings in Slackware development can be seen by looking
|
||||
# at the ChangeLogs in the various distribution trees. For your bleeding
|
||||
# edge enjoyment, we are providing the ChangeLogs for the -current
|
||||
# development tree as well as the latest stable release on the web site.
|
||||
# The latest ChangeLogs can always be found on ftp://ftp.slackware.com We
|
||||
# are updating this page every two hours, so they will remain fairly
|
||||
# current. But the truly bleeding edge will want to leave an ftp session
|
||||
# open to ftp://ftp.slackware.com and less the ChangeLog every 5 minutes.
|
||||
#
|
||||
# You may not have to be changed here.
|
||||
#
|
||||
http://ftp.osuosl.org/pub/slackware/
|
2
setup.py
2
setup.py
|
@ -101,7 +101,7 @@ if "install" in sys.argv:
|
|||
'conf/blacklist',
|
||||
'conf/slackware-mirrors',
|
||||
'conf/custom-repositories',
|
||||
'conf/slackware-changelog-mirrors'
|
||||
'conf/slackware-changelogs-mirror'
|
||||
]
|
||||
if not os.path.exists(_m.conf_path):
|
||||
os.makedirs(_m.conf_path)
|
||||
|
|
|
@ -213,7 +213,7 @@ class Patches(object):
|
|||
changelog_old = changelog_txt + ".old"
|
||||
arch = "64" if os.uname()[4] == "x86_64" else ""
|
||||
slackware_mirror = self.utils.read_config(self.utils.read_file(
|
||||
_m.conf_path + "slackware-changelog-mirrors"))
|
||||
_m.conf_path + "slackware-changelogs-mirror"))
|
||||
slackpkg_mirror = self.utils.read_config(
|
||||
self.utils.read_file("{0}{1}".format(_m.slackpkg_conf, "mirrors")))
|
||||
if slackpkg_mirror and "current" in slackpkg_mirror:
|
||||
|
|
Loading…
Reference in a new issue