Skip to content

Commit

Permalink
build directly native pkgs due to update of changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
nqb committed Jun 11, 2021
1 parent 0a64729 commit 243d723
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 15 deletions.
1 change: 0 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,6 @@ build_rpm: rpm/.rpmmacros

.PHONY: build_deb
build_deb:
$(SRC_CIDIR)/debian/convert-to-native-package.sh
cp $(SRC_CIDIR)/debian/.devscripts $(HOME)
QUILT_PATCHES=$(SRC_DEBDIR)/patches quilt push
ci-build-pkg $(SRC_DEBDIR)
Expand Down
12 changes: 0 additions & 12 deletions ci/debian/convert-to-native-package.sh

This file was deleted.

2 changes: 1 addition & 1 deletion ci/lib/release/prep-release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ update_deb_changelog() {
--distribution "unstable" \
-t "Version ${PF_NEW_PATCH_RELEASE}"
) || die "dch failed"
head $DEB_CHLOG
head -n3 $DEB_CHLOG
}

update_rpm_changelog() {
Expand Down
2 changes: 1 addition & 1 deletion debian/source/format
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.0 (quilt)
3.0 (native)

0 comments on commit 243d723

Please sign in to comment.