commit/galaxy-central: natefoo: Remove unused "Main" versions of cleanup convenienence wrappers.
1 new commit in galaxy-central: https://bitbucket.org/galaxy/galaxy-central/commits/b4924e433ae2/ Changeset: b4924e433ae2 User: natefoo Date: 2014-09-15 21:34:03 Summary: Remove unused "Main" versions of cleanup convenienence wrappers. Affected #: 6 files diff -r 819a7675a49ea44a9dd2207323635604c7fc16ec -r b4924e433ae2df18771a7e43c23287f4b9bc23dd scripts/cleanup_datasets/delete_datasets_main.sh --- a/scripts/cleanup_datasets/delete_datasets_main.sh +++ /dev/null @@ -1,4 +0,0 @@ -#!/bin/sh - -cd `dirname $0`/../.. -python ./scripts/cleanup_datasets/cleanup_datasets.py ./universe_wsgi.ini -d 60 -6 -r $@ >> ./scripts/cleanup_datasets/delete_datasets.log diff -r 819a7675a49ea44a9dd2207323635604c7fc16ec -r b4924e433ae2df18771a7e43c23287f4b9bc23dd scripts/cleanup_datasets/delete_userless_histories_main.sh --- a/scripts/cleanup_datasets/delete_userless_histories_main.sh +++ /dev/null @@ -1,4 +0,0 @@ -#!/bin/sh - -cd `dirname $0`/../.. -python ./scripts/cleanup_datasets/cleanup_datasets.py ./universe_wsgi.ini -d 60 -1 $@ >> ./scripts/cleanup_datasets/delete_userless_histories.log diff -r 819a7675a49ea44a9dd2207323635604c7fc16ec -r b4924e433ae2df18771a7e43c23287f4b9bc23dd scripts/cleanup_datasets/purge_datasets_main.sh --- a/scripts/cleanup_datasets/purge_datasets_main.sh +++ /dev/null @@ -1,4 +0,0 @@ -#!/bin/sh - -cd `dirname $0`/../.. -python ./scripts/cleanup_datasets/cleanup_datasets.py ./universe_wsgi.ini -d 60 -3 -r $@ >> ./scripts/cleanup_datasets/purge_datasets.log diff -r 819a7675a49ea44a9dd2207323635604c7fc16ec -r b4924e433ae2df18771a7e43c23287f4b9bc23dd scripts/cleanup_datasets/purge_folders_main.sh --- a/scripts/cleanup_datasets/purge_folders_main.sh +++ /dev/null @@ -1,4 +0,0 @@ -#!/bin/sh - -cd `dirname $0`/../.. -python ./scripts/cleanup_datasets/cleanup_datasets.py ./universe_wsgi.ini -d 60 -5 -r $@ >> ./scripts/cleanup_datasets/purge_folders.log diff -r 819a7675a49ea44a9dd2207323635604c7fc16ec -r b4924e433ae2df18771a7e43c23287f4b9bc23dd scripts/cleanup_datasets/purge_histories_main.sh --- a/scripts/cleanup_datasets/purge_histories_main.sh +++ /dev/null @@ -1,4 +0,0 @@ -#!/bin/sh - -cd `dirname $0`/../.. -python ./scripts/cleanup_datasets/cleanup_datasets.py ./universe_wsgi.ini -d 60 -2 -r $@ >> ./scripts/cleanup_datasets/purge_histories.log diff -r 819a7675a49ea44a9dd2207323635604c7fc16ec -r b4924e433ae2df18771a7e43c23287f4b9bc23dd scripts/cleanup_datasets/purge_libraries_main.sh --- a/scripts/cleanup_datasets/purge_libraries_main.sh +++ /dev/null @@ -1,4 +0,0 @@ -#!/bin/sh - -cd `dirname $0`/../.. -python ./scripts/cleanup_datasets/cleanup_datasets.py ./universe_wsgi.ini -d 60 -4 -r $@ >> ./scripts/cleanup_datasets/purge_libraries.log Repository URL: https://bitbucket.org/galaxy/galaxy-central/ -- This is a commit notification from bitbucket.org. You are receiving this because you have the service enabled, addressing the recipient of this email.
participants (1)
-
commits-noreply@bitbucket.org