[PR #158] [MERGED] Commit version JSON #2123

Closed
opened 2025-09-10 23:56:14 -05:00 by giteasync · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/VSCodium/vscodium/pull/158
Author: @stripedpajamas
Created: 5/15/2019
Status: Merged
Merged: 5/16/2019
Merged by: @stripedpajamas

Base: masterHead: version-json


📝 Commits (6)

📊 Changes

4 files changed (+99 additions, -1 deletions)

View changed files

📝 .travis.yml (+3 -0)
📝 get_repo.sh (+2 -1)
📝 sum.sh (+1 -0)
update_version.sh (+93 -0)

📄 Description

More work on #41

Required changes to Travis:

  • add $GITHUB_USERNAME env var

Crafts a JSON blob with version information and commits it to VSCodium/versions

The check update flow is something like this:

VSCodium Update Service


🔄 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/VSCodium/vscodium/pull/158 **Author:** [@stripedpajamas](https://github.com/stripedpajamas) **Created:** 5/15/2019 **Status:** ✅ Merged **Merged:** 5/16/2019 **Merged by:** [@stripedpajamas](https://github.com/stripedpajamas) **Base:** `master` ← **Head:** `version-json` --- ### 📝 Commits (6) - [`1c9f822`](https://github.com/VSCodium/vscodium/commit/1c9f82233ee5d86332e270c8e0151ca1f2bf4059) Initial JSON creation logic - [`18d8df1`](https://github.com/VSCodium/vscodium/commit/18d8df17ee352a6b6b63c50961780e4576f8e8a7) Commit and push version file to repo - [`2b00194`](https://github.com/VSCodium/vscodium/commit/2b00194e837e10accc9a949d83e2c44d16cecba6) Add linux logic - [`5e7c752`](https://github.com/VSCodium/vscodium/commit/5e7c752f2fed1d08754aa027e58a9f698abd9309) Correct build arch env var - [`69f1a3c`](https://github.com/VSCodium/vscodium/commit/69f1a3c4c07d1c726a6b7a72839af25337e0b33b) Bugfix - [`aed8331`](https://github.com/VSCodium/vscodium/commit/aed8331578770ff629d5fffda8b088fba25b9217) Reorganize directory structure ### 📊 Changes **4 files changed** (+99 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `.travis.yml` (+3 -0) 📝 `get_repo.sh` (+2 -1) 📝 `sum.sh` (+1 -0) ➕ `update_version.sh` (+93 -0) </details> ### 📄 Description More work on #41 Required changes to Travis: - add $GITHUB_USERNAME env var Crafts a JSON blob with version information and commits it to VSCodium/versions The check update flow is something like this: ![VSCodium Update Service](https://user-images.githubusercontent.com/2707340/57799137-3936a300-7703-11e9-96d7-7a6582591f5a.png) --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
giteasync added the
pull-request
label 2025-09-10 23:56:14 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: VSCodium/vscodium#2123
No description provided.