-
This has been implemented in /vesta/vestasys.org/vesta/config/22.config_dir/2.
2008-10-06 19:20:32 UTC in Vesta Configuration Management System
-
Sometimes corporate/project policy dictates that all packages should be group writable. But some users don't follow the policy and set their umask too restrictively. It would be nice if there was a vesta.cfg option to force vcheckout to use some specific umask instead of the user's current one.
Yes, it could be overridden in a ~/vesta.cfg, but this would at least take care of the accidental...
2007-11-08 01:24:16 UTC in Vesta Configuration Management System
-
There are plenty of times when sorting would be useful. If we implement it for bindings, we should probably support it for lists too. Of course that brings up the question of different sorting orders (case sensitive alpha, case insensitive alpha, numeric, etc).
For simplicity sake, I'd suggest we just start with a simple ASCII character code order as the only choice.
2007-04-03 00:28:47 UTC in Vesta Configuration Management System
-
duplicate of #1507538.
2006-11-21 15:31:15 UTC in Vesta Configuration Management System
-
I was digging through '-cdebug All' output and I
noticed man calls that followed this pattern:
13:01:14.818 11/01/2006 -- CALLING -- FreeVariables
(call #36)
pk = 84bf0fdb125d1c86 618377fb60aecea2
13:01:14.819 11/01/2006 -- RETURNED -- FreeVariables
(call #36...
2006-11-02 19:21:08 UTC in Vesta Configuration Management System
-
filenameToRealVS and filenameToMasterVS are both
internally implemented with filenameToSpecialVS.
filenameToSpecialVS always conciders master to
be "higher" then non-ghost.
In the situation where the master was ghosted but non-
master replicas remain the non-master, non-ghost
should be returned for filenameToRealVS, but instead
the master ghost will be returned.
2006-10-09 19:47:00 UTC in Vesta Configuration Management System