diff options
author | 2023-02-06 21:45:55 +0600 | |
---|---|---|
committer | 2023-02-06 21:45:55 +0600 | |
commit | dab81219994c70025114a9b5f72ca844bbb7c6ea (patch) | |
tree | dbac7ffe8f1704289d2f3e54c2b4fa520c07c098 /DOCS.md | |
parent | 69cea8f9106821e534776c87443f45defa9caa64 (diff) | |
download | patches-dab81219994c70025114a9b5f72ca844bbb7c6ea.tar.gz patches-dab81219994c70025114a9b5f72ca844bbb7c6ea.zip |
builder: Add repo source & docs
Signed-off-by: Mubashshir <ahmubashshir@gmail.com>
Diffstat (limited to '')
-rw-r--r-- | DOCS.md | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -19,3 +19,7 @@ $ buildroot build bullseye armhf # Update buildroot for [distro]:[arch] $ buildroot update bullseye armel ``` + +#### repo usage +This is just a simple wrapper around `reprepro`, set `REPO_BASE` to the rootdir of +the reprepro repository, everything else is like `reprepro` |