Actions for the gCubeActionExecutor pipeline.
Go to file
Manuele Simi e7cfcc8761 add only hook list. 2021-02-15 08:41:18 -05:00
24-01-2021-AddLicenseToAllRepos Add messages to License action. 2021-01-31 22:32:00 -05:00
24-01-2021-CreateTestFile Test action to create and add a file. 2021-01-26 20:47:53 -05:00
27-01-2021-grepString add only hook list. 2021-02-15 08:41:18 -05:00
repos Add default test repos. 2021-01-27 15:12:15 +01:00
README.md Update README with information about how to generate the repo list. 2021-02-14 22:18:18 -05:00
generateRepoList.sh Clean up after generating the repo list. 2021-02-14 22:07:23 -05:00

README.md

Actions for the gCubeActions Pipeline

Container for Actions executed with the gCubeActionExecutor pipeline.

List of Repositories

Each action is executed on a list of repositories. The expected format of the file with the list on repo name per file.

For example:

repo_name1
repo_name2
repo_name3
...

The URL of the Gitea organization where to find these repositories is passed as parameters of the gCubeActionExecutor pipeline.

How to Generate the List

The script generateRepoList.sh can be executed any time to generate an up-to-date list of repositories in the gCubeSystem organization. If a different organization has to be scanned, we can easily change the scrip tor make it parametric.

The output of the script is a file named gCubeSystem_all_sorted_$timestamp.txt. The list in the output file is alphabetically ordered.