Ticket #27 (closed defect: fixed)

Opened 3 years ago

Last modified 3 years ago

can't switch from DO_PACKAGES="no" to DO_PACKAGES="yes"

Reported by: nicolas@limare.net Assigned to: intrigeri
Priority: normal Milestone: 1.0
Component: metche Version: dev
Severity: normal Keywords:
Cc:

Description

I installed the metche 1.0-1 debian package on my Debian GNU/Linux box. A few days later, I wanted to add the package versions support, by installing apt-show-versions and updating metche.conf with DO_PACKAGES="yes". The result is metche failing on the packages part of the job, with this log:

++ mktemp -q
+ tmp_packages=/tmp/tmp.pthVJG
+ apt-show-versions -i
+ apt-show-versions
+ sort
+ diff -wEbB /var/lib/metche/testing-latest.packages /tmp/tmp.pthVJG
+ grep -v '^[0-9-]'
diff: /var/lib/metche/testing-latest.packages: No such file or directory

Seems that metche can't handle packages if DO_PACKAGES is not configured "yes" from the beginning.

Change History

03/23/06 15:50:22 changed by nico

cp /var/lib/metche/unstable-XXXXXXXXXXXX.packages /var/lib/metche/testing-XXXXXXXXXXXX.packages
ln -s /var/lib/metche/testing-XXXXXXXXXXXX.packages /var/lib/metche/testing-latest.packages

solves the issue.

04/07/06 14:32:59 changed by intrigeri

  • owner changed from lunar to intrigeri.

04/07/06 14:37:27 changed by intrigeri

  • status changed from new to closed.
  • resolution set to fixed.

Fixed in Changeset [132].