Build: mtools started at 2025-07-28-13UTC. (#12282)

* mtools => 4.0.49

Signed-off-by: Satadru Pramanik <satadru@gmail.com>

* Adjust Build.yml

Signed-off-by: Satadru Pramanik <satadru@gmail.com>

* Workflow adjustments

Signed-off-by: Satadru Pramanik <satadru@gmail.com>

* Updating package files for linux/amd64 to branch mtools.

* Adjust workflows

Signed-off-by: Satadru Pramanik <satadru@gmail.com>

* Adjust workflows

Signed-off-by: Satadru Pramanik <satadru@gmail.com>

---------

Signed-off-by: Satadru Pramanik <satadru@gmail.com>
Co-authored-by: Satadru Pramanik <satadru@gmail.com>
Co-authored-by: satmandu <satmandu@users.noreply.github.com>
This commit is contained in:
chromebrew-actions[bot]
2025-07-28 11:49:55 -05:00
committed by GitHub
parent ddc1012585
commit 23400d0238
6 changed files with 239 additions and 73 deletions

View File

@@ -1691,7 +1691,7 @@ def upload(pkg_name = nil, pkg_version = nil, gitlab_token = nil, gitlab_token_u
# currently running architecture are saved locally. (This is used
# by build workflows to make sure updated manifests get
# uploaded.)
install_command(@pkg.name)
@device[:installed_packages].any? { |pkg| pkg[:name] == @pkg.name } ? reinstall_command(@pkg.name) : install_command(@pkg.name)
end
puts "\e[1A\e[K🎉 Uploads complete for #{package}. 🎉\r\n".lightgreen
end