pull FAIL and NOTFAIL
This commit is contained in:
parent
8d8fdc27fb
commit
f8f4549348
|
@ -0,0 +1,40 @@
|
||||||
|
.PHONY: build Zinc
|
||||||
|
|
||||||
|
## incase wp2git doesn't run:
|
||||||
|
## import sys
|
||||||
|
## # locale.setlocale(locale.LC_ALL, '')
|
||||||
|
## lang = sys.getfilesystemencoding()
|
||||||
|
|
||||||
|
|
||||||
|
all:
|
||||||
|
|
||||||
|
diff:
|
||||||
|
cd Wikipedia_Wikipedia_is_succeeding && git whatchanged -p --color-words
|
||||||
|
|
||||||
|
install:
|
||||||
|
reset
|
||||||
|
./setup.py install --user
|
||||||
|
|
||||||
|
test:
|
||||||
|
reset
|
||||||
|
wp2git Zinc
|
||||||
|
|
||||||
|
Zinc:
|
||||||
|
reset
|
||||||
|
wp2git --site https://en.wikipedia.org/w/ Zinc
|
||||||
|
|
||||||
|
hershey:
|
||||||
|
reset
|
||||||
|
wp2git --site https://en.wikipedia.org/w/ Milton_Hershey_School
|
||||||
|
|
||||||
|
NOTFAIL:
|
||||||
|
reset
|
||||||
|
wp2git --site https://en.wikipedia.org/w/ "Wikipedia:Wikipedia_is_succeeding"
|
||||||
|
|
||||||
|
FAIL:
|
||||||
|
reset
|
||||||
|
wp2git --site https://en.wikipedia.org/w/ "Wikipedia:Wikipedia_is_failing"
|
||||||
|
|
||||||
|
POLICY:
|
||||||
|
reset
|
||||||
|
wp2git --site https://en.wikipedia.org/w/ "Wikipedia:Verifiability"
|
|
@ -1,3 +1,3 @@
|
||||||
# Do not edit this file, wp2git versioning is governed by git tags
|
# Do not edit this file, wp2git versioning is governed by git tags
|
||||||
__version__="2.0"
|
__version__="2.0.dev1+g8d8fdc2"
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue