summaryrefslogtreecommitdiff
path: root/scripts
Commit message (Collapse)AuthorAge
* * Added long options (missing in patch)Aaron Griffin2007-02-12
| | | | | * converted "sudosync" to "usesudo" to match makepkg * Removed nostrip, as it was removed from makepkg as well
* Added changes from Daniel YC Lin via bug #3266Aaron Griffin2007-02-12
| | | | - support for the 'BCemno' makepkg options
* Rewrote updatesync in terms of repo-add and repo-removeAaron Griffin2007-02-12
|
* better error messageAaron Griffin2007-02-12
|
* Updated gensync to use repo-addAaron Griffin2007-02-12
|
* * Unified description of arch variable. Recommend using single quotes inDan McGee2007-02-12
| | | | | | the array, e.g. arch=('i686'). * Updated my TODO. * Changed the email address in rankmirrors script.
* * Implemented FS #5641 as suggested in Aaron's comment- '-S' option now meansDan McGee2007-02-11
| | | | | '--usesudo', and all install/dep/remove operations now honor it. * Fixed my stupid typo. depricated -> deprecated :)
* Forgot to update the Makefile with the new script, adding it.Dan McGee2007-02-11
|
* Adding repo-remove script, allows for a package to be removed from a repo.Dan McGee2007-02-11
| | | | More or less a reverse 'repo-add'.
* * Fix #2982 - use -Rs to remove depsAaron Griffin2007-02-09
| | | | * "pacman3" seems to have snuck in there somehow, fixed that
* * Nice overhaul of manpages. It is at least a start.Dan McGee2007-02-08
| | | | * Alphabetized options in pacman usage.
* * Makepkg updates, and small bugfix on man page compression.Dan McGee2007-02-06
| | | | | * Change libtool default to makepkg2 behavior. * Other small changes.
* I should test code before I check it in. Also a fix for the annoying wget ↵Dan McGee2007-02-06
| | | | output in PKGBUILD bug.
* * Added some backwards compatability stuff to makepkg, along with helpfulDan McGee2007-02-06
| | | | | | 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".
* * Updated makepkg to use a new form of options. These two arrays now replaceDan McGee2007-02-04
| | | | | | | | | | 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.
* Fix problem with PKGDEST variable not being used correctly.Dan McGee2007-02-03
|
* It appears I misunderstood what this bash-ism didAaron Griffin2007-02-01
|
* This removes the warning about skipping dependency checking when the user isDan McGee2007-02-01
| | | | | | | | | | either generating the md5sums, repackaging, or just downloading and extracting. The patch is below. ~ Jamie / yankees26 Signed-off-by: James Rosten <seinfeld90@gmail.com>
* install scriptlet is _always_ .INSTALLAaron Griffin2007-02-01
|
* Move filelist creation ABOVE the other metafiles to keep them out of the listAaron Griffin2007-02-01
|
* removal of unnecessary '\' in integrity check generationDan McGee2007-02-01
|
* * Updated repo-add script to remove same package, different version whenDan McGee2007-01-31
| | | | adding a package to a database. Also added commenting. :)
* This is a silly script now that a fancy aurbuild is out in the wild (on the AUR,Aaron Griffin2007-01-30
| | | | surprisingly enough, heh)
* * Remove -fno-strict-aliasing as it is now unnecessary to compile.Dan McGee2007-01-30
| | | | | | * 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.
* Dan McGee <dpmcgee@gmail.com>Aaron Griffin2007-01-26
| | | | | | * 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
* James Rosten <seinfeld90 at gmail.com>Aaron Griffin2007-01-26
| | | | * Use PKGDEST and SRCDEST from the environment (if defined) when calling makepkg
* James Rosten <seinfeld90@gmail.com>Aaron Griffin2007-01-23
| | | | | * noextract PKGBUILD option to NOT extract source files - implemented with existing in_array function
* Lowercase "changelog" in output messageAaron Griffin2007-01-22
|
* Rename Changelog -> ChangeLog (the standard way of casing a ChangeLog)Aaron Griffin2007-01-22
|
* Changelog support for makepkg - this has been in pacman itself for some time,Aaron Griffin2007-01-22
| | | | | | | 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)
* makepkg file-type detection changes from James Rosten <seinfeld90@gmail.com>Aaron Griffin2007-01-22
| | | | | | and Johannes Weiner <hannes@saeurebad.de> This should fix FS#6246
* Dan McGee <dpmcgee@gmail.com>Aaron Griffin2007-01-17
| | | | | | * 'unset' fixes * typo in "dependecy" * indent fixes
* Roman Kyrylych <Roman.Kyrylych@gmail.com>Aaron Griffin2007-01-17
| | | | * dependency removal fixes and refactoring
* James Rosten <seinfeld90@gmail.com>Aaron Griffin2007-01-17
| | | | * rankmirrors addition of single url testing
* * James Rosten <seinfeld90@gmail.com>Aaron Griffin2007-01-11
| | | | | | | | Cleanup and fixes from last patch Fix some tar error conditions * Dan McGee <dpmcgee@gmail.com> USECOLOR from rc.conf
* * James Rosten <seinfeld90@gmail.com>Aaron Griffin2007-01-03
| | | | | 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.
* * James Rosten <seinfeld90@gmail.com>Aaron Griffin2007-01-02
| | | | Makepkg dep removal on failure FS#5923
* * Removed autoconf TODO fixed in last commitAaron Griffin2006-12-28
| | | | | * Dan McGee <dpmcgee@gmail.com> pacman-optimize checking fixes
* Fixes from Dan McGee <dpmcgee@gmail.com> and myselfAaron Griffin2006-12-21
| | | | | | | * quoting and $() changes * remove a boatload of duplications (previous patching) * added user-based config file ~/.abs.conf (for fun) * fixed CONNMODE usage
* Jürgen Hötzel <juergen@hoetzel.info>Aaron Griffin2006-12-21
| | | | | * fix in_array variables and usage * correct the final compression - 'filelist' was unused
* * Dan McGee <dpmcgee@gmail.com>Aaron Griffin2006-12-21
| | | | | Formating / comment changes Fix dep check conditional
* Errors with last merge (manual patching)Aaron Griffin2006-12-21
| | | | Misc fixes from Dan McGee <dpmcgee@gmail.com>
* * Dan McGee <dpmcgee@gmail.com>Aaron Griffin2006-12-21
| | | | | | | | | | | 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)
* * modeline fixes / reformattingAaron Griffin2006-12-21
| | | | | | | * 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
* Makefile adjustments for installation rules:Aaron Griffin2006-12-19
| | | | | | added all the newer scripts/ added pacman.d and abs sysconf subdirs Minor makepkg revert for previous change to 'errexit' shell option
* FS #3289 fix from Dan McGee <dpmcgee@gmail.com>Aaron Griffin2006-12-18
|
* * Dan McGee's makepkg updates ↵Aaron Griffin2006-12-14
| | | | | | | | 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
* Copy/pasta errors from mail client. Fixed.Aaron Griffin2006-12-08
|
* rankmirrors script from Dan McGee <dpmcgee@gmail.com>Aaron Griffin2006-12-08
| | | | | Original Idea copyright (c) 2006 R.G. <chesercat> Modified 2006 by Dan McGee <dpmcgee@gmail.com>
* Check status of final tar/compress package creation for final status (FS#3382)Aaron Griffin2006-12-05
|