I started setting up a deb repository today for some of our applications. Given that they are interpreted scripts, I went with "all" architecture (from conf/distributions):
Codename: lucid
Architectures: all
But reprepro will print a warning when I try to add a .deb to the repository:
WARNING: Distribution lucid contains an architecture called 'all'.
Now I wonder why it warns about that? What's the problem?
--verboseswitch you could use? – Eduardo Ivanec Jun 10 '11 at 14:28