Project

General

Profile

Bug #636

[dbscripts] refactor abslibre's create_tarballs

mtjm - about 9 years ago - . Updated over 5 years ago.

Status:
not-a-bug
Priority:
wish
Assignee:
-
% Done:

0%


Description

It runs bsdtar with $repo/* ${ABSLIBRE}/any/${baserepo}/* among its arguments which expand to very long text, making bash -x output hard to read. It also gets many unnecessary warnings like these ones:

bsdtar: Removing leading '/' from member names
bsdtar: /srv/abslibre/any/pcr/*: Cannot stat: No such file or directory

(The variables match empty directories.)

There should be a cleaner way to write it, maybe using find or xargs.

Remember #635 before editing that script.

History

#1

Updated by lukeshu almost 9 years ago

Well, I want to replace `db-sync` and `abslibre` with `db-import` anyway...

#2

Updated by lukeshu almost 8 years ago

  • Category set to dbscripts cleanup
#3

Updated by lukeshu about 7 years ago

  • Category deleted (dbscripts cleanup)
  • Project changed from libretools to dbscripts

The latter warning has been fixed, but otherwise this is still valid.

#4

Updated by lukeshu over 5 years ago

  • Status changed from open to not-a-bug

Well... this no longer exists.

Also available in: Atom PDF