waja

waja

Joined 1 year ago

waja
Last active 3 months ago
0 0 1
1 diff --git a/lib/tasks/gitlab/backup.rake b/lib/tasks/gitlab/backup.rake
2 index ae2b1bb..f6aacce 100644
3 --- a/lib/tasks/gitlab/backup.rake
4 +++ b/lib/tasks/gitlab/backup.rake
5 @@ -157,8 +157,8 @@ namespace :gitlab do
6
7 # Build a backup path
8 path_to_bundle = File.join(backup_path_repo, project.path_with_namespace + ".bundle")
9 -
10 - if Kernel.system("git clone --bare #{path_to_bundle} #{project.repository.path_to_repo} > /dev/null 2>&1")
waja
Last active 3 months ago
0 0 2
1 # wget --no-check-certificate https://gist.github.com/waja/29b9e41113f6587fffb9/raw/squeeze-lts -O /etc/cron.daily/squeeze-lts && chmod +x /etc/cron.daily/squeeze-lts
2 # TMP=$(mktemp); wget --no-check-certificate https://gist.github.com/waja/29b9e41113f6587fffb9/raw/.bash_profile -O ${TMP} && grep -v "^#" ${TMP} >> ~/.bash_profile
3 if [ ! -f /tmp/motd.squeeze-lts.trail ]; then
4 sh /etc/cron.daily/squeeze-lts
5 fi
6 echo ""; echo "Not supported packages by squeeze LTS (wiki.debian.org/LTS/Development):"; echo ""
7 cat /tmp/motd.squeeze-lts.trail