Install latest/edge of git-cron

Ubuntu 16.04 or later?

Make sure snap support is enabled in your Desktop store.


Install using the command line

sudo snap install git-cron --edge

Don't have snapd? Get set up for snaps.

git-cron is only available on the unstable edge channel. It could break and change often.

Channel Version Published

Basic support for launching git-cron jobs

This snap declares a simple daemon for checking the jobs defined in the defined project branches.

For each of the jobs, the checker/run script is executed, it looks for changes on external resources, extracting the relevant information according to the trigger file. In case a change in the external resource related to a particular branch is detected, then a commit is pushed to that branch, so that the travis execution is triggered.

The snap must be able to push to the defined repo, the credentials for doing so are passed to the snap via a configure hook

 $ snap set git-cron username=<username> password=<password>

The project information is sent to the snap via a configure hook

 $ snap set git-cron project-url=<project_url> project-name=<project_name> jobs-dir=<jobs_dir>

Details for git-cron

License
  • unset

Last updated
  • 1 December 2022 - latest/edge

Share this snap

Generate an embeddable card to be shared on external websites.


Install git-cron on your Linux distribution

Choose your Linux distribution to get detailed installation instructions. If yours is not shown, get more details on the installing snapd documentation.


Where people are using git-cron

Is there a problem with git-cron? Report this app