mirror of
https://github.com/release-engineering/dist-git.git
synced 2025-02-23 15:02:54 +00:00
test commit 2
This commit is contained in:
parent
d597b3fea3
commit
31bf40b310
8 changed files with 9 additions and 4 deletions
|
@ -1,5 +1,5 @@
|
|||
[distgit]
|
||||
lookaside = http://pkgs.example.org/repo/pkgs/%(pkg)s/%(filename)s/%(hashtype)s/%(hash)s/%(filename)s
|
||||
lookaside_cgi = https://pkgs.example.org/repo/pkgs/upload.cgi
|
||||
gitbaseurl = ssh://clime@pkgs.example.org/%(module)s
|
||||
gitbaseurl = ssh://clime@pkgs.example.org/var/lib/dist-git/git/%(module)s
|
||||
anongiturl = git://pkgs.example.org/%(module)s
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
lookaside = http://pkgs.example.org/repo/pkgs
|
||||
lookasidehash = sha512
|
||||
lookaside_cgi = https://pkgs.example.org/repo/pkgs/upload.cgi
|
||||
gitbaseurl = ssh://clime@pkgs.example.org/%(module)s
|
||||
gitbaseurl = ssh://clime@pkgs.example.org/var/lib/dist-git/git/%(module)s
|
||||
anongiturl = git://pkgs.example.org/%(module)s
|
||||
tracbaseurl = https://clime:%(password)s@fedorahosted.org/rel-eng/login/xmlrpc
|
||||
branchre = f\d$|f\d\d$|el\d$|olpc\d$|master$
|
||||
|
|
1
beaker-tests/tests/basic-test/manifest.js.prev
Normal file
1
beaker-tests/tests/basic-test/manifest.js.prev
Normal file
|
@ -0,0 +1 @@
|
|||
{"/prunerepo.git": {"owner": null, "fingerprint": "0b75e76a72fd50ae37aa3fd706f6d28fa9c4a4d6", "description": "prunerepo", "reference": null, "modified": 1517593891}}
|
1
beaker-tests/tests/basic-test/prunerepo
Submodule
1
beaker-tests/tests/basic-test/prunerepo
Submodule
|
@ -0,0 +1 @@
|
|||
Subproject commit b546f41b8974b2736c461ede35fb5e88fdc5fd38
|
1
beaker-tests/tests/basic-test/prunerepo-copy
Submodule
1
beaker-tests/tests/basic-test/prunerepo-copy
Submodule
|
@ -0,0 +1 @@
|
|||
Subproject commit a265563d8e26994c819234fdf646bf852eebdd22
|
1
beaker-tests/tests/basic-test/prunerepo-copy2
Submodule
1
beaker-tests/tests/basic-test/prunerepo-copy2
Submodule
|
@ -0,0 +1 @@
|
|||
Subproject commit a265563d8e26994c819234fdf646bf852eebdd22
|
|
@ -81,7 +81,7 @@ rlJournalStart
|
|||
|
||||
rlPhaseStartCleanup BasicTest
|
||||
rm -rf $TESTPATH/prunerepo $TESTPATH/prunerepo-copy* $TESTPATH/prunerepo2 $TESTPATH/prunerepo-1.1.tar.gz $TESTPATH/manifest*
|
||||
pkgs_cmd 'rm -rf /var/lib/dist-git/git/prunerepo.git'
|
||||
pkgs_cmd 'sudo rm -rf /var/lib/dist-git/cache/lookaside/pkgs/prunerepo'
|
||||
#pkgs_cmd 'rm -rf /var/lib/dist-git/git/prunerepo.git'
|
||||
#pkgs_cmd 'sudo rm -rf /var/lib/dist-git/cache/lookaside/pkgs/prunerepo'
|
||||
rlPhaseEnd
|
||||
rlJournalEnd &> /dev/null
|
||||
|
|
1
beaker-tests/tests/basic-test/sources
Normal file
1
beaker-tests/tests/basic-test/sources
Normal file
|
@ -0,0 +1 @@
|
|||
manifest test
|
Loading…
Add table
Reference in a new issue