[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[dak/master] byhand-ftpsync: Expect binary package like name



dak wants to have by-hand files also in the format $name_$version_$arch,
so fix the name to match.
---
 scripts/debian/byhand-ftpsync | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/scripts/debian/byhand-ftpsync b/scripts/debian/byhand-ftpsync
index 1f68b89..9a316a3 100755
--- a/scripts/debian/byhand-ftpsync
+++ b/scripts/debian/byhand-ftpsync
@@ -62,7 +62,7 @@ if ! echo "$VERSION" | grep -Eq "^[0-9]{8}$"; then
     error "Invalid version: '$VERSION'"
 fi
 
-if [[ ! "${byhand_file}" =~ ^ftpsync-[0-9]{8}.tar.gz$ ]]; then
+if [[ ! "${byhand_file}" =~ ^ftpsync_[0-9]{8}_all.tar.gz$ ]]; then
     error "unknown file '${byhand_file}'"
 fi
 
-- 
2.1.4



Reply to: