Skip to content

Commit a173894

Browse files
Send build_id in errata packages when creating erratas (#585)
Fixes: AlmaLinux/build-system#378 Fixes: AlmaLinux/build-system#415
1 parent ab39870 commit a173894

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/pages/CreateErrata.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -706,6 +706,7 @@
706706
epoch: pkg.epoch,
707707
arch: pkg.arch,
708708
reboot_suggested: pkg.reboot_suggested,
709+
build_id: pkg.build_id,
709710
})
710711
}
711712
})

0 commit comments

Comments
 (0)