|
|
@ -66,7 +66,7 @@ class LaunchpadCheck:
|
|
|
|
raise ValueError("Source package no longer exists")
|
|
|
|
raise ValueError("Source package no longer exists")
|
|
|
|
if status == "Published":
|
|
|
|
if status == "Published":
|
|
|
|
print("Source published.")
|
|
|
|
print("Source published.")
|
|
|
|
return lp, ppa
|
|
|
|
return lp, ppa_source
|
|
|
|
elif status == "Pending":
|
|
|
|
elif status == "Pending":
|
|
|
|
# 60 seconds × 5 minutes = 300 seconds
|
|
|
|
# 60 seconds × 5 minutes = 300 seconds
|
|
|
|
sleep(300)
|
|
|
|
sleep(300)
|
|
|
|