1
0
mirror of https://github.com/moparisthebest/pacman synced 2024-08-13 17:03:46 -04:00
pacman/scripts
Andrew Fyfe 678983d262 scripts/*.sh.in: Clean up and fix a few bugs
repo-add, repo-remove:
		'bsdtar -c * | ...' doesn't work (you need '-f -'). Code clean up
		eliminated this bug.

		Removed the multiple checksum support, pacman now only supports MD5, so
		there's no need for the database to contain multiple checksums.

		Quote all variables containing file/dir names to prevent paths
		containing spaces from causing problems.

		Add msg, warning and error functions.

		General code clean up.

	pacman-optimize:
		Use a sub-directory in /tmp for working files to make it easier to clean
		up at the end.

		Add quotes round $@ in die and die_r, otherwise printf can't display the
		message correctly.

	makepkg:
		Disable colour output if stderr is not a tty.

Signed-off-by: Andrew Fyfe <andrew@neptune-one.net>
2007-09-06 19:28:57 -05:00
..
.gitignore Get --help and --version options working on all scripts 2007-05-29 16:53:15 -04:00
abs.sh.in Make paragraph text in scripts single strings 2007-07-06 19:35:32 -04:00
gensync.sh.in Make paragraph text in scripts single strings 2007-07-06 19:35:32 -04:00
Makefile.am Move scripts from *.in to *.sh.in so gettext can determine type 2007-07-06 18:43:24 -04:00
makepkg.sh.in scripts/*.sh.in: Clean up and fix a few bugs 2007-09-06 19:28:57 -05:00
makeworld.sh.in Make paragraph text in scripts single strings 2007-07-06 19:35:32 -04:00
pacman-optimize.sh.in scripts/*.sh.in: Clean up and fix a few bugs 2007-09-06 19:28:57 -05:00
rankmirrors.py.in Make paragraph text in scripts single strings 2007-07-06 19:35:32 -04:00
repo-add.sh.in scripts/*.sh.in: Clean up and fix a few bugs 2007-09-06 19:28:57 -05:00
repo-remove.sh.in scripts/*.sh.in: Clean up and fix a few bugs 2007-09-06 19:28:57 -05:00
updatesync.sh.in Make paragraph text in scripts single strings 2007-07-06 19:35:32 -04:00