aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRiku Voipio <riku.voipio@linaro.org>2021-12-16 16:36:32 +0200
committerRiku Voipio <riku.voipio@linaro.org>2021-12-16 16:36:32 +0200
commit4dacebe13855d9d70db0c82cba6dff254dac1403 (patch)
treebd96aa75f4b517d1b14f08f954d1d328db212012
parentfa9d3f6b6f7c64302b790829caa0f8f9428163a4 (diff)
Add README
-rw-r--r--README20
1 files changed, 20 insertions, 0 deletions
diff --git a/README b/README
new file mode 100644
index 0000000..4f16257
--- /dev/null
+++ b/README
@@ -0,0 +1,20 @@
+Project files
+
+.prj files
+
+The describe the repository, which upstream distro they
+are based upon, and what architectures to build
+
+Install them with Admin credentails in your .oscrc with:
+
+osc meta prj Ubuntu:20.04 --file Ubuntu:20.04.prj
+
+.prjconf files
+
+Describe the packages that get pre-installed for each
+distro installs, and some suse-debian package name mappings.
+
+Install them with Admin credentails in your .oscrc with:
+
+osc meta prjconf Debian:sid --file Debian:sid.prjconf
+