mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-03-20 03:57:02 +08:00
distgit: Properly make the symlink
This commit is contained in:
@@ -213,7 +213,7 @@ def main():
|
||||
|
||||
# The file already existed at the old path, hardlink over it
|
||||
os.unlink(old_path)
|
||||
os.link(old_path)
|
||||
os.link(dest_file, old_path)
|
||||
|
||||
# Emit a fedmsg message. Load the config to talk to the fedmsg-relay.
|
||||
try:
|
||||
|
||||
Reference in New Issue
Block a user