Aaron Griffin
7f8ee3d1b1
Fixes from Dan McGee <dpmcgee@gmail.com> and myself
...
* quoting and $() changes
* remove a boatload of duplications (previous patching)
* added user-based config file ~/.abs.conf (for fun)
* fixed CONNMODE usage
2006-12-21 23:10:20 +00:00
Aaron Griffin
3e3f30a212
Jürgen Hötzel <juergen@hoetzel.info>
...
* fix in_array variables and usage
* correct the final compression - 'filelist' was unused
2006-12-21 20:50:24 +00:00
Aaron Griffin
f104023999
* Dan McGee <dpmcgee@gmail.com>
...
Formating / comment changes
Fix dep check conditional
2006-12-21 20:03:41 +00:00
Aaron Griffin
7dacc70b77
Errors with last merge (manual patching)
...
Misc fixes from Dan McGee <dpmcgee@gmail.com>
2006-12-21 19:11:22 +00:00
Aaron Griffin
77b4d0d013
*untested* potential fix for the NoUpgrade issues.
2006-12-21 18:04:49 +00:00
Aaron Griffin
2689fba656
Restored NoUpgrade options - see http://www.archlinux.org/pipermail/pacman-dev/2006-December/000838.html for details
2006-12-21 17:51:50 +00:00
Aaron Griffin
1c67053b7d
Added default SRCDST setting to pacman's source cache
2006-12-21 17:44:55 +00:00
Aaron Griffin
42a6acf739
* Dan McGee <dpmcgee@gmail.com>
...
DOC_DIRS variable for documentation removal
repackage option
structure cleanup
some option removal (--keepdocs, --nostrip)
output fixes (msg and msg2)
* Jürgen Hötzel <juergen@hoetzel.info>
user-specific makepkg.conf (~/.makepkg.conf)
2006-12-21 17:42:58 +00:00
Aaron Griffin
1bdf36f419
* Jürgen Hötzel <juergen@hoetzel.info>
...
Fixe java swig requirement for configure
2006-12-21 17:15:24 +00:00
Aaron Griffin
74e347f09b
* modeline fixes / reformatting
...
* formatting / indentation fixes
* makepkg:
Dan McGee <dpmcgee@gmail.com> - integrity check fix
Jürgen Hötzel <juergen@hoetzel.info> - EUID usage and "x$foo" check revamp
2006-12-21 01:53:40 +00:00
Aaron Griffin
b1fbcd3ab5
*** empty log message ***
2006-12-19 08:16:47 +00:00
Aaron Griffin
78a1a0ac10
More abs build fixes
2006-12-19 07:58:29 +00:00
Aaron Griffin
a551289265
* Added etc/abs dir to configure generated makefiles
2006-12-19 07:49:51 +00:00
Aaron Griffin
ef8fd03c33
Makefile adjustments for installation rules:
...
added all the newer scripts/
added pacman.d and abs sysconf subdirs
Minor makepkg revert for previous change to 'errexit' shell option
2006-12-19 07:39:44 +00:00
Aaron Griffin
ff23064fa2
FS #3289 fix from Dan McGee <dpmcgee@gmail.com>
2006-12-18 17:45:16 +00:00
Aaron Griffin
b308f06a3a
* Dan McGee's makepkg updates http://www.archlinux.org/pipermail/pacman-dev/2006-December/000792.html
...
* configure fixes (CFLAGS)
* no-strict-aliasing hacks until full C99 compliance
* --with-config-file configure option
2006-12-14 05:23:08 +00:00
Aaron Griffin
f45b3356f8
Copy/pasta errors from mail client. Fixed.
2006-12-08 22:39:53 +00:00
Aaron Griffin
0543325ba1
rankmirrors script from Dan McGee <dpmcgee@gmail.com>
...
Original Idea copyright (c) 2006 R.G. <chesercat>
Modified 2006 by Dan McGee <dpmcgee@gmail.com>
2006-12-08 22:07:34 +00:00
Aaron Griffin
954901801f
Merged some proposed changes from "Dan McGee" <dpmcgee@gmail.com>
...
* Removal of confusing sortmirrors comment
* Removal of NoUpgrade defaults (handled by packages)
* Move of unstable below community, to illustrate preference.
2006-12-08 20:06:13 +00:00
Aaron Griffin
716e9ef095
A few minor updates so --root works again.
2006-12-08 08:17:41 +00:00
Aaron Griffin
fc361cc111
Removed an extra call to alpm_option_set_root() - it is set by alpm_init()
2006-12-08 07:21:38 +00:00
Aaron Griffin
6ca24d5924
Changed upgrade message to use the term "installation" to make the meaning more
...
clear
2006-12-05 08:39:32 +00:00
Aaron Griffin
5a48e4f1b6
Check status of final tar/compress package creation for final status (FS#3382)
2006-12-05 07:43:42 +00:00
Aaron Griffin
f8b4b5257e
Corrected -Qg description
2006-12-05 07:38:34 +00:00
Aaron Griffin
6ec8dfc2f3
Added 'abs' and configs to CVS
...
* Added testing-usability to abs
2006-12-05 07:30:15 +00:00
Aaron Griffin
aad3f6ab1f
Changed "Total Uncompressed Size" to "Total Installed Size"
2006-12-05 07:11:27 +00:00
Aaron Griffin
2116ce78fb
Corrected -Rsc operation - dependancy info was not being read from the DB
2006-12-05 07:00:22 +00:00
Aaron Griffin
8028a1124a
Added dbpath validation
2006-12-05 06:55:52 +00:00
Aaron Griffin
4488058900
* Fixed the bug where -R pkgA pkgB failed when pkgA depended on pkgB
2006-12-01 09:51:54 +00:00
Aaron Griffin
08dca1593f
* Cosmetic changes and typo fixes
...
* IgnorePkg and --ignore work again
* Partial changes to support removal of conflicts for -U and -A (INCOMPLETE)
2006-12-01 09:32:29 +00:00
Aaron Griffin
6c68723905
* cosmetic: double space in "full system upgrade"
2006-11-27 15:44:22 +00:00
Aaron Griffin
9918d43ab9
* Fixed some error output for "-Sd" and "-Rsc" dealing with missing/ignored
...
depends
* Added valgrind suppression file
2006-11-24 07:01:27 +00:00
Aaron Griffin
12fdce244c
* Move sync *after* transaction init (lock file). We don't want to stomp on the
...
databases while another instance of pacman /could/ be reading them.
2006-11-23 02:42:50 +00:00
Aaron Griffin
07b0092736
-std=c99 seems to undefine PATH_MAX in this case. I don't care enough to fix it
...
at the moment, so this workaround works.
2006-11-23 02:36:26 +00:00
Aaron Griffin
b503cc8303
*** empty log message ***
2006-11-22 20:31:59 +00:00
Aaron Griffin
8da03650b0
* Whoops util Makefile
...
* Slight modification to depcmp debug output
2006-11-22 20:03:52 +00:00
Aaron Griffin
4302395f84
Added Dan McGee to the Authors file for his contributions on the mailing list
2006-11-22 09:07:16 +00:00
Aaron Griffin
873bfe1d82
* usize -> isize conversion
2006-11-22 09:04:48 +00:00
Aaron Griffin
986409f9bd
* Completed getinfo api changes (pmmissing_t, pmtrans_t, etc)
...
* Modified some dependancy checking
* Changed "performing local database upgrade" message to be more clear
* Change 'usize' to 'isize' in database files
* Scriptlet output is now sent to pacman's log file
* Limited some debugging output to be more clear
2006-11-22 09:03:41 +00:00
Aaron Griffin
5469177183
Removed global maxcols - it is looked up on the fly now, so the progress bar is
...
resized. Also used ioctl in place of the COLUMNS env variable
2006-11-22 04:53:10 +00:00
Aaron Griffin
3c7f616805
* Fixed an error when trying to download to an unwritable location
2006-11-22 04:25:31 +00:00
Aaron Griffin
99d0c00246
* Fixed a double free which happened in 2 cases in --sync
2006-11-22 03:51:06 +00:00
Aaron Griffin
cb65f08d2f
libalpm appends the trailing / to the config root, no need to do it here
2006-11-20 22:15:26 +00:00
Aaron Griffin
aa1c0ba9f8
* repo-add script - to add entries to a db file directly from package data (no PKGBUILD)
...
* libalpm api changes - move from a _getinfo(p, WHAT_WE_WANT) scheme to a
typesafe _get_what_we_want(p) scheme [not 100% complete yet]
* some const correctness changes
* removal of PM_* types in alpm.h in favor of the pm*_t types used throughout
libalpm
2006-11-20 09:10:23 +00:00
Aaron Griffin
b8b9596b13
Minor makepkg changes - mainly from Daniel McGee
2006-11-16 22:43:58 +00:00
Aaron Griffin
3d6242ed74
* makepkg.conf.in variable changes (missed the checkin)
...
* Better error reporting when unpacking an archive fails
* Fixed -Sc and -Scc cache dir opening/reading
2006-11-16 17:24:41 +00:00
Aaron Griffin
95358f7c5b
* integrity check looping - support multiple algorithms at once
2006-11-15 17:18:31 +00:00
Aaron Griffin
83f6d8de8c
* Changes to some of the TODOs and a brief glance at the NEWS file...
2006-11-15 08:02:43 +00:00
Aaron Griffin
00ce9ea739
* Initial changes to gensync - makepkg changes were not checked in from another
...
machine - still pending
* Addition of _alpm_pkg_makefilename to simplify the with/without -ARCH prefix
scheme we're going with for the interim
2006-11-15 07:50:37 +00:00
Aaron Griffin
74e780f25d
* has_archname additions
...
* additional newline for search output, as suggested on the forums
2006-11-14 21:53:45 +00:00