Dereckson has uploaded a new change for review. ( 
https://gerrit.wikimedia.org/r/371968 )

Change subject: Allow to regenerate computed dblists
......................................................................

Allow to regenerate computed dblists

The .dblist files are repeated in the Makefile, so we're sure
it's compatible both with BSD Make and GNU Make.

Bug: T173342
Change-Id: I90942e2642c4573b222ec76ef2516a9cb94a8b8a
---
A dblists/Makefile
1 file changed, 15 insertions(+), 0 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/operations/mediawiki-config 
refs/changes/68/371968/1

diff --git a/dblists/Makefile b/dblists/Makefile
new file mode 100644
index 0000000..d350169
--- /dev/null
+++ b/dblists/Makefile
@@ -0,0 +1,15 @@
+EXPANDDBLIST=../multiversion/bin/expanddblist
+
+all: flow.dblist nowikidatadescriptiontaglines.dblist wikipedia-english.dblist
+
+clean:
+       rm -f flow.dblist nowikidatadescriptiontaglines.dblist 
wikipedia-english.dblist
+
+flow.dblist:
+       ${EXPANDDBLIST} flow-computed.dblist > flow.dblist
+
+nowikidatadescriptiontaglines.dblist:
+       ${EXPANDDBLIST} nowikidatadescriptiontaglines-computed.dblist > 
nowikidatadescriptiontaglines.dblist
+
+wikipedia-english.dblist:
+       ${EXPANDDBLIST} wikipedia-english-computed.dblist > 
wikipedia-english.dblist

-- 
To view, visit https://gerrit.wikimedia.org/r/371968
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I90942e2642c4573b222ec76ef2516a9cb94a8b8a
Gerrit-PatchSet: 1
Gerrit-Project: operations/mediawiki-config
Gerrit-Branch: master
Gerrit-Owner: Dereckson <[email protected]>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to