mirror of
https://github.com/chromebrew/chromebrew.git
synced 2026-01-08 23:18:10 -05:00
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:
committed by
GitHub
parent
ddc1012585
commit
23400d0238
2
bin/crew
2
bin/crew
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user