summaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorNico Huber <nico.h@gmx.de>2017-11-13 20:12:58 +0100
committerDavid Hendricks <david.hendricks@gmail.com>2017-12-01 00:30:15 +0000
commit6891709a1f04a78bc45ad4174f4416f24169a020 (patch)
treee0565fb6640d919bf9278ffa9fbe86abc038298e /README
parentbbf0dbde3855a58f7324dedb81fdcce0f99c1c87 (diff)
downloadflashrom-6891709a1f04a78bc45ad4174f4416f24169a020.tar.gz
flashrom-6891709a1f04a78bc45ad4174f4416f24169a020.tar.bz2
flashrom-6891709a1f04a78bc45ad4174f4416f24169a020.zip
README: Update packaging section for Git repositories
Change-Id: I8d9c56be8c1381b175ce7695c53f31b1767d9d17 Signed-off-by: Nico Huber <nico.h@gmx.de> Reviewed-on: https://review.coreboot.org/22454 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Stefan Reinauer <stefan.reinauer@coreboot.org>
Diffstat (limited to 'README')
-rw-r--r--README18
1 files changed, 10 insertions, 8 deletions
diff --git a/README b/README
index ab761f73b..449103d29 100644
--- a/README
+++ b/README
@@ -24,20 +24,22 @@ Please see the flashrom(8) manpage.
Packaging
---------
-To package flashrom and remove dependencies on subversion, either use
+To package flashrom and remove dependencies on Git, either use
make export
or
make tarball
-make export will export all flashrom files from the subversion repository at
-revision BASE into a directory named $EXPORTDIR/flashrom-$VERSION-r$SVNREVISION
-and will additionally modify the Makefile in that directory to contain the svn
-revision of the exported tree.
+'make export' will export all flashrom files from the Git repository at
+revision HEAD into a directory named "$EXPORTDIR/flashrom-$RELEASENAME"
+and will additionally add a "versioninfo.inc" file in that directory to
+contain the Git revision of the exported tree and a date for the manual
+page.
-make tarball will simply tar up the result of make export and gzip compress it.
+'make tarball' will simply tar up the result of make export and compress
+it with bzip2.
-The snapshot tarballs are the result of make tarball and require no further
-processing.
+The snapshot tarballs are the result of 'make tarball' and require no
+further processing.
Build Instructions