Hi,
I'd like to propose to rename abuild.sh to abuild. It's usually not a good idea to have language-specific extentions such as .sh, .py, .rb or whatever. If you change the implementation language lots of things might break, so I think it's better to remove any such extentions in the first place:
svn mv abuild.sh abuild
A grep in the source tree shows that nothing else uses it directly at the moment.
Cheers, Uwe.
* Uwe Hermann uwe@hermann-uwe.de [060924 02:21]:
I'd like to propose to rename abuild.sh to abuild. It's usually not a good idea to have language-specific extentions such as .sh, .py, .rb or whatever. If you change the implementation language lots of things might break, so I think it's better to remove any such extentions in the first place:
svn mv abuild.sh abuild
A grep in the source tree shows that nothing else uses it directly at the moment.
The services at snapshots.linuxbios.org are using this heavily.
But I agree dropping the .sh makes sense. I'll make a switch asap
* Stefan Reinauer stepan@coresystems.de [060925 01:05]:
The services at snapshots.linuxbios.org are using this heavily.
But I agree dropping the .sh makes sense. I'll make a switch asap
committed.