1
0
Fork 0
mirror of git://git.psyced.org/git/psyced synced 2024-08-15 03:25:10 +00:00

moved archetype.pl into psyconf for improved security

This commit is contained in:
psyc://psyced.org/~lynX 2009-03-03 04:03:29 +01:00
parent e4017f34e1
commit 40e7a625ee
5 changed files with 105 additions and 137 deletions

View file

@ -131,7 +131,7 @@ int main(int argc, char **argv) {
}
puts(">> Doing a git garbage collection");
if (system("git gc")) {
if (system("git gc --aggressive")) {
puts(">> Error during git gc. Exiting.");
return 1;
}