forked from sig_core/toolkit
solve path join issue
This commit is contained in:
parent
40b3af462d
commit
193c3f9b73
@ -4,7 +4,7 @@ using Empanadas {{ version }} from the SIG/Core Toolkit.
|
|||||||
As this is not a traditional compose, there will be things that you might be
|
As this is not a traditional compose, there will be things that you might be
|
||||||
expecting and do not see, or not expecting and do see. While we attempted to
|
expecting and do not see, or not expecting and do see. While we attempted to
|
||||||
recreate a lot of those elements, it's not perfect. In the future, we do plan on
|
recreate a lot of those elements, it's not perfect. In the future, we do plan on
|
||||||
having more metadata and providing a client libraries that can ingest this type
|
having more metadata and providing client libraries that can ingest this type
|
||||||
of metadata that we produce for easy consumption.
|
of metadata that we produce for easy consumption.
|
||||||
|
|
||||||
# Notes #
|
# Notes #
|
||||||
@ -24,5 +24,9 @@ are attached to our GitHub and RESF Git Service profiles.
|
|||||||
If you are looking for "verification" of the ISO checksums and were expecting a
|
If you are looking for "verification" of the ISO checksums and were expecting a
|
||||||
`CHECKSUM.sig`, it is highly recommended to visit the link above instead.
|
`CHECKSUM.sig`, it is highly recommended to visit the link above instead.
|
||||||
|
|
||||||
These are *always* updated with new releases or new images. This includes
|
To verify our signature, click on "commits" and click the green "Verified"
|
||||||
live images as we release them.
|
button where you will see a GPG key ID. You can then search for this ID at the
|
||||||
|
any of the following:
|
||||||
|
|
||||||
|
https://keys.openpgp.org/
|
||||||
|
https://keyserver.ubuntu.com
|
||||||
|
@ -1521,7 +1521,7 @@ class RepoSync:
|
|||||||
lp.close()
|
lp.close()
|
||||||
|
|
||||||
images_arch_root = os.path.join(sync_images_root, arch)
|
images_arch_root = os.path.join(sync_images_root, arch)
|
||||||
images_arch_checksum = os.path.join(sync_images_root, arch)
|
images_arch_checksum = os.path.join(sync_images_root, 'CHECKSUM')
|
||||||
if os.path.exists(images_arch_root):
|
if os.path.exists(images_arch_root):
|
||||||
with open(images_arch_checksum, 'w+', encoding='utf-8') as ip:
|
with open(images_arch_checksum, 'w+', encoding='utf-8') as ip:
|
||||||
for icheck in glob.iglob(images_arch_root + '/*.CHECKSUM'):
|
for icheck in glob.iglob(images_arch_root + '/*.CHECKSUM'):
|
||||||
|
Loading…
Reference in New Issue
Block a user