You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
USER CHANGES
added a very simple README.md file - thanks to R. De Maria - commit ;
possibility to have an empty sysenv (though it must still be present) - PR #48 (by X. Lu). This is a preliminary step before dropping sysenv completely;
updated minor big in app version - PR #50 by A. Mereghetti;
MINOR CHANGES
all calls to awk have been changed into calls to gawk. This was found to be necessary as, when running SixDesk on a local UBUNTU machine, an alias to mawk was in place, requiring minor syntax differences. Thanks for F. Van Der Veken for signalling the issue. Fixed by PR #48 (by X. Lu);
replaced all tab chars in bash script with actual whitespaces - PR #48 (by X. Lu);
added a call to aklog after kinit (-R) - even though not strictly necessary, this better propagates the renewed kerberos token to AFS; relevant for submission from local machine. Thanks for F. Van Der Veken for signalling the issue. Fixed by PR #48 (by X. Lu);