Skip to content

CalyxOS/mirror_manifest

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CalyxOS Mirror Manifest

Using the mirror to sync

Usage: repo init -u https://gitlab.com/CalyxOS/mirror_manifest --mirror

Once the mirror is synced, you can then run repo init -u /path/to/mirror/CalyxOS/platform_manifest.git -b $BRANCHNAME and sync normally.

If you want to sync the source quickly but want it to be up-to-date without syncing the mirror every time, then run repo init -u https://gitlab.com/CalyxOS/platform_manifest -b $BRANCHNAME --reference=/path/to/mirror/. This will init the new repo and fetch all the (available) data from the mirror, but will fallback to GitLab if something is missing in the mirror.

Updating the mirror manifest

To update the mirror, use the mirror-regen.py script.
Please make sure you set the environment variable before using the script:

GITLAB_TOKEN contains a GitLab Personal Access Token

To set these environment variables, run these commands in your terminal window:

export GITLAB_TOKEN="<Your Token>"

(You can obtain a GitLab Personal Access Token here)

About

No description, website, or topics provided.

Resources

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages