Make sure the TAR import system handles TAR paths with local directory references

This commit is contained in:
Joseph Schorr 2014-04-01 13:00:26 -04:00
parent 35f69b9f5b
commit 4f1ae25128
4 changed files with 27 additions and 3 deletions

View file

@ -355,6 +355,12 @@ def populate_database():
build2.uuid = 'deadpork-dead-pork-dead-porkdeadpork'
build2.save()
build3 = model.create_repository_build(building, token, job_config,
'f49d07f9-93da-474d-ad5f-c852107c3892',
'build-name', trigger)
build3.uuid = 'deadduck-dead-duck-dead-duckdeadduck'
build3.save()
org = model.create_organization('buynlarge', 'quay@devtable.com',
new_user_1)
org.stripe_id = TEST_STRIPE_ID