Merge branch 'master' of git://factorcode.org/git/factor
commit
84e521bf73
|
@ -180,8 +180,7 @@ SYMBOL: sources-changed?
|
||||||
[ t sources-changed? set-global ] "vocabs.loader" add-init-hook
|
[ t sources-changed? set-global ] "vocabs.loader" add-init-hook
|
||||||
|
|
||||||
: refresh-all ( -- )
|
: refresh-all ( -- )
|
||||||
sources-changed? get-global
|
"" refresh f sources-changed? set-global ;
|
||||||
[ "" refresh f sources-changed? set-global ] when ;
|
|
||||||
|
|
||||||
GENERIC: (load-vocab) ( name -- vocab )
|
GENERIC: (load-vocab) ( name -- vocab )
|
||||||
|
|
||||||
|
|
|
@ -8,7 +8,7 @@ SYMBOL: upload-images-destination
|
||||||
|
|
||||||
: destination ( -- dest )
|
: destination ( -- dest )
|
||||||
upload-images-destination get
|
upload-images-destination get
|
||||||
"slava@/var/www/factorcode.org/w/images/latest/"
|
"slava@/var/www/factorcode.org/newsite/images/latest/"
|
||||||
or ;
|
or ;
|
||||||
|
|
||||||
: checksums "checksums.txt" temp-file ;
|
: checksums "checksums.txt" temp-file ;
|
||||||
|
|
Loading…
Reference in New Issue