summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Hutchings <ben.hutchings@codethink.co.uk>2020-09-09 14:20:23 +0100
committerBen Hutchings <ben.hutchings@codethink.co.uk>2020-09-09 23:48:34 +0100
commitc945c4504d764444f6fcb0a902337a27068cf6bc (patch)
tree55d9e65a78016009818cea41186d05bb766261fa
parented7d75e4779348e0b983ee35b6b70a5992132da9 (diff)
downloadlorries-c945c4504d764444f6fcb0a902337a27068cf6bc.tar.gz
Update mirroring of flashrom
flashrom switched from Subversion to Git. Add a new mirror for the git repository and mark the old mirror as obsolete.
-rw-r--r--open-source-lorries/flashrom.lorry7
1 files changed, 6 insertions, 1 deletions
diff --git a/open-source-lorries/flashrom.lorry b/open-source-lorries/flashrom.lorry
index 4d78084..0091dcd 100644
--- a/open-source-lorries/flashrom.lorry
+++ b/open-source-lorries/flashrom.lorry
@@ -2,6 +2,11 @@
"flashrom": {
"type": "svn",
"url": "https://code.coreboot.org/svn/flashrom/",
- "layout": "standard"
+ "layout": "standard",
+ "description": "Obsolete (use flashrom-git)"
+ },
+ "flashrom-git": {
+ "type": "git",
+ "url": "https://review.coreboot.org/flashrom.git"
}
}