summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xresources/scripts/helpers/build/release/src2
-rwxr-xr-xresources/scripts/helpers/download/flashrom5
2 files changed, 5 insertions, 2 deletions
diff --git a/resources/scripts/helpers/build/release/src b/resources/scripts/helpers/build/release/src
index 66b46be..0ef2551 100755
--- a/resources/scripts/helpers/build/release/src
+++ b/resources/scripts/helpers/build/release/src
@@ -61,7 +61,7 @@ printf '\n'
# Delete Git repositories and properties and Subversion administrative
# directories and properties.
rm -Rf "${distdir}/bucts/".git*
-rm -Rf "${distdir}/flashrom/".svn*
+rm -Rf "${distdir}/flashrom/".git*
rm -Rf "${distdir}/grub/".git*
# Delete useless files.
diff --git a/resources/scripts/helpers/download/flashrom b/resources/scripts/helpers/download/flashrom
index 403ba8f..bbe844b 100755
--- a/resources/scripts/helpers/download/flashrom
+++ b/resources/scripts/helpers/download/flashrom
@@ -37,10 +37,13 @@ rm -Rf "flashrom/"
# ------------------------------------------------------------------------------
# download it using subversion
-svn co -r 1889 svn://flashrom.org/flashrom/trunk flashrom
+git clone https://github.com/stefanct/flashrom.git
cd "flashrom/"
+# reset to known revision
+git reset --hard 80c9382948afa5e572854d49846a36b7f9d90e03
+
# Apply patches
# ------------------------------------------------------------------------------