Unverified Commit e1675e2e authored by Mike Perry's avatar Mike Perry Committed by boklm
Browse files

Include package name in the build output.

For build processes with multiple descriptors, knowing the current descriptor
is very helpful.
parent add74c86
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -277,7 +277,7 @@ base_manifests = YAML::Omap.new
suites.each do |suite|
  suite = sanitize(suite, "suite")
  archs.each do |arch|
    info "--- Building for #{suite} #{arch} ---"
    info "--- Building #{package_name} for #{suite} #{arch} ---"
    arch = sanitize(arch, "architecture")

    # Build!