diff --git a/backups/backup.sh b/backups/backup.sh index 03cbef9..9d00b47 100755 --- a/backups/backup.sh +++ b/backups/backup.sh @@ -3,6 +3,9 @@ BACKUP_USER=jryland REPO_SERVER=http://gitbucket.localdomain +mkdir -p tmp +cd tmp + # Get list of repos curl -s "${REPO_SERVER}/api/v3/users/${BACKUP_USER}/repos" | jq -r '.[] | .name' | while read REPO do diff --git a/backups/backup.sh b/backups/backup.sh index 03cbef9..9d00b47 100755 --- a/backups/backup.sh +++ b/backups/backup.sh @@ -3,6 +3,9 @@ BACKUP_USER=jryland REPO_SERVER=http://gitbucket.localdomain +mkdir -p tmp +cd tmp + # Get list of repos curl -s "${REPO_SERVER}/api/v3/users/${BACKUP_USER}/repos" | jq -r '.[] | .name' | while read REPO do diff --git a/queue.xml b/queue.xml index 8e92c9e..a23846b 100644 --- a/queue.xml +++ b/queue.xml @@ -1,5 +1,5 @@ - 29 + 30 \ No newline at end of file