diff options
author | Leah Rowe <leah@libreboot.org> | 2023-11-05 23:29:39 +0000 |
---|---|---|
committer | Leah Rowe <leah@libreboot.org> | 2023-11-05 23:29:39 +0000 |
commit | b295fd409337f4570224c4b8eff91ea956734124 (patch) | |
tree | 5239f664e5def1410c25562abf3e17dd23690919 /config | |
parent | 4bdaf39ce782b7fe496c8e2e1ba1713a618d0f7c (diff) |
config/git: merge img files with docs
Signed-off-by: Leah Rowe <leah@libreboot.org>
Diffstat (limited to 'config')
-rw-r--r-- | config/git/docs | 8 | ||||
-rw-r--r-- | config/git/img | 6 |
2 files changed, 8 insertions, 6 deletions
diff --git a/config/git/docs b/config/git/docs index 1bd8dc3a..ae097962 100644 --- a/config/git/docs +++ b/config/git/docs @@ -11,4 +11,12 @@ loc: docs/www/html url: https://codeberg.org/libreboot/lbwww bkup_url: https://git.disroot.org/libreboot/lbwww + depend: imgfiles +} + +{imgfiles}{ + rev: 918c0ba07cf45f07836fa8c312fc51b48db32e0a + loc: docs/www/html/img/site + url: https://codeberg.org/libreboot/lbwww-img + bkup_url: https://git.disroot.org/libreboot/lbwww-img } diff --git a/config/git/img b/config/git/img deleted file mode 100644 index f8b1f069..00000000 --- a/config/git/img +++ /dev/null @@ -1,6 +0,0 @@ -{img}{ - rev: 918c0ba07cf45f07836fa8c312fc51b48db32e0a - loc: img - url: https://codeberg.org/libreboot/lbwww-img - bkup_url: https://git.disroot.org/libreboot/lbwww-img -} |