Re: [arch-general] [arch-dev-public] pacman-4.1
On Thu, Apr 4, 2013 at 11:25 PM, Allan McRae <allan@archlinux.org> wrote:
On 05/04/13 07:42, Sébastien Luttringer wrote:
On Mon, Apr 1, 2013 at 8:39 AM, Allan McRae <allan@archlinux.org> wrote:
Hi,
Pacman-4.1.0 is released and in the [testing] repos. See my blog [1] for details of what is new in this release.
With this commit[1], can we assume that install script should now be written in bash?
What did you think it was written in previously? We have always used bashisms.
Allan
I saw in the makepkg.conf that there are new COMPRESS vars. Any of these support parallel compression (thread level) like 7zip? And if yes, how can I enable them? Thanks -- Caution: breathing may be hazardous to your health. #include <stdio.h> int main(){printf("%s","\x4c\x65\x6f\x6e\x69\x64\x61\x73");}
Leonidas Spyropoulos <artafinde@gmail.com> on Fri, 2013/04/05 08:23:
On Thu, Apr 4, 2013 at 11:25 PM, Allan McRae <allan@archlinux.org> wrote:
On 05/04/13 07:42, Sébastien Luttringer wrote:
On Mon, Apr 1, 2013 at 8:39 AM, Allan McRae <allan@archlinux.org> wrote:
Hi,
Pacman-4.1.0 is released and in the [testing] repos. See my blog [1] for details of what is new in this release.
With this commit[1], can we assume that install script should now be written in bash?
What did you think it was written in previously? We have always used bashisms.
Allan
I saw in the makepkg.conf that there are new COMPRESS vars. Any of these support parallel compression (thread level) like 7zip? And if yes, how can I enable them?
Yes, sure. ;) I have: COMPRESSGZ=(pigz -c -f -n) COMPRESSBZ2=(pbzip2 -c -f) COMPRESSXZ=(xz -T0 -c -z) This requires these to be installed: pigz 2.3-1 pbzip2 1.1.8-1 xz-git 5.1.2alpha.22.g5ea900c-1 xz-git is from AUR and supports parallel compression. -- main(a){char*c=/* Schoene Gruesse */"B?IJj;MEH" "CX:;",b;for(a/* Chris get my mail address: */=0;b=c[a++];) putchar(b-1/(/* gcc -o sig sig.c && ./sig */b/42*2-3)*42);}
participants (2)
-
Christian Hesse
-
Leonidas Spyropoulos