summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCayetano Santos2020-04-30 09:27:27 +0200
committerCayetano Santos2020-04-30 09:27:27 +0200
commit876181cada0fb3e00ed25e43bf15a2411cb7466c (patch)
tree6185d44cc8c604145af6c4471e5b74e0bd5e7857
parentbf0b5c94578517903cc70c6440242d81f1281b6b (diff)
downloadaur-876181cada0fb3e00ed25e43bf15a2411cb7466c.tar.gz
Document testing python-fusesoc
-rw-r--r--readme.org20
1 files changed, 20 insertions, 0 deletions
diff --git a/readme.org b/readme.org
new file mode 100644
index 000000000000..a73395383021
--- /dev/null
+++ b/readme.org
@@ -0,0 +1,20 @@
+Procedure for testing the package in a clean environment (Docker image)
+
+#+begin_src sh
+ docker run -it csantosb/arch-testing /bin/sh
+#+end_src
+
+From within the container
+
+#+begin_src sh
+ yay -S --noconfirm python-fusesoc
+ fusesoc list
+#+end_src
+
+Returns
+
+#+begin_src sh
+ usage: fusesoc [-h] [--version] [--cores-root CORES_ROOT] [--config CONFIG] [--monochrome] [--verbose] [--log-file LOG_FILE]
+ {build,init,pgm,fetch,core,list-cores,core-info,gen,list-paths,library,run,sim,update} ...
+ fusesoc: error: invalid choice: 'list' (choose from 'build', 'init', 'pgm', 'fetch', 'core', 'list-cores', 'core-info', 'gen', 'list-paths', 'library', 'run', 'sim', 'update')
+#+end_src