From e2c160e35365bed62126b4ae960ab5e08e244be9 Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Fri, 28 Sep 2012 20:14:47 +0200 Subject: [PATCH] =?utf8?q?also=20import=20packages=20from=20=C3=BCber-repo?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- debian_repos2db.sh | 18 +++++++++++------- 1 file changed, 11 insertions(+), 7 deletions(-) diff --git a/debian_repos2db.sh b/debian_repos2db.sh index 0604c17..401bec7 100755 --- a/debian_repos2db.sh +++ b/debian_repos2db.sh @@ -1,18 +1,22 @@ #!/bin/bash -REPO_SUITES[0]="production-approved-updates production-proposed-updates production pre-staging" +REPO_SUITES[0]="squeeze profitbricks-backports profitbricks-backports-proposed-updates profitbricks-backports-pre-staging" REPO_SECTIONS[0]="main contrib non-free" -REPO_BASE_URL[0]="http://alexandria/profitbricks-repository/dists/SUITE/SECTION/binary-amd64/" +REPO_BASE_URL[0]="http://alexandria/debian-mirror/dists/SUITE/SECTION/binary-amd64/" -REPO_SUITES[1]="squeeze profitbricks-backports profitbricks-backports-proposed-updates profitbricks-backports-pre-staging" -REPO_SECTIONS[1]="main contrib non-free" -REPO_BASE_URL[1]="http://alexandria.profitbricks.localdomain/debian-mirror/dists/SUITE/SECTION/binary-amd64/" +REPO_SUITES[1]="production-approved-updates production-proposed-updates production pre-staging" +REPO_SECTION[1]="main contrib non-free" +REPO_BASE_URL[1]="http://alexandria/profitbricks-repository/dists/SUITE/SECTION/binary-amd64/" + +REPO_SUITES[2]="pool" +REPO_SECTION[2]="main non-free" +REPO_BASE_URL[2]="http://alexandria.profitbricks.localdomain/profitbricks-repository/SUITE/SECTION/" for RUN in 0 1 ; do if [ "$RUN" == 0 ] ; then - ORIGIN=profitbricks - else ORIGIN=debian + else + ORIGIN=profitbricks fi for SUITE in ${REPO_SUITES[$RUN]} ; do for SECTION in ${REPO_SECTIONS[$RUN]} ; do -- 2.39.5