taler-deployment

Deployment scripts and configuration files
Log | Files | Refs | README

aptly-cleanup.sh (132B)


      1 #!/bin/sh
      2 set -ex
      3 
      4 for i in $(aptly snapshot list | grep taler | cut -d'[' -f 2 | cut -d']' -f1) ; do 
      5 	aptly snapshot drop $i
      6 done