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:
parent
e4017f34e1
commit
40e7a625ee
5 changed files with 105 additions and 137 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue