Changesets: Tools
|
master 8adbd2d9 2012-10-31 21:33 Details Diff |
Disable output buffering in buildrelease scripts, improve logs | ||
| mod - buildrelease-repo.py | Diff File | ||
| mod - buildrelease.py | Diff File | ||
|
master 7e2117cd 2012-10-31 07:04 Details Diff |
nightly-builds.sh: Fix deletion of old builds The old method using 'find -mtime' was flawed, as there are cases when no nightly builds are generated (if no new commits have been pushed to the repository), so files got deleted and we ended up in a situation where there were no nightly builds to download. |
||
| mod - nightly-builds.sh | Diff File | ||
|
master a200fc3c 2012-10-31 06:29 Details Diff |
nightly-builds.sh: remove for loop Since the buildrelease-repo.py script is able to handle multiple references, we don't need to loop in the parent script. This makes process more efficient as we only need to run git clone once. |
||
| mod - nightly-builds.sh | Diff File | ||
|
master a173cfbb 2012-10-31 06:26 Details Diff |
buildrelease.py: add newlines improve log readability | ||
| mod - buildrelease.py | Diff File | ||
|
master 798968fd 2012-10-31 06:19 Details Diff |
ldrelease-repo.py: force flush before os calls This avoids out-of-order output in the logs |
||
| mod - buildrelease-repo.py | Diff File | ||
|
master 2b79bb12 2012-10-31 05:02 Details Diff |
Nightly builds script: code cleanup and improvements Added comments, parameter variables, improved logging |
||
| mod - nightly-builds.sh | Diff File | ||
|
master 2b38649f 2012-10-31 04:46 Details Diff |
Renamed nightly builds script | ||
| add - nightly-builds.sh | Diff File | ||
|
master 384bcb93 2012-10-31 04:30 Details Diff |
Added 'nightly builds' script This is the original script setup by jreese in /etc/cron.daily to prepare the nightly builds |
||
| add - mantis-nightlies | Diff File | ||
|
master 5a7744dc 2012-09-12 06:29 Details Diff |
Revised adodb-bundle.sh to work inside of a git repository Exclude git system files and folders from the list of processed files to avoid corruption of the repository when removing trailing whitespace. |
||
| mod - adodb-bundle.sh | Diff File | ||
|
master 83065917 2012-09-12 03:28 Details Diff |
Add '*.bak' to .gitignore | ||
| mod - .gitignore | Diff File | ||
|
master fd49aac5 2012-06-09 07:43 Details Diff |
Create archives script should also sign tarballs with gpg | ||
| mod - create_archives.py | Diff File | ||
|
master 2ef2b9d1 2012-06-09 07:42 Details Diff |
Sign release tarballs using gpg | ||
| mod - buildrelease.py | Diff File | ||
|
master 4e7b8031 2012-06-08 20:14 Details Diff |
Added a create_archives script to create the .zip, .tar.gz and their checksums from a folder. Useful since I had to use the buildrelease output folder + update it with docbook from nightly build before generating the archives - given that I can build docbook from latest Ubuntu. | ||
| add - create_archives.py | Diff File | ||
|
master 16a7f017 2012-06-08 20:13 Details Diff |
Updated the line that points to the python interpretter to work on Ubuntu. | ||
| mod - py_lineterm.py | Diff File | ||
|
master 657f9843 2012-06-07 03:08 Details Diff |
New script to prepare ADOdb bundle This script will prepare the ADOdb library, as extracted from the upstream release tarball, to be bundled with MantisBT. The following operations are performed: - Removing unnecessary dirs and files - Converting line endings to Unix format (CRLF ==> CR) - Removing trailing whitespace |
||
| add - adodb-bundle.sh | Diff File | ||
|
master 2cdff795 2012-06-04 16:23 Details Diff |
Fix isdir check in docbook build script | ||
| mod - docbook-manual.py | Diff File | ||
|
master faef9748 2012-06-01 08:42 Details Diff |
Fix #14335: Ignore files in the docbook directory | ||
| mod - docbook-manual.py | Diff File | ||
|
master 504f08ae 2011-10-13 04:22 Details Diff |
Convert to four-space tabs | ||
| mod - buildrelease-repo.py | Diff File | ||
| mod - buildrelease.py | Diff File | ||
|
master 928888fe 2011-10-13 04:17 Details Diff |
Allow selecting of individual refs to build | ||
| mod - docbook-manual-repo.py | Diff File | ||
|
master d1c7e547 2011-10-13 04:16 Details Diff |
Convert to four-space tabs | ||
| mod - docbook-manual-repo.py | Diff File | ||
| mod - docbook-manual.py | Diff File | ||
|
master 265548d4 2011-09-11 18:00 Details Diff |
A SQL script that is used to remove sensitive data from a public database For example, the database on http://www.mantisbt.org/bugs/ The assumption here is that the sensitive data includes: Email addresses, passwords, cookies, and real names. |
||
| add - scrub.sql | Diff File | ||
|
master 95957d19 2011-08-22 11:39 Details Diff |
Fix 0013256: Remove .gitignore from release builds |
Affected Issues 0013256 |
|
| mod - buildrelease.py | Diff File | ||
|
master 4de8f152 2011-07-12 06:26 Details Diff |
Update build tool with Github URL | ||
| mod - buildrelease-repo.py | Diff File | ||
|
master 9d94eb41 2011-07-12 06:05 Details Diff |
Basic readme | ||
| add - readme.md | Diff File | ||
|
master d245e3b5 2010-04-23 07:34 Details Diff |
Added option to build from a fresh git clone | ||
| mod - buildrelease-repo.py | Diff File | ||