Skip to content

Commit

Permalink
Merge pull request #612 from c-po/T6330-release-pref
Browse files Browse the repository at this point in the history
build: T6330: fix indention of autogenerated release.pref.chroot
  • Loading branch information
c-po authored May 12, 2024
2 parents f4d2678 + 81be4c7 commit 3463386
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions scripts/image-build/build-vyos-image
Original file line number Diff line number Diff line change
Expand Up @@ -592,9 +592,9 @@ if __name__ == "__main__":

## Pin release for VyOS packages
apt_pin = f"""Package: *
Pin: release n={build_config['release_train']}
Pin-Priority: 600
"""
Pin: release n={build_config['release_train']}
Pin-Priority: 600
"""

with open(defaults.VYOS_PIN_FILE, 'w') as f:
f.write(apt_pin)
Expand Down

0 comments on commit 3463386

Please sign in to comment.