there, I broke it when I factored out that code into a separate function.
* Add 'www' module to list of modules that don't get a /KDE prefix.
svn path=/trunk/kdenonbeta/kdecvs-build/; revision=412995
the branches/ and tags/ directories seems a little screwy, but regular ol' modules should still
work. See the docs for more information.
* Updated the documentation in Subversion to match the ones on my website.
* Now both kde-common and KDE/kde-common are searched when looking for an /admin dir. If
kde-common wasn't installed, it is downloaded automatically. The bug was reported by someone
on IRC, and apparently he e-mailed me a patch, but I have been unable to check my e-mail while
I am away. :(
svn path=/trunk/kdenonbeta/kdecvs-build/; revision=412567
and kde-common won't fool kdesvn-build into thinking that it uses unsermake
(which means now kdesvn-build won't update unsermake if you only update
kde-common).
Don't try to build the kalyptus subdirectory of kdebindings (you'd have to be
using checkout-only to get the error message I got). If there are other
subdirectories in modules which can't have make run in them, let me know and
I'll blacklist them as well.
svn path=/trunk/kdenonbeta/kdecvs-build/; revision=411415
1. Add --revision command line option to restrict checkouts to a certain revision.
2. Use a separate unsermake-options option. You can use this to pass the neato
options to unsermake, now make-options is used *only* for automake.
Code cleanups.
svn path=/trunk/kdenonbeta/kdecvs-build/; revision=411360
* Added a few command line options. (--(no-)?color, --foo)
* Lots of code cleanup, corrected/added comments, etc. Some functions were
rewritten/reorganized.
* This is what I'll be releasing as 0.93 if I don't catch any other major flaws
in the meantime.
* The output is more 'colorful'
svn path=/trunk/kdenonbeta/kdecvs-build/; revision=410256
no one should have to run svn switch manually in case I broke it for you last
night. :(
Rewrite the checkout and update code. It's a lot smaller and should hopefully
be easier to maintain than the 5 or so functions I had scattered all over
before.
svn path=/trunk/kdenonbeta/kdecvs-build/; revision=410198
was working for me before, because there's no reason it should have.
Change default anon server to use svn:// instead of https://.
Include auto-repo-switching functionality so that people who have already
checked out code using the default won't have to life a finger.
svn path=/trunk/kdenonbeta/kdecvs-build/; revision=409957
doc.html.in is still floating around since it's what passes for documentation.
* Rename kdecvs-pywizard to kdesvn-pywizard. It's still tied to the old options
though, and as such isn't really a great help.
* Update HISTORY and TODO.
svn path=/trunk/kdenonbeta/kdecvs-build/; revision=409925
For example, to update and build only the khtml component of kdelibs, you would type at the prompt "kdecvs-build kdelibs/khtml".
This should work pretty good, but feel free to let me know if I've b0rken anything. =D
svn path=/trunk/kdenonbeta/kdecvs-build/; revision=346557
script crash and then have it complain that it's still running.
* The build process now outputs to a file called build-status in the log
directory for that run, which reports on the success/failure of each build
attempt.
* Fix a bug with use-qt-builddir-hack that caused it to affect all modules
during the build system setup instead of just qt-copy.
* Don't add 'global' to the log directory path if we're getting the global
log directory.
* Script now informs you of your log directory at the end of the script run.
* Fix infinite loop when you've disable automatic module install.
svn path=/trunk/kdenonbeta/kdecvs-build/; revision=320810