Skip to content
This repository has been archived by the owner on Mar 2, 2022. It is now read-only.

Commit

Permalink
Update test git repositories
Browse files Browse the repository at this point in the history
  • Loading branch information
jlarfors committed May 27, 2021
1 parent 6babc85 commit 24b7faf
Show file tree
Hide file tree
Showing 27 changed files with 48 additions and 4 deletions.
Empty file.
1 change: 1 addition & 0 deletions integration/testdata/release/git/repo-with-commit.git/HEAD
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
ref: refs/heads/master
9 changes: 9 additions & 0 deletions integration/testdata/release/git/repo-with-commit.git/config
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
[core]
repositoryformatversion = 0
filemode = true
bare = false
logallrefupdates = true
ignorecase = true
[remote "origin"]
url = https://testremote
fetch = +refs/heads/*:refs/remotes/origin/*
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Unnamed repository; edit this file 'description' to name the repository.
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# git ls-files --others --exclude-from=.git/info/exclude
# Lines that start with '#' are comments.
# For a project mostly in C, the following would be a good set of
# exclude patterns (uncomment them if you want to use them):
# *.[oa]
# *~
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
x��K
�0@]��d&�&�n/1I'i��� ���潗꺖̡7ȣ�����őP��aka
���cR��Gmp�T#ܹ���p~.;Mi%�� Р�y����J�g��lu}�^x�=���k;�
Expand Down
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
caaa2b3048482c0af2e13fab54b4760496e3b76c
1 change: 1 addition & 0 deletions integration/testdata/release/git/repo-with-tag.git/HEAD
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
ref: refs/heads/master
9 changes: 9 additions & 0 deletions integration/testdata/release/git/repo-with-tag.git/config
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
[core]
repositoryformatversion = 0
filemode = true
bare = false
logallrefupdates = true
ignorecase = true
[remote "origin"]
url = https://testremote
fetch = +refs/heads/*:refs/remotes/origin/*
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Unnamed repository; edit this file 'description' to name the repository.
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# git ls-files --others --exclude-from=.git/info/exclude
# Lines that start with '#' are comments.
# For a project mostly in C, the following would be a good set of
# exclude patterns (uncomment them if you want to use them):
# *.[oa]
# *~
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
0000000000000000000000000000000000000000 caaa2b3048482c0af2e13fab54b4760496e3b76c Jacob Larfors <jlarfors@verifa.io> 1621574047 +0300 commit (initial): Initial commit
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
0000000000000000000000000000000000000000 caaa2b3048482c0af2e13fab54b4760496e3b76c Jacob Larfors <jlarfors@verifa.io> 1621574047 +0300 commit (initial): Initial commit
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
x��K
�0@]��d&�&�n/1I'i��� ���潗꺖̡7ȣ�����őP��aka
���cR��Gmp�T#ܹ���p~.;Mi%�� Р�y����J�g��lu}�^x�=���k;�
Expand Down
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
caaa2b3048482c0af2e13fab54b4760496e3b76c
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
6c59e7e14a09e0aa91f3f905145beb24b605992f
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
5a320735dfd181cc91f5881f3495402e0387a464
2 changes: 1 addition & 1 deletion integration/testdata/release/release-git-commit.bubbly
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
release {
project = "bubbly"
git {
repo = "./repo-with-commit"
repo = "./git/repo-with-commit.git"
}

stage "Artifact" {
Expand Down
2 changes: 1 addition & 1 deletion integration/testdata/release/release-git-tag.bubbly
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
release {
project = "bubbly"
git {
repo = "./repo-with-tag"
repo = "./git/repo-with-tag.git"
}

stage "Artifact" {
Expand Down
1 change: 0 additions & 1 deletion integration/testdata/release/repo-with-commit
Submodule repo-with-commit deleted from caaa2b
1 change: 0 additions & 1 deletion integration/testdata/release/repo-with-tag
Submodule repo-with-tag deleted from caaa2b

0 comments on commit 24b7faf

Please sign in to comment.