Skip to content

Commit

Permalink
Fix wrong tarball name and update codename for Debian stable
Browse files Browse the repository at this point in the history
  • Loading branch information
eht16 committed Oct 22, 2022
1 parent d434dc4 commit 5fa145a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion builders/scripts/build_debian_geany.sh
Expand Up @@ -70,7 +70,7 @@ create_tarball_for_debuild() {
log "Create source tarball"
cd ${GEANY_BUILD_DIR}
# create a source tarball, keep .git included on purpose for Geany GIT build detection
tar --transform "s,^,geany-plugins-${GEANY_VERSION}/,S" \
tar --transform "s,^,geany-${GEANY_VERSION}/,S" \
--create \
--gzip \
--file "../geany_${GEANY_VERSION}.orig.tar.gz" \
Expand Down
2 changes: 1 addition & 1 deletion builders/scripts/update_debian_repositories.sh
Expand Up @@ -13,7 +13,7 @@


# codename -> suite mapping
declare -A SUITES=([buster]=stable [sid]=unstable)
declare -A SUITES=([bullseye]=stable [sid]=unstable)

# stop on errors
set -e
Expand Down

0 comments on commit 5fa145a

Please sign in to comment.