[PR #329] [MERGED] UMK: Added option --hub-only #316

Closed
opened 2026-05-05 03:45:38 -06:00 by gitea-mirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/ultimatepp/ultimatepp/pull/329
Author: @klugier
Created: 12/14/2025
Status: Merged
Merged: 12/14/2025
Merged by: @mirek-fidler

Base: masterHead: klugier/umk-hub-only


📝 Commits (3)

  • cfd6d3c UMK: Added option --hub-only to instruct UMK to execute only UppHub logic such as package updates or downloads.
  • 369d902 Umk: Added error message when --hub-only is enable, but there is a lack of -U or -h options.
  • 6933c08 .docs

📊 Changes

3 files changed (+50 additions, -20 deletions)

View changed files

📝 uppsrc/ide/app.tpp/umk_en-us.tpp (+20 -8)
📝 uppsrc/ide/app.tpp/umk_en-us.tppi (+11 -10)
📝 uppsrc/umk/umake.cpp (+19 -2)

📄 Description

Added option --hub-only to instruct UMK to execute only UppHub logic such as package updates or downloads.

Here is the usage example:

  • 3p/umk/umk.out ./,3p/uppsrc UppTerm 3p/umk/CLANG.bm --hub-dir 3p/hub --hub-only -U (In this case still U or h is needed in order to instruct umk which hub mode to use)

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/ultimatepp/ultimatepp/pull/329 **Author:** [@klugier](https://github.com/klugier) **Created:** 12/14/2025 **Status:** ✅ Merged **Merged:** 12/14/2025 **Merged by:** [@mirek-fidler](https://github.com/mirek-fidler) **Base:** `master` ← **Head:** `klugier/umk-hub-only` --- ### 📝 Commits (3) - [`cfd6d3c`](https://github.com/ultimatepp/ultimatepp/commit/cfd6d3c9cb8cd35fc83a34aabb67ad334c6a3d10) UMK: Added option --hub-only to instruct UMK to execute only UppHub logic such as package updates or downloads. - [`369d902`](https://github.com/ultimatepp/ultimatepp/commit/369d9024eb979bb220ca5bd964da2616d409a700) Umk: Added error message when --hub-only is enable, but there is a lack of -U or -h options. - [`6933c08`](https://github.com/ultimatepp/ultimatepp/commit/6933c080218943fd45649a5440d2764f4a2aa3a4) .docs ### 📊 Changes **3 files changed** (+50 additions, -20 deletions) <details> <summary>View changed files</summary> 📝 `uppsrc/ide/app.tpp/umk_en-us.tpp` (+20 -8) 📝 `uppsrc/ide/app.tpp/umk_en-us.tppi` (+11 -10) 📝 `uppsrc/umk/umake.cpp` (+19 -2) </details> ### 📄 Description Added option --hub-only to instruct UMK to execute only UppHub logic such as package updates or downloads. Here is the usage example: - **3p/umk/umk.out ./,3p/uppsrc UppTerm 3p/umk/CLANG.bm --hub-dir 3p/hub --hub-only -U** (In this case still U or h is needed in order to instruct umk which hub mode to use) --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
gitea-mirror 2026-05-05 03:45:38 -06:00
Sign in to join this conversation.
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: github-starred/ultimatepp#316
No description provided.