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
|
||||
|
||||
: refresh-all ( -- )
|
||||
sources-changed? get-global
|
||||
[ "" refresh f sources-changed? set-global ] when ;
|
||||
"" refresh f sources-changed? set-global ;
|
||||
|
||||
GENERIC: (load-vocab) ( name -- vocab )
|
||||
|
||||
|
|
|
@ -8,7 +8,7 @@ SYMBOL: upload-images-destination
|
|||
|
||||
: destination ( -- dest )
|
||||
upload-images-destination get
|
||||
"slava@/var/www/factorcode.org/w/images/latest/"
|
||||
"slava@/var/www/factorcode.org/newsite/images/latest/"
|
||||
or ;
|
||||
|
||||
: checksums "checksums.txt" temp-file ;
|
||||
|
|
Loading…
Reference in New Issue