Skip to content

Commit

Permalink
(HACK) move build debs into a debs/ folder
Browse files Browse the repository at this point in the history
We are having issues with some debs going missing, this makes it easier
to keep an eye on them
  • Loading branch information
mcbridematt committed Jun 13, 2024
1 parent 02a927e commit 5ef00d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/image-build/build-vyos-image
Original file line number Diff line number Diff line change
Expand Up @@ -609,7 +609,7 @@ Pin-Priority: 600
sys.exit(0)

## Add local packages
local_packages = glob.glob('../packages/*.deb')
local_packages = glob.glob('../debs/*.deb')
if local_packages:
for f in local_packages:
shutil.copy(f, os.path.join(defaults.LOCAL_PACKAGES_PATH, os.path.basename(f)))
Expand Down

0 comments on commit 5ef00d2

Please sign in to comment.