mirror of
https://github.com/mattermost/mattermost.git
synced 2026-05-19 08:30:30 -04:00
Summary: Every make call would ping Github to find out the mmctl version to download. Each check made 4 requests to Github. So every make execution resulted in 4 requests to Github. This leads to frequent rate-limit errors from Github. In this PR we check for the mmctl version only if mmctl doesn't already exist. We also print a more helpful error message. Reduce the number the number of requests to Github from 4 to 2. Ticket Link: https://mattermost.atlassian.net/browse/MM-28303 |
||
|---|---|---|
| .. | ||
| diff-config.sh | ||
| download_mmctl_release.sh | ||
| get_latest_release.sh | ||
| ldap-check.sh | ||
| mattermost-mysql-5.0.sql | ||
| mattermost-postgresql-5.0.sql | ||
| mysql-migration-test.sh | ||
| prereq-check-enterprise.sh | ||
| prereq-check.sh | ||
| psql-migration-test.sh | ||
| test-xprog.sh | ||
| test.sh | ||