FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

uCareSystem/scripts at refs/heads/develop · Utappia/uCareSystem · GitHub

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

README.md

Scripts Directory

This directory contains utility scripts for maintaining the uCareSystem project.

update_honored_releases.sh

A helper script to update the honored releases tracking files when creating a new version.

Usage

./scripts/update_honored_releases.sh VERSION "HONORED_NAME" "RELEASE_DATE" "NOTES"

Example

./scripts/update_honored_releases.sh 25.08.01 "John Doe" "2025-08-01" "New feature release"

This will:

  1. Update HONORED_RELEASES.md with the new release information
  2. Update scripts/honored_releases.dat with the new entry
  3. Create backup files (.bak)
  4. Provide instructions for updating the main script variables

After running the script

Remember to manually update the following variables in src/ucaresystem-core:

  • UCARE_VERSION
  • VER_CODENAME
  • PREV_VER
  • SUPPORTERS array (if needed)

Files Structure

  • HONORED_RELEASES.md - Human-readable markdown file with detailed release history
  • scripts/honored_releases.dat - Machine-readable data file with pipe-separated values
  • src/ucaresystem-core - Main script containing current version variables

Runtime compatibility tests

Runtime checks focused on executing ucaresystem-core are available in:

  • scripts/runtime-tests/scenario_runner.sh - Core scenario executor (smoke, maintenance)
  • scripts/runtime-tests/run_docker_matrix.sh - Primary Docker-based runtime matrix
  • scripts/runtime-tests/run_lxd_fallback.sh - LXD fallback runner
  • scripts/runtime-tests/README.md - Full usage and policy notes

Back | FazBrowse Home | New Git URL