* cleanup
This commit is contained in:
parent
983c65fc58
commit
01cd81b0e4
|
@ -455,7 +455,7 @@
|
|||
<mkdir dir="${dir.build}" />
|
||||
|
||||
<!-- compile -->
|
||||
<javac srcdir="${dir.source}:${dir.test}" destdir="${dir.build}" target="1.6" source="1.6" encoding="utf-8" includeAntRuntime="false">
|
||||
<javac srcdir="${dir.source}:${dir.test}" destdir="${dir.build}" target="1.6" source="1.6" encoding="utf-8" debug="true" debuglevel="lines,vars,source" includeAntRuntime="false">
|
||||
<classpath>
|
||||
<fileset dir="${dir.lib}" includes="*.jar" />
|
||||
<pathelement location="${dir.lib}/build/junit.jar" />
|
||||
|
|
|
@ -242,6 +242,7 @@ aXXo
|
|||
Ayako
|
||||
Ayako-sae
|
||||
AYMO
|
||||
AyoSuzy
|
||||
Ayu
|
||||
AzNiNVASiAN
|
||||
Azrael
|
||||
|
@ -301,6 +302,7 @@ BeStDvD
|
|||
BestHD
|
||||
BetaDoctor
|
||||
BETAMAX
|
||||
BF1
|
||||
BFF
|
||||
BG
|
||||
BHATTI
|
||||
|
@ -1231,6 +1233,7 @@ Koharubi
|
|||
Kole
|
||||
KonzillaRG
|
||||
KooKoo
|
||||
KOR
|
||||
KRaLiMaRKo
|
||||
Krispy
|
||||
KS
|
||||
|
@ -1268,6 +1271,7 @@ LGLuX
|
|||
Lightmaker
|
||||
lilwoodenboy
|
||||
LiMiTED
|
||||
LIMO
|
||||
LiNE
|
||||
LionsDen
|
||||
LiPAN
|
||||
|
@ -1684,6 +1688,7 @@ QiX
|
|||
qnr
|
||||
QoM
|
||||
QRC
|
||||
QRUS
|
||||
QSP
|
||||
Quali.SlaYer
|
||||
quietE
|
||||
|
@ -2088,7 +2093,7 @@ TjHD
|
|||
TK
|
||||
TK.STORM
|
||||
TKO
|
||||
tla
|
||||
TLA
|
||||
tlacatlc6
|
||||
TLF
|
||||
TM
|
||||
|
@ -2336,6 +2341,7 @@ YCDV
|
|||
YellowBeast
|
||||
YesMAX
|
||||
YesTV
|
||||
YFN
|
||||
Ygt
|
||||
YHBT
|
||||
Yibis
|
||||
|
|
|
@ -275,7 +275,7 @@ if (plex) {
|
|||
// mark episodes as 'acquired'
|
||||
if (myepisodes) {
|
||||
_log.info 'Update MyEpisodes'
|
||||
include('update-mes', [login:myepisodes.join(':'), addshows:true], getRenameLog().values())
|
||||
executeScript('update-mes', [login:myepisodes.join(':'), addshows:true], getRenameLog().values())
|
||||
}
|
||||
|
||||
if (pushover) {
|
||||
|
@ -342,6 +342,6 @@ if (clean) {
|
|||
// deleting remaining files only makes sense after moving files
|
||||
if ('MOVE'.equalsIgnoreCase(_args.action)) {
|
||||
_log.info 'Clean clutter files and empty folders'
|
||||
include('cleaner', args.empty ? [root:true] : [root:false], !args.empty ? args : ut_kind == 'multi' && ut_dir ? [ut_dir as File] : [])
|
||||
executeScript('cleaner', args.empty ? [root:true] : [root:false], !args.empty ? args : ut_kind == 'multi' && ut_dir ? [ut_dir as File] : [])
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue