summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Hutchings <ben.hutchings@codethink.co.uk>2020-09-09 01:24:26 +0100
committerBen Hutchings <ben.hutchings@codethink.co.uk>2020-09-09 23:48:34 +0100
commit14447e8cb6fb50c34274f45fe82a54937826e775 (patch)
tree65d703a5a899f2cb3ca26c4e1db803b4d42c9ae8
parenta1225eb1b8a094935766b79b8413dd38d7294286 (diff)
downloadlorries-14447e8cb6fb50c34274f45fe82a54937826e775.tar.gz
Update mirroring of e2fsprogs
The maint branch was rebased some time in 2016 and mirror updates have failed since then. Change the refspecs to allow non-fast-forward changes to this branch. While we're at it, switch the URL to the https: scheme.
-rw-r--r--open-source-lorries/e2fsprogs.lorry4
1 files changed, 2 insertions, 2 deletions
diff --git a/open-source-lorries/e2fsprogs.lorry b/open-source-lorries/e2fsprogs.lorry
index 15fdf03..f186680 100644
--- a/open-source-lorries/e2fsprogs.lorry
+++ b/open-source-lorries/e2fsprogs.lorry
@@ -1,10 +1,10 @@
{
"e2fsprogs": {
"type": "git",
- "url": "git://git.kernel.org/pub/scm/fs/ext2/e2fsprogs.git",
+ "url": "https://git.kernel.org/pub/scm/fs/ext2/e2fsprogs.git",
"refspecs": [
"master",
- "maint",
+ "+maint",
"refs/tags/*"
]
}