Home
last modified time | relevance | path

Searched refs:archive (Results 1 – 3 of 3) sorted by relevance

/DragonStub/docs/
H A DREADME.git7 3) Then do a "make test-archive".
12 4) Do "make archive", which will tag a release in git and generate a
15 You then push to the archive, being sure to include the tag:
18 And upload the archive wherever it's supposed to go.
/DragonStub/
H A DMakefile146 test-archive:
149 …@git archive --format=tar $(shell git branch | awk '/^*/ { print $$2 }') | ( cd /tmp/gnu-efi-$(VER…
159 archive: tag target
162 @git archive --format=tar $(VERSION) | ( cd /tmp/gnu-efi-$(VERSION)-tmp/ ; tar x )
H A DChangeLog122 Add README.git file. Instructions on how to archive.
132 that as its own commit, and do: "make test-archive". That'll make a
137 you do "make archive", which will tag a release in git and generate a
138 final tarball from it. You then push to the archive, being sure to
143 And upload the archive wherever it's supposed to go.