summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2012-08-22A gitignore file for ss7HEADmasterTzafrir Cohen
2012-08-22asterisk_gitignore: Extra ignores for pjprojectTzafrir Cohen
2012-08-19clone: a script to automate git svn cloneTzafrir Cohen
clone: A script to automate the cloning of Asterisk-related SVN repositories.
2012-06-06git-post-review: also set branchTzafrir Cohen
2012-06-06git-post-review: post a review to the ReviewBoardTzafrir Cohen
git-post-review: post a review to the ReviewBoard based on a local git diff. The SVN information is based on the 'git-svn-id' data from the git HEAD. Based on 'git-svn-diff by Leif Hedstrom from: http://www.mail-archive.com/dev@trafficserver.apache.org/msg00864.html Signed-off-by: Tzafrir Cohen <tzafrir@cohens.org.il>
2012-06-06Extra DAHDI firmwares to ignoreTzafrir Cohen
2011-12-08menuselect: fix support_level and moreTzafrir Cohen
* Parsing <support_level> requires adding '_' to the regex. * Parse attribute in the main tag and treat them the same as sub-tags. * ' */' can also terminate MODULEINFO. Be more strict about the end. (and make sure we don't get the terminating ' ***/' from the DOCUMENTATION in app_macro.c).
2011-12-08git-asterisk-howto: fix git syntax.Tzafrir Cohen
2011-11-23parse <support_level> and '<use type='Tzafrir Cohen
* Slightly better parsing of the XML data. * The attribute (type=FOO) is lost, though. Signed-off-by: Tzafrir Cohen <tzafrir@cohens.org.il>
2011-08-28gen_authos: also include bebuildTzafrir Cohen
'bebuild' is not in the authors file either
2011-08-27dahdi-tools_gitignore: more generated filesTzafrir Cohen
2011-05-17s/libpri/asterisk/ in HOWTOTzafrir Cohen
2011-05-17format_patch_dep3: also support origsvnTzafrir Cohen
2011-05-17dahdi-tools: ignore some auto* filesTzafrir Cohen
2011-05-17dahdi-linux: Ignore the downloaded checkpatch.plTzafrir Cohen
2011-01-18format_patch_dep3: format patches for DEP3 headersTzafrir Cohen
DEP3 is Debian's attempt to provide more standard patch information. It attempts to encode as much useful information as possible in the form of simple RFC822 headers. See http://dep.debian.net/deps/dep3/ This script should grab such useful information from Asterisk commit messages.
2010-09-04update_git_svn: quiet pushTzafrir Cohen
Use 'quiet' in push to avoid the progress bar
2010-09-04update_git_svn: switch to use git show-refTzafrir Cohen
Switch to 'git show-ref' in update_git_svn as well.
2010-09-04update-git-svn: rename to fit naming conventionTzafrir Cohen
2010-09-04s also a legal char in a username (awk_r)Tzafrir Cohen
2010-09-04update_tags: switch to use git show-refTzafrir Cohen
Don't assume refs sit under .git/refs . Use 'git show-ref' instead.
2010-08-11setup: make it safer to run againTzafrir Cohen
2010-08-11setup: fix name of hook to createTzafrir Cohen
2010-08-04git-howto: write about sruffel's dahdi-linux repoTzafrir Cohen
2010-08-03version_hack: fix PROJ_PAT; ignore .versionTzafrir Cohen
* A typo prevented PROJ_PAT from working for libpri and asterisk * Also ignore the generated .version on dahdi-tools and asterisk. * What about libpri?
2010-08-03ignore files generated when creating asterisk.pdfTzafrir Cohen
2010-08-03install version script to all projectsTzafrir Cohen
("all" - asterisk, dahdi-linux, dahdi-tools, libpri ATM. See also PROJ_PAT in version_hack) * Adapt version_hack to also work with other projects - a slightly more complex sed. * Other minor fixes. * Install it (in the setup) by default as a post-checkout and post-merge script, to have .version updated on checkout and on pull.
2010-08-03version_hook: /bin/sh; reduce indentation and suchTzafrir Cohen
* Reduce indentation * Indent with tabs and other minor styling issues * And most importantly: /bin/sh
2010-08-03version_hook: sruffel's post-commit scriptTzafrir Cohen
A copy of Shaun Ruffel's post-commit script from http://github.com/sruffell/dahdi-linux/tree/externals
2010-08-03dahdi-tools: ignore dahdi_maintTzafrir Cohen
2010-08-03ignoer .version filesTzafrir Cohen
ignore .version files so we can override them on our own, but still silently get the original from tags.
2010-07-01update-git-svn: add -f to force uploadTzafrir Cohen
Allow command-line switch -f, to force uploading even if there were no changes in the subversion repository.
2010-07-01gen_authors: allow extra characters in the nickTzafrir Cohen
2010-07-01Also pick up the names of branches for octapiTzafrir Cohen
2010-06-23update-git-svn: script to mirror a git-svn repoTzafrir Cohen
2010-06-23A basic document to clone and use Asterisk from gitTzafrir Cohen
2010-06-23Remove the unneeded repo-specific setup scripts.Tzafrir Cohen
2010-06-23setup now sets up all projectsTzafrir Cohen
2010-06-22A setup script for dahdi-linuxTzafrir Cohen
Assums octapi exists alongside dahdi-linux
2010-06-22Use proper ignore file for dahdo-toolsTzafrir Cohen
2010-06-16Ignore .exports file as wellTzafrir Cohen
2010-06-16better handling of missing deps (TEST_FRAMEWORK)Tzafrir Cohen
TEST_FRAMEWORK and other flags from the cflags-devmode.xml would only be available if you configured asterisk with --enable-dev-mode. Yet some modules depend on them. This breaks our sanity check that a missing dependency is probably the result of a typo or a bug. * Don't allow enabling a module if a dependency is missing. * Add some information about it to our DB.
2010-05-02Fix update_branches for a cloned repoTzafrir Cohen
Allow update_branches to be safely used also in the case where this repo clones a remote svn repo (as well as locally).
2010-04-29A setup script for dahdi-toolsTzafrir Cohen
2010-04-25Also ignore a AUTHORS fileTzafrir Cohen
2010-04-25a setup script for libpriTzafrir Cohen
2010-04-24proper name and "email"Tzafrir Cohen
Use the user's Real Name for the name, and $user@$reviewboard_server as "email".
2010-04-24rb-branch: generate a local branch from a reviewTzafrir Cohen
2010-04-24default to last diff againTzafrir Cohen
* Revert the default to using last diff rather than first * A few more bug fixes
2010-04-22Proper formatting; diff numTzafrir Cohen
rb-patch can now generate a properly-formmated patch. * Still no description * Still a complete diff. No simple way to get a diff between two diffs (interdiff?)