summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2010-04-22setup: a simple script for after-clone setupsTzafrir Cohen
The extra things that need to be done after you cloned an asterisk repository generated by git-svn (using asterisk-tools)
2010-04-19remove the duplicate of gen_authorsTzafrir Cohen
2010-04-19remove names that are in authors fileTzafrir Cohen
* Some of the extra names I hardcoded are now in the authors file. * But also '(no author)'. Make sure it doesn't break anything.
2010-03-24support cflags-devmode if dev-mode enabledTzafrir Cohen
* Read makeopts to check if devmode was enabled by the configure script. * If so, also use cflags-devmode.xml .
2010-03-09dahdi-linux: ignore new firmwares and AUTHOR fileTzafrir Cohen
2010-03-02document git 1.6 issues and AUTHORSTzafrir Cohen
* With git 1.6 we have a problem with a tag that ended with '.'. * Document using an AUTHORS file.
2010-03-02ignore an AUTHORS file in some projectsTzafrir Cohen
2010-03-02One miwwing username for gen_authorsTzafrir Cohen
2010-03-02ignore me editing with VIMTzafrir Cohen
2010-03-01gen_authrs: gnerate AUTHORS file from Digium dataTzafrir Cohen
2010-03-01update_branches: local branches for remote onesTzafrir Cohen
2010-02-09a script to use authors list from the Digium repoTzafrir Cohen
git-svn needs an extra '=' sign, sadly.
2010-01-16A script to download and format the authors fileTzafrir Cohen
2010-01-16Fix SVN repository URL: digium.com->asterisk.orgTzafrir Cohen
2010-01-05update dahdi-* ignore filesTzafrir Cohen
* Ignore more firmwares in dahdi-linux. * Ignore newer xpp utils in dahdi-tools.
2009-07-17rb-patch: fetch a review-board patchTzafrir Cohen
Fetches a review-board patch into a form that git-am likes.
2009-07-17dahdi-linux: also ignore Module.markersTzafrir Cohen
2009-07-13Make sure (XML) dependencies are upper-caseTzafrir Cohen
Make sure values read from XML files for 'use' or 'depend' are upper-case.
2009-07-13asterisk: also ignore *.d-s and othersTzafrir Cohen
2009-07-06better reporing of unbuilt modulesTzafrir Cohen
Modules were reported as being "good" is they were "Avail"able. But for anything which is not a library, 'Avail' is not good enough. The module needs to also be Check-ed.
2009-07-06more updates to list of directoriesTzafrir Cohen
Applying r541 and r542 from menuselect: adding more module subdirectories.
2009-06-11add asterisk-gui; note no menuselect in othersTzafrir Cohen
* Document asterisk-gui * libpri and dahdi-linux don't use menuselect. Note the HOWTOs about that.
2009-06-11explain how to work with dahdi-linuxTzafrir Cohen
2009-06-11ignore more dahdi-linux generated filesTzafrir Cohen
2009-06-05explin fail reason in modinfoTzafrir Cohen
* -m (--modinfo) now shows the dependencies (and which of those are unsatisfied). * With the new option -v (--verose) it also gives a better reason and a multi-line list of dependencies. * Patchy fix to reading dependencies from the dump file: were read as string rather than array.
2009-06-04ignore utils/poll.c in asterisk as wellTzafrir Cohen
Ignore yet another file (thanks Fredrik Liljegren)
2009-06-04For people who use the wrong editor :-)Tzafrir Cohen
2009-05-08add 'tests' to list of menuselect subdirectoriesTzafrir Cohen
2009-05-08gitignore and howto for libpriTzafrir Cohen
2009-04-25Add the missing Pros and Cons sectionTzafrir Cohen
2009-04-25documents based on my mailing list postsTzafrir Cohen
2009-04-25be quiet if no modules were found for -mTzafrir Cohen
print_modules_status does not return a useful value, so don't rely on it.
2009-04-25also print --check-deps in the usage messageTzafrir Cohen
2009-04-25fix reversed logic for XMLTzafrir Cohen
The Asterisk build system has two different sources of configuration: * Information in modules * Information from external XML files (for CFLAGS and sound files) For modules having the name set menuselect.makeopts disables the module from building. For data from XML - it enables using it. This change applies the reversed logic where it is ought to be applied: when writing menuselect.makedeps . This should allow dummy-select to be used with all versions of Asterisk.
2009-04-14dummy-select: a version for asteris 1.6.2/trunkTzafrir Cohen
2009-04-14update_tags: update the list of tags from svnTzafrir Cohen
2009-04-14gitignore files for dahdi-tools/linuxTzafrir Cohen
2009-04-14asterisk_gitignore: .gitignore for asteriskTzafrir Cohen