Commit graph

10 commits

Author SHA1 Message Date
Ankur Sinha (Ankur Sinha Gmail)
804073fd10
feat: use improved watcher/rebuilder script
Please see [1] for the discussion and [2] for the code review.

[1] https://discussion.fedoraproject.org/t/improved-build-script-for-doc-repos-with-change-detection/40920/10
[2] https://pagure.io/neuro-sig/documentation/pull-request/23
2022-09-16 12:47:15 +01:00
Ankur Sinha (Ankur Sinha Gmail)
2fd49ead13
chore: restore build/preview scripts to executables 2022-07-27 16:49:25 +01:00
Devin Prater
2bc2f97e2c
Finished draft installing with Orca. 2022-07-27 16:27:47 +01:00
Timothée Ravier
ee34971709 build: Update with latest version from template
See https://pagure.io/fedora-docs/template
2022-03-03 10:23:37 +01:00
Timothée Ravier
bab6efcf14 build.sh: Update with latest version from template 2022-02-08 18:36:49 +01:00
Petr Bokoc
5017dc09f0 Update build script 2021-08-27 05:40:27 +02:00
Kevin Locke
7ed450f0c4 Quote command substitution which may have spaces
If $(pwd) or $(uname -s) contain spaces, their output will undergo word
splitting and be passed as multiple arguments, which would cause the
programs receiving them to misbehave.  Avoid this by quoting.

Signed-off-by: Kevin Locke <kevin@kevinlocke.name>
2020-07-28 18:01:38 +00:00
Kevin Locke
9c1c2c7394 Replace test == operator with =
The == operator of test (invoked as [) is a Bash extension.
Use the = operator of [POSIX test] for string equality.

[POSIX test]: https://pubs.opengroup.org/onlinepubs/9699919799/utilities/test.html

Signed-off-by: Kevin Locke <kevin@kevinlocke.name>
2020-07-28 18:01:38 +00:00
Petr Bokoc
d79e80c56f Update build scripts 2019-03-22 14:37:32 +01:00
Adam Samalik
cf5acc8f3a switch to Antora part 2018-07-27 18:53:34 +02:00