Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
| devdoc:devdoc_create_repository [2024/07/03 18:41] – abelbeck | devdoc:devdoc_create_repository [2024/07/03 19:02] (current) – abelbeck | ||
|---|---|---|---|
| Line 3: | Line 3: | ||
| When creating custom AstLinux images, you can setup a private repository to maintain custom builds after you created an initial image with ./ | When creating custom AstLinux images, you can setup a private repository to maintain custom builds after you created an initial image with ./ | ||
| - | On a public or private | + | On a public or private |
| custom-firmware-1.x/ | custom-firmware-1.x/ | ||
| Line 19: | Line 19: | ||
| custom-firmware-1.x/ | custom-firmware-1.x/ | ||
| - | The '' | + | The '' |
| + | |||
| + | In the AstLinux web interface Prefs Tab, define the " | ||
| + | |||
| + | https:// | ||
| - | In the AstLinux web interface Prefs Tab, define the Repository URL as: | ||
| - | http:// | ||
| then use the System Tab to upgrade. | then use the System Tab to upgrade. | ||
| Or from the CLI... | Or from the CLI... | ||
| - | upgrade-run-image check http:// | + | upgrade-run-image check https:// |
| | | ||
| - | upgrade-run-image upgrade | + | upgrade-run-image upgrade |
| You can manage as many repos as you wish. For example: | You can manage as many repos as you wish. For example: | ||
| - | http:// | ||
| - | might be used for production images. | ||
| + | https:// | ||
| + | | ||
| + | might be used for pre-production images. | ||
| + | |||
| + | !!Tip ->!! Alternatively, | ||