Skip to content

Latest commit

 

History

History
36 lines (30 loc) · 908 Bytes

README.md

File metadata and controls

36 lines (30 loc) · 908 Bytes

Mocaccino Repository index

This repository it is automatically built and contains the mocaccino repository index (built with luet).

You can also build this repo locally if you wish:

$ make deps
$ LUET=$GOPATH/bin/luet make build-all create-repo

To consume this repository with Luet, add in the luet.yaml:

repositories:
- name: "mocaccino-repository-index"
  description: "MocaccinoOS Repository index"
  type: "http"
  enable: true
  cached: true
  priority: 1
  urls:
  - "https://raw.githubusercontent.com/mocaccinoOS/repository-index/gh-pages"

or create this file under luet repositories dir (/etc/luet/repos.conf.d/mocaccino-repository-index.yml):

name: "mocaccino-repository-index"
description: "MocaccinoOS Repository Index"
type: "http"
enable: true
cached: true
priority: 1
urls:
- "https://raw.githubusercontent.com/mocaccinoOS/repository-index/gh-pages"