← Back to team overview

orchestra team mailing list archive

[Bug 921597] Re: Systems Architecture when importing apt repos does not match $(ARCH) in sources.list

 

** Changed in: orchestra
       Status: New => Confirmed

** Changed in: orchestra
   Importance: Undecided => Low

-- 
You received this bug notification because you are a member of
orchestra, which is the registrant for Orchestra.
https://bugs.launchpad.net/bugs/921597

Title:
  Systems Architecture when importing apt repos does not match $(ARCH)
  in sources.list

Status in Ubuntu Orchestra:
  Confirmed

Bug description:
  When the "orchestra-import-isos" command is executed, the apt repos
  are setup as /var/www/cobbler/repo_mirror/<version>-<architecture>

  This would be fine, except that for 64-bit repos it creates x86_64 as
  the architecture suffix and $(ARCH) in /etc/apt/sources.list resolves
  to amd64

  This means that you cannot use the following line in
  /etc/apt/sources.list (or any other package list file) to automate the
  deployment of packages:

  deb http://cobbler/cblr/repo_mirror/oneiric-$(ARCH)/ oneiric main
  restricted multiverse universe

  This resolves to "oneiric-amd64" yet on disk the repo is oneiric-
  x86_64

  This is a fresh install of Ubuntu 11.10 server with orchestra-
  provisioning-server installed on it.

To manage notifications about this bug go to:
https://bugs.launchpad.net/orchestra/+bug/921597/+subscriptions


References