Indefero

Indefero Commit Details


Date:2011-05-10 10:21:56 (13 years 7 months ago)
Author:Thomas Keller
Branch:develop, feature.content-md5, feature.diff-whitespace, feature.issue-links, feature.issue-of-others, feature.issue-summary, feature.search-filter, feature.webrepos, feature.wiki-default-page, release-1.2, release-1.3
Commit:e40d922eef67e5c1743b5930afccf8e557782cb0
Parents: 7e226b43d33351622f06bc52ea18c9918b1c270f
Message:Add two targets to easily install and update the IDF database

Changes:

File differences

Makefile
3737
3838
3939
40
41
42
43
4044
4145
4246
......
139143
140144
141145
146
147
148
149
150
@printf "\tpo-push - Send the all PO files to the transifex server.\n"
@printf "\tpo-pull - Get all PO files from the transifex server.\n"
@printf "\tpo-stats - Show translation statistics of all PO files.\n"
@printf "\nMisc Rules :\n";
@printf "\tdb-install - Install the database schema.\n"
@printf "\tdb-update - Update the database schema.\n"
#
# Internationalization rule, POT & PO file manipulation
> indefero-$(@:-zipfile=)-`git log $(@:-zipfile=) -n 1 \
--pretty=format:%h`.zip
db-install:
@cd src && php $(PLUF_PATH)/migrate.php --conf=IDF/conf/idf.php -a -d -i
db-update:
@cd src && php $(PLUF_PATH)/migrate.php --conf=IDF/conf/idf.php -a -d

Archive Download the corresponding diff file

Page rendered in 0.07049s using 13 queries.