Skip to content

Commit

Permalink
fixup! DROP_ME
Browse files Browse the repository at this point in the history
  • Loading branch information
quba42 committed Sep 4, 2023
1 parent a797372 commit b10ef61
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
1 change: 0 additions & 1 deletion docs/_scripts/setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
set -e

export PULP_URL=${PULP_URL:-http://localhost:24817}
export PULP_CONTENT_BASE_URL=${PULP_CONTENT_ADDR:-http://localhost:24816/pulp/content}

# Poll a Pulp task until it is finished.
wait_until_task_finished() {
Expand Down
4 changes: 1 addition & 3 deletions docs/_scripts/structured_repo.sh
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,4 @@ TASK_HREF=$(http ${PULP_URL}/pulp/api/v3/publications/deb/apt/ repository=${REPO
wait_until_task_finished ${PULP_URL}${TASK_HREF}

# check that our repo has one of the package index folders we would expect
http --check-status ${PULP_CONTENT_BASE_URL}/${NAME}/
http --check-status ${PULP_CONTENT_BASE_URL}/${NAME}/dists/${DIST}/${COMP}/
http --check-status ${PULP_CONTENT_BASE_URL}/${NAME}/dists/${DIST}/${COMP}/binary-ppc64/Packages
http --check-status ${PULP_URL}/pulp/content/${NAME}/dists/${DIST}/${COMP}/binary-ppc64/Packages

0 comments on commit b10ef61

Please sign in to comment.