Package: config-manager
Version: 0.2-1
Severity: normal

Given the following tla style config:

--8<---
$ cat configs/head
./pysysinfo                     [EMAIL PROTECTED]/pysysinfo--main
./pysysinfo/debian              [EMAIL PROTECTED]/debian--pysysinfo
./pysysinfo/tla-devtools        [EMAIL PROTECTED]/tla-devtools--main
--8<---

"cm build configs/head" works fine, however update does not:

--8<---
$ cm update configs/head
Updating arch://[EMAIL PROTECTED]/pysysinfo--main in ./pysysinfo
update: illegal version name ([EMAIL PROTECTED]/pysysinfo--main)
Fatal error: 'Error returned by tla command'
--8<---

Adding version numbers like this makes "cm update test" work:

--8<---
$ sed 's/$/--0/' configs/head >test
$ cat test
./pysysinfo                     [EMAIL PROTECTED]/pysysinfo--main--0
./pysysinfo/debian              [EMAIL PROTECTED]/debian--pysysinfo--0
./pysysinfo/tla-devtools        [EMAIL PROTECTED]/tla-devtools--main--0
--8<---

It however should be compatible to tla.

elmar

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: powerpc (ppc)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.14-usbsleep
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)

Versions of packages config-manager depends on:
ii  bzr                           0.6-2      bazaar-ng, the next-generation dis
ii  libc6                         2.3.5-8    GNU C Library: Shared libraries an
ii  libgcc1                       1:4.0.2-5  GCC support library
ii  libstdc++6                    4.0.2-5    The GNU Standard C++ Library v3
ii  python2.4                     2.4.2-2    An interactive high-level object-o

config-manager recommends no packages.

-- no debconf information


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to