Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2009-10-04 | bld: remove space between dir and cmd when launching a terminal. | James Meyer | 1 | -2/+4 | |
this allows terminal --default-working-directory= to work | |||||
2009-10-02 | bld: add menu for system updates, disable search when loading the table | James Meyer | 1 | -6/+65 | |
2009-10-01 | bld2:increase the timeout when spawning external cmds. | James Meyer | 1 | -3/+6 | |
2009-10-01 | bld: first checkin. Mostly functional, still need to work out bugs with kmsync. | James Meyer | 2 | -0/+2816 | |
2009-07-28 | sometimes kmsync.sh alone is not enough; added 'pacman -Sy' at the end of ↵ | Bob Igo | 1 | -0/+9 | |
the sync; per Cecil, this should do no harm | |||||
2009-07-28 | execheck.sh: expand scope of exe search found lots more problems | Greg Frost | 1 | -3/+3 | |
2009-07-24 | Merge branch 'master' of ↵ | Greg Frost | 1 | -0/+38 | |
ssh://gregfrost@knoppmyth.net/mount/repository/LinHES-dev | |||||
2009-07-24 | execheck.sh added to check for exes needing missing libs | Greg Frost | 1 | -0/+21 | |
2009-07-23 | Merge branch 'HEAD' of ssh://jams@knoppmyth.net/mount/repository/LinHES-dev | James Meyer | 1 | -1/+1 | |
2009-07-23 | find_deps.sh: add new script to locate packages that depend on any given pkg. | James Meyer | 1 | -0/+38 | |
for instance to check for pkgs that need libjpeg in core-testing cd /data/LinHES-PKGBUILD/abs/core-testing find_deps.sh libjpeg ./libmng (depends) ./jasper (depends) ./libwmf (depends) ./pil (depends) ./fbsplash (depends) ./qt3 (depends) ./fltk (depends) ./perl_modules/perl-tk (depends) ./libtiff (depends) ./directfb (depends) ./php (makedepends) ./php (makedepends) ./mjpegtools (depends) | |||||
2009-07-21 | mp: change package matching (it was mistaking smplayer for mplayer) | Greg Frost | 1 | -1/+1 | |
2009-06-08 | mp: modify mp to look for exact pkgname. This will cut down on the false ↵ | James Meyer | 1 | -1/+1 | |
postives. for instance mythtv-vdpau vs mythtv Signed-off-by: James Meyer <james.meyer@operamail.com> | |||||
2009-05-08 | mp : bug fix for pkgrel when using -b. | James Meyer | 1 | -7/+42 | |
Needed to resource the PKGBUILD after bumping it | |||||
2009-05-08 | mp: add duplicate checking & autobump. | James Meyer | 1 | -3/+26 | |
If a duplicate pkg is detected the script will inform you and exit. -f may be used to force the creation of the pkg even if it's duplicate. Autobump: -b will increment the pkgver number by one. | |||||
2009-03-15 | Change the example to be a command that works. | James Meyer | 1 | -1/+1 | |
2009-02-18 | it's --holdver | James Meyer | 1 | -1/+1 | |
2009-02-18 | add back --hold-ver to the src pkg. | James Meyer | 1 | -1/+1 | |
2009-02-17 | remove the old pkg db before generating a new one. | James Meyer | 1 | -0/+2 | |
2009-02-17 | remove the --holdver, this can always be passed back in on the cmd line. | James Meyer | 1 | -2/+2 | |
2009-01-29 | Modify mp to not include the pkgname when checking for which repo to use. | James Meyer | 1 | -3/+5 | |
Specifily this corrects placing klibc-extras in the extra repo. | |||||
2009-01-10 | switch back to using unison. | James Meyer | 2 | -4/+14 | |
This time it will force an update with the assumption the local pkg.db.tar.gz is always correct. | |||||
2009-01-05 | change the database push to straight scp. | James Meyer | 1 | -1/+3 | |
Right now this stops restricted accounts from updating the database on km.net. | |||||
2008-11-16 | modify kmsync to include sync of source packages. | James Meyer | 1 | -2/+56 | |
2008-11-16 | add option to create local private repos | James Meyer | 2 | -1/+10 | |
running mpl works exactly like mp, except it forces the repo to "local" | |||||
2008-11-16 | modify mp so that it builds src packages. | James Meyer | 1 | -1/+20 | |
src packages will end up in /data/pkg/src_packages | |||||
2008-11-08 | add mv-core | James Meyer | 1 | -1/+8 | |
2008-10-09 | change verbosity. | James Meyer | 1 | -1/+1 | |
2008-10-03 | add support for chroot-devel repo | James Meyer | 1 | -0/+5 | |
2008-10-02 | initital import | James Meyer | 8 | -0/+253 | |