diff options
author | Ion-Mihai Tetcu <itetcu@FreeBSD.org> | 2008-11-12 20:35:31 +0000 |
---|---|---|
committer | Ion-Mihai Tetcu <itetcu@FreeBSD.org> | 2008-11-12 20:35:31 +0000 |
commit | 304b27f0a4a96c88fb87f1624b481d9e33b4b988 (patch) | |
tree | 9780eb3dbb79b0473fc7f1b24e7ea70a16f2ae85 /ports-mgmt/tinderbox-devel | |
parent | 90e76efd658075e3e49185fe4be55ceeab69c145 (diff) |
Actually add the patch to fix database migration from 3.0.0[_n] forgotten in
previous commit.
Notes
Notes:
svn path=/head/; revision=222782
Diffstat (limited to 'ports-mgmt/tinderbox-devel')
-rw-r--r-- | ports-mgmt/tinderbox-devel/files/patch-lib__tc_command.sh | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/ports-mgmt/tinderbox-devel/files/patch-lib__tc_command.sh b/ports-mgmt/tinderbox-devel/files/patch-lib__tc_command.sh new file mode 100644 index 000000000000..429ea0547497 --- /dev/null +++ b/ports-mgmt/tinderbox-devel/files/patch-lib__tc_command.sh @@ -0,0 +1,14 @@ +--- ./lib/tc_command.sh.orig 2008-11-12 22:31:40.000000000 +0200 ++++ ./lib/tc_command.sh 2008-11-12 22:32:00.000000000 +0200 +@@ -288,9 +288,9 @@ + #--------------------------------------------------------------------------- + + Upgrade () { +- VERSION="3.0" ++ VERSION="3.1" + TINDERBOX_URL="http://tinderbox.marcuscom.com/" +- DB_MIGRATION_PATH="${VERSION}" ++ DB_MIGRATION_PATH="3.0 ${VERSION}" + + bkup_file="" + |