Re-enable Ibiblio in update-catalogs.sh
This commit is contained in:
parent
6435bcbf4f
commit
00d4c6ec93
1 changed files with 4 additions and 8 deletions
|
@ -31,23 +31,19 @@ echo "Generating stable catalog 2020"
|
|||
|
||||
update-catalog.py --quiet --update $catalog_dir/stable-2020-catalog
|
||||
|
||||
#echo "Generating legacy catalog"
|
||||
#update-catalog.py --no-update $catalog_dir/legacy-catalog
|
||||
|
||||
echo "Coping to WWW dir"
|
||||
|
||||
rsync -avz $output_dir/Aircraft-trunk $local_www_dir/
|
||||
rsync -avz $output_dir/Aircraft-2018 $local_www_dir/
|
||||
rsync -avz $output_dir/Aircraft-2020 $local_www_dir/
|
||||
#rsync -avz $output_dir/Aircraft $local_www_dir/
|
||||
|
||||
# temporarily disabled
|
||||
#echo "Syncing to Ibiblio"
|
||||
echo "Syncing to Ibiblio"
|
||||
|
||||
#rsync $rsync_args $output_dir/Aircraft-trunk $ibiblio_prefix
|
||||
#rsync $rsync_args $output_dir/Aircraft-2018 $ibiblio_prefix
|
||||
#rsync $rsync_args $output_dir/Aircraft-2020 $ibiblio_prefix
|
||||
#rsync $rsync_args $output_dir/Aircraft $ibiblio_prefix
|
||||
rsync $rsync_args $output_dir/Aircraft-trunk $ibiblio_prefix
|
||||
rsync $rsync_args $output_dir/Aircraft-2018 $ibiblio_prefix
|
||||
rsync $rsync_args $output_dir/Aircraft-2020 $ibiblio_prefix
|
||||
|
||||
echo "All done"
|
||||
|
||||
|
|
Loading…
Reference in a new issue