Summary: | gear-update-tag does not support "compress" directive syntax | ||
---|---|---|---|
Product: | Sisyphus | Reporter: | led |
Component: | gear | Assignee: | Dmitry V. Levin <ldv> |
Status: | CLOSED FIXED | QA Contact: | qa-sisyphus |
Severity: | normal | ||
Priority: | P2 | CC: | evg, glebfm, ildar, ldv, legion, placeholder |
Version: | unstable | ||
Hardware: | all | ||
OS: | Linux |
Description
led
2008-10-19 19:54:42 MSD
(In reply to comment #0) > $ gear-update-tag -v -a -c > gear-update-tag: .gear/rules line 1: Unrecognized directive "compress" ignored Ага, когда добавляли "compress", недопатчили. > $ cat .gear/rules > compress: type=bzip2 name=otp_minimal_src_R11B-5.tar.bz2 -- *.tar Зачем так сложно? Гораздо проще было бы написать bzip2: *.tar (In reply to comment #1) > > $ cat .gear/rules > > compress: type=bzip2 name=otp_minimal_src_R11B-5.tar.bz2 -- *.tar > > Зачем так сложно? Гораздо проще было бы написать > bzip2: *.tar Хороший вопрос... Наверное, просто ступил. Но тогда бы я этот баг не обнаружил:) gear-1.5.1-alt1-2-g67d0b16 1.5.2-alt1 ... а ещё он не понимает suffix=: $ gear-update-tag -ac gear-update-tag: .gear/rules line 1: Unrecognized option "suffix=.xpi" ignored $ cat .gear/rules zip: upstream:. name=addon-14049-latest suffix=.xpi base= переоткроем? |