Skip to content
This repository was archived by the owner on Jul 20, 2023. It is now read-only.
This repository was archived by the owner on Jul 20, 2023. It is now read-only.

Automatically generate part of versions.txt #13

@jim-bcom

Description

@jim-bcom

This file is tedious to keep up-to-date, when modules get renamed, added or removed.

Every project should in theory be checked, which is almost impossible.

We could either use a script to generate at least the content of this file for SolAR projects, or use the command directly in the versioner script.

Generating it in the file sounds better though, since it would allow to manually set the desired versions for some modules afterwards.

This could be achieved with this command, for example:

for target in `find . -name "*.pro" | xargs grep "^TARGET =" | sed 's/ *//g' | cut -d "=" -f 2`;do echo "$target|0.10.0"

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions