Changesets: Tools

master 010ffa77

2014-11-24 07:08

vboctor


Details Diff
Revert "Don't delete admin folder after updating tracker"

This reverts commit 5b1c03a5d57ff18ed0e1f5a93c14352dfbf28cef.
mod - update-trackers.sh Diff File

master 5b1c03a5

2014-11-24 06:59

vboctor


Details Diff
Don't delete admin folder after updating tracker

MantisBT 1.3+ no longer requires deleting the admin folder.
mod - update-trackers.sh Diff File

master d20bc628

2014-11-24 06:56

vboctor


Details Diff
Update path to config_inc.php to use config folder
mod - update-trackers.sh Diff File

master 9e28439b

2014-11-23 06:36

vboctor


Details Diff
Change base branch from master-1.2.x to master

This reflects the fact that the tracker is now based on master.
Once master-1.3.x is created, we should switch to it.
mod - update-trackers.sh Diff File

master cef47f93

2014-06-11 08:01

dregad


Details Diff
Docbook build: remove 'ps' type from --all

The docbook toolchain fails with error when trying to build the 1.2.x
developer's guide docbook in 'ps' format. Since this is most likely
never used, taking the easy approach of removing this format from the
build instead of trying to figure out why it's failing.
mod - docbook-manual.py Diff File

master 4be1a28c

2014-06-11 07:40

dregad


Details Diff
New script to get all repos
add - get_all_repos.py Diff File

master d34ff151

2014-06-02 06:44

dregad


Details Diff
Database dump script
add - db-dump.sh Diff File

master bc337ef9

2014-06-02 06:28

dregad


Details Diff
New script to dump and anonymize Mantis DB

Script will create a clone of the specified mantis database, run
db-anonymize.sql script to cleanup the data, then dump the clone in
compressed format in the target directory.
mod - db-anonymize.sql Diff File
add - db-dump.sh Diff File

master cb02ceb6

2014-06-02 06:27

dregad


Details Diff
Define the realname
mod - db-anonymize.sql Diff File

master 49a0a94c

2014-06-02 06:26

dregad


Details Diff
Use a single update statement instead of 4
mod - db-anonymize.sql Diff File

master 5546d95f

2014-06-02 06:22

dregad


Details Diff
More descriptive filename for db cleanup script

master 56387d04

2014-02-08 11:27

dregad


Details Diff
Use check_call() instead of call() for rsync

Throws an exception in case the copy fails
mod - buildrelease.py Diff File

master 7d698b8d

2014-02-08 11:25

dregad


Details Diff
More issues with relative paths

Fixes problem of release files not available in the target directory at
the end of the process when doing a fresh clone in an unspecified
directory (ie. when the script creates a temporary clone).
mod - buildrelease-repo.py Diff File

master 6b2b242a

2014-02-08 11:02

dregad


Details Diff
buildrelease.py: enhancements and bug fixes
mod - buildrelease.py Diff File

master 5bb223cf

2014-02-08 10:57

dregad


Details Diff
PEP8 coding guidelines, whitespace
mod - buildrelease.py Diff File

master efeba033

2014-02-08 10:06

dregad


Details Diff
Force generation of GPG signature file
mod - buildrelease.py Diff File

master c8919f32

2014-02-08 09:55

dregad


Details Diff
Move build dir removal to function
mod - buildrelease.py Diff File

master 02c719b6

2014-02-08 09:50

dregad


Details Diff
Move checksums generation to function
mod - buildrelease.py Diff File

master 7ccf5f0b

2014-02-08 07:55

dregad


Details Diff
Move GPG signing to function
mod - buildrelease.py Diff File

master d6139258

2014-02-08 07:22

dregad


Details Diff
Fix error with --clean and relative paths
mod - buildrelease.py Diff File

master 8e8a5b7b

2014-02-08 06:00

dregad


Details Diff
buildrelease.py: remove extra space in digest file name
mod - buildrelease.py Diff File

master da485c82

2014-01-08 15:11

dregad


Details Diff
update-tracker.sh: handling of 'admin' directory

The new process now check if there are untracked files in the repo. If
yes, ask user if changes should be discarded, and abort if not.

Then at end of script, the user is asked if 'admin' dir should be
deleted.

This is easier to implement than a new commit in the local branch to
remove the directory, because this way we don't have to deal with
potential merge conflicts which would be difficult to handle in an
automated way.

Fixes #16345
mod - update-trackers.sh Diff File

master a4c6e9ad

2014-01-08 08:30

dregad


Details Diff
Delete 'admin' dir at end of process

Asks the user if they want to delete the 'admin' directory, and if not
displays a warning to remind them to do it manually afterwards.
mod - update-trackers.sh Diff File

master ad083bb1

2014-01-08 08:19

dregad


Details Diff
Improve handling of unstaged changes

Script now asks user if changes should be discarded (git co -- .)
instead of simply aborting in error.
mod - update-trackers.sh Diff File

master e020160d

2014-01-08 07:41

dregad


Details Diff
Detect unstaged changes

Abort when there are unstaged changes in the repository being processed.
mod - update-trackers.sh Diff File
 First  Prev  1 2 3 4 5 6 7 8 9 10  Next  Last