mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-24 11:46:30 +00:00
testing/tests/download: test git special ref
Add a special ref to the static repo and check on the git refs test case the download of a git package: - with the sha1 of a special ref as version; Signed-off-by: Ricardo Martincoski <ricardo.martincoski@datacom.ind.br> Cc: Arnout Vandecappelle <arnout@mind.be> [Arnout: change to use the sha1 of a special ref instead of the name] Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
This commit is contained in:
parent
636fb8eba2
commit
81771cfcdc
@ -0,0 +1,2 @@
|
||||
sha256 e78abd24049c6acac81a02fb8fa6dfa60db74a19772d41e28ad9d6b9b77c8054 git-special-ref-b72ff6078f62522a87f5cae5e9f34dedf5ec3885.tar.gz
|
||||
sha256 b252b594be4679764e2e06cfea77a3e50638dd445af9b472b0f298c43b134518 file
|
@ -0,0 +1,11 @@
|
||||
################################################################################
|
||||
#
|
||||
# git-special-ref
|
||||
#
|
||||
################################################################################
|
||||
|
||||
GIT_SPECIAL_REF_VERSION = b72ff6078f62522a87f5cae5e9f34dedf5ec3885
|
||||
GIT_SPECIAL_REF_SITE = git://localhost:$(GITREMOTE_PORT_NUMBER)/repo.git
|
||||
GIT_SPECIAL_REF_LICENSE_FILES = file
|
||||
|
||||
$(eval $(generic-package))
|
Binary file not shown.
Binary file not shown.
@ -0,0 +1,3 @@
|
||||
xÎAN!@Qל‚ô¤
|
||||
h Œ1^À<>ž€¦Š‘ÌÐL\x{;qáÞ¸}‹ŸŸ{kujkèa<11>!; •ùÈ<@)Dh„|av·- NÝÒ<C39D>}êdlÜ<6C>KæhVv<56>£u©Ø¼cÝ‹‘ X¥Ïùч~«9
îú5<C3BA>Y÷Üï—ªŸÆžÚ/¾œ[ª×SîíYã
|
||||
<EFBFBD><‚z =¦§üSNÝo’kº)J½×ó.¼ôR–íëñ/¿êâm¾
|
@ -0,0 +1 @@
|
||||
b72ff6078f62522a87f5cae5e9f34dedf5ec3885
|
@ -76,6 +76,7 @@ class TestGitRefs(GitTestBase):
|
||||
self.check_download("git-sha1-reachable-by-tag")
|
||||
self.check_download("git-sha1-tag-itself")
|
||||
self.check_download("git-sha1-tag-points-to")
|
||||
self.check_download("git-special-ref")
|
||||
self.check_download("git-submodule-disabled")
|
||||
self.check_download("git-submodule-enabled")
|
||||
self.check_download("git-tag")
|
||||
|
Loading…
x
Reference in New Issue
Block a user