From fac62a8c585f99cce089a89a519770655a26eaec Mon Sep 17 00:00:00 2001 From: Leah Rowe Date: Fri, 20 Oct 2023 06:45:50 +0100 Subject: [PATCH] config/git: name files per download name don't put multiple downloads in the same files, except when they are dependencies that go inside the directory of another download. by doing this, the following functionality will become possible: clean every project or build every project, or maybe fetch every project, based entirely on the names of these files. this will be used later to simplify the release script. Signed-off-by: Leah Rowe --- config/git/{serprog => rpi-pico-serprog} | 14 -------------- config/git/stm32-vserprog | 13 +++++++++++++ 2 files changed, 13 insertions(+), 14 deletions(-) rename config/git/{serprog => rpi-pico-serprog} (58%) create mode 100644 config/git/stm32-vserprog diff --git a/config/git/serprog b/config/git/rpi-pico-serprog similarity index 58% rename from config/git/serprog rename to config/git/rpi-pico-serprog index 8dd6b504..d853c631 100644 --- a/config/git/serprog +++ b/config/git/rpi-pico-serprog @@ -18,17 +18,3 @@ loc: pico-sdk/lib/tinyusb url: https://github.com/hathach/tinyusb.git } - -{stm32-vserprog}{ - rev: 8fcf0a4d41800631b571fa7bbd1d8b251f0a2111 - loc: stm32-vserprog - url: https://codeberg.org/libreboot/stm32-vserprog - bkup_url: https://notabug.org/libreboot/stm32-vserprog - depend: libopencm3 -} - -{libopencm3}{ - rev: 458250dc6147dc807eec9e4d5a6caf38a699ecb1 - loc: stm32-vserprog/libopencm3 - url: https://github.com/libopencm3/libopencm3 -} diff --git a/config/git/stm32-vserprog b/config/git/stm32-vserprog new file mode 100644 index 00000000..ec01f7c9 --- /dev/null +++ b/config/git/stm32-vserprog @@ -0,0 +1,13 @@ +{stm32-vserprog}{ + rev: 8fcf0a4d41800631b571fa7bbd1d8b251f0a2111 + loc: stm32-vserprog + url: https://codeberg.org/libreboot/stm32-vserprog + bkup_url: https://notabug.org/libreboot/stm32-vserprog + depend: libopencm3 +} + +{libopencm3}{ + rev: 458250dc6147dc807eec9e4d5a6caf38a699ecb1 + loc: stm32-vserprog/libopencm3 + url: https://github.com/libopencm3/libopencm3 +}