Dan McGee
bdac910589
* Implemented Douglas' suggestion from the ML- print all integrity checks
...
together while using makepkg -g.
2007-02-28 05:08:25 +00:00
Dan McGee
01bb564e70
* TODO updates.
...
* Makefile.am updates for Aaron's move of re-pacman to contrib.
2007-02-26 15:10:53 +00:00
Aaron Griffin
f9a40e5d6f
* Added a small note to HACKING
...
* Moved re-pacman to contrib/ as it's probably not as useful as the other stuff
in scripts/
2007-02-26 09:19:33 +00:00
Aaron Griffin
4dd6c92228
* pacman hidden arguments: removed -Y and -D. -T is the only hidden arg now, to
...
be used in place of -Y. Also, -D was rather silly, as it does mostly what -S
does.
* Cleaned up pacman_deptest - removed the goofy faketarget stuff (NEEDS testing
still)
* libalpm function renames
2007-02-26 08:43:02 +00:00
Aaron Griffin
8626e5dd47
else if --> elif (thanks to yankees26 for finding this)
2007-02-24 02:11:52 +00:00
Aaron Griffin
0aae368a79
Syntax error
2007-02-24 01:45:36 +00:00
Dan McGee
c94bfbaba3
Implementing feature request: < http://bugs.archlinux.org/task/4706 >
...
* Added these three possible options (or !options, more likely), to the
PKGBUILD possibilities:
- ccache
- distcc
- makeflags
* Removed the --noccache and -j flags from makepkg as their functionality is
better used by adding the above options to a PKGBUILD- keep the functionality
where it is needed.
Testing would be appreciated, I didn't do much of that yet.
2007-02-23 19:51:24 +00:00
Aaron Griffin
89046c32a3
* Prepend all lists with _ for consistency
...
* Fixed IFS. It seems there's no easy way to get a newline IFS without setting
it like so:
IFS="
" #ewww gross
2007-02-23 01:29:14 +00:00
Dan McGee
332c127109
Big commit here, I'll try to cover all the bases.
...
* Updated all of the language files, as the POT file was updated. NOTE FOR
TRANSLATORS, try to base your next contribution off of these, notice how
some msgids and messages have been wrapped to the next line- it makes it
easier to read anyway.
* More Makefile.am/configure.ac updates. 'make dist' and 'make distclean' now
work properly, with only one caveat- the automatic testing in distclean
doesn't do so hot as it is compiled with a default configure, which includes
the fakeroot-proof code (which does not cooperate with pactest).
* Added a Makefile.am for the pactest directory.
2007-02-22 21:34:51 +00:00
Dan McGee
3cda6f4f6b
* Rewrote pactest with an OptionParser so we can have helpful help text, and
...
bumped the version to 0.4. Still a work in progress.
* Changed some linewraps in rankmirrors to keep everything under 80 chars.
2007-02-22 08:06:54 +00:00
Dan McGee
3595201f5f
* A lot of Makefile.am updates to try to get 'make dist' and 'make distcheck'
...
to work as expected.
2007-02-22 04:36:02 +00:00
Aaron Griffin
7e9fdfd44e
While trying to change the number of missing deps output by makepkg, I noticed
...
some needless complication in a few of these functions (checkdeps required
stderr output due to the way it was called/used) so that's all cleaned up now.
Also, makepkg no longer outputs a single dep when they are missing, it lists all
at once, including makedeps
2007-02-14 05:52:49 +00:00
Jürgen Hötzel
ac965ed401
* unset LC_ALL, LANG after sourcing /etc/profile.d/*
2007-02-13 20:47:34 +00:00
Aaron Griffin
2977764aa5
* Added long options (missing in patch)
...
* converted "sudosync" to "usesudo" to match makepkg
* Removed nostrip, as it was removed from makepkg as well
2007-02-12 09:37:02 +00:00
Aaron Griffin
e6efbc109f
Added changes from Daniel YC Lin via bug #3266
...
- support for the 'BCemno' makepkg options
2007-02-12 09:28:36 +00:00
Aaron Griffin
f319dc080d
Rewrote updatesync in terms of repo-add and repo-remove
2007-02-12 06:07:11 +00:00
Aaron Griffin
8a716abfb0
better error message
2007-02-12 05:49:45 +00:00
Aaron Griffin
17f2f438f7
Updated gensync to use repo-add
2007-02-12 05:38:03 +00:00
Dan McGee
67294287e3
* Unified description of arch variable. Recommend using single quotes in
...
the array, e.g. arch=('i686').
* Updated my TODO.
* Changed the email address in rankmirrors script.
2007-02-12 01:08:35 +00:00
Dan McGee
b6d991cf7b
* Implemented FS #5641 as suggested in Aaron's comment- '-S' option now means
...
'--usesudo', and all install/dep/remove operations now honor it.
* Fixed my stupid typo. depricated -> deprecated :)
2007-02-11 21:47:37 +00:00
Dan McGee
e9b00c4679
Forgot to update the Makefile with the new script, adding it.
2007-02-11 21:03:00 +00:00
Dan McGee
3a6da9dad7
Adding repo-remove script, allows for a package to be removed from a repo.
...
More or less a reverse 'repo-add'.
2007-02-11 20:40:19 +00:00
Aaron Griffin
0ae434d9e1
* Fix #2982 - use -Rs to remove deps
...
* "pacman3" seems to have snuck in there somehow, fixed that
2007-02-09 19:16:15 +00:00
Dan McGee
a7df172bee
* Nice overhaul of manpages. It is at least a start.
...
* Alphabetized options in pacman usage.
2007-02-08 05:24:17 +00:00
Dan McGee
4de804d157
* Makepkg updates, and small bugfix on man page compression.
...
* Change libtool default to makepkg2 behavior.
* Other small changes.
2007-02-06 22:36:13 +00:00
Dan McGee
b03a2388a3
I should test code before I check it in. Also a fix for the annoying wget output in PKGBUILD bug.
2007-02-06 21:20:20 +00:00
Dan McGee
26e7d16d0e
* Added some backwards compatability stuff to makepkg, along with helpful
...
warnings so people aren't caught off guard in the future.
* Added a temp fix for a bug in file 4.19 where bziped tarballs were
returning type "application/empty".
2007-02-06 06:54:13 +00:00
Dan McGee
b1cc72ebb3
* Updated makepkg to use a new form of options. These two arrays now replace
...
most of the former options in makepkg.conf, and are described in detail
there:
BUILDENV=(fakeroot !distcc color !ccache)
OPTIONS=(strip !docs !libtool emptydirs)
Note that PKGBUILD specified options will always have final say. They will
now be specified as they are above, except using lowercase 'options' array.
* makepkg was fixed so options actually work as expected.
2007-02-04 18:28:21 +00:00
Dan McGee
b6483b3cb4
Fix problem with PKGDEST variable not being used correctly.
2007-02-03 05:21:55 +00:00
Aaron Griffin
16e01cfe73
It appears I misunderstood what this bash-ism did
2007-02-01 02:34:03 +00:00
Dan McGee
fafeb32c9d
This removes the warning about skipping dependency checking when the user is
...
either generating the md5sums, repackaging, or just downloading and extracting.
The patch is below.
~ Jamie / yankees26
Signed-off-by: James Rosten <seinfeld90@gmail.com>
2007-02-01 02:12:49 +00:00
Aaron Griffin
4b977d1f2e
install scriptlet is _always_ .INSTALL
2007-02-01 02:02:45 +00:00
Aaron Griffin
010f35f299
Move filelist creation ABOVE the other metafiles to keep them out of the list
2007-02-01 01:59:26 +00:00
Dan McGee
55f406fd67
removal of unnecessary '\' in integrity check generation
2007-02-01 01:18:22 +00:00
Dan McGee
2ea88b9ff6
* Updated repo-add script to remove same package, different version when
...
adding a package to a database. Also added commenting. :)
2007-01-31 00:38:13 +00:00
Aaron Griffin
481524cb69
This is a silly script now that a fancy aurbuild is out in the wild (on the AUR,
...
surprisingly enough, heh)
2007-01-30 06:31:18 +00:00
Dan McGee
0bc06918e4
* Remove -fno-strict-aliasing as it is now unnecessary to compile.
...
* Fix up add.c a bit better than it was in regards to FS #3492 .
* Optimized the sqrt call in dependency cycle checking to a single call.
* Removal of an outdated comment.
2007-01-30 05:41:13 +00:00
Aaron Griffin
e22336673a
Dan McGee <dpmcgee@gmail.com>
...
* Lots of code cleanup, and type fixes
* Make 'makeworld' a bit more in-line with the other stuff
* Make -Si and -Qi operations appear the same
2007-01-26 02:13:16 +00:00
Aaron Griffin
1def746ad5
James Rosten <seinfeld90 at gmail.com>
...
* Use PKGDEST and SRCDEST from the environment (if defined) when calling makepkg
2007-01-26 01:26:08 +00:00
Aaron Griffin
0e0738617b
James Rosten <seinfeld90@gmail.com>
...
* noextract PKGBUILD option to NOT extract source files
- implemented with existing in_array function
2007-01-23 16:02:37 +00:00
Aaron Griffin
2a8b835dda
Lowercase "changelog" in output message
2007-01-22 19:26:23 +00:00
Aaron Griffin
10b8585c21
Rename Changelog -> ChangeLog (the standard way of casing a ChangeLog)
2007-01-22 17:53:56 +00:00
Aaron Griffin
0635e03869
Changelog support for makepkg - this has been in pacman itself for some time,
...
but I don't know why I never crammed the changes for makepkg in.
* Adds a "Changelog" file next to a PKGBUILD as part of the package
(viewed with pacman -Qc)
2007-01-22 09:57:20 +00:00
Aaron Griffin
7ed7977e63
makepkg file-type detection changes from James Rosten <seinfeld90@gmail.com>
...
and Johannes Weiner <hannes@saeurebad.de>
This should fix FS#6246
2007-01-22 08:45:12 +00:00
Aaron Griffin
aea6626fde
Dan McGee <dpmcgee@gmail.com>
...
* 'unset' fixes
* typo in "dependecy"
* indent fixes
2007-01-17 05:29:54 +00:00
Aaron Griffin
31e0561865
Roman Kyrylych <Roman.Kyrylych@gmail.com>
...
* dependency removal fixes and refactoring
2007-01-17 04:54:55 +00:00
Aaron Griffin
2e352141d7
James Rosten <seinfeld90@gmail.com>
...
* rankmirrors addition of single url testing
2007-01-17 03:48:02 +00:00
Aaron Griffin
c7139c4b78
* James Rosten <seinfeld90@gmail.com>
...
Cleanup and fixes from last patch
Fix some tar error conditions
* Dan McGee <dpmcgee@gmail.com>
USECOLOR from rc.conf
2007-01-11 17:22:21 +00:00
Aaron Griffin
64e2eba268
* James Rosten <seinfeld90@gmail.com>
...
FS#5009 fixes - use tar on the pacman DB so as to handle cases where the
base directory cannot be 'mv'ed and other such edge cases.
2007-01-03 05:45:18 +00:00
Aaron Griffin
776a45ce7c
* James Rosten <seinfeld90@gmail.com>
...
Makepkg dep removal on failure FS#5923
2007-01-02 16:34:50 +00:00