debian: remove changelog in git source tree
The changelog file is automatically generated from git commit history when building, it should not be tracked in git source tree. Tracked-On: #6688 Signed-off-by: Jiaqing Zhao <jiaqing.zhao@linux.intel.com> Reviewed-by: Junjie Mao <junjie.mao@intel.com>
This commit is contained in:
parent
79b91b339b
commit
8f72d0b27f
|
@ -31,6 +31,7 @@ debian/acrn-lifemngr
|
|||
debian/acrn-system
|
||||
debian/acrn-tools
|
||||
debian/acrnd
|
||||
debian/changelog
|
||||
debian/debhelper-build-stamp
|
||||
debian/files
|
||||
debian/grub-acrn
|
||||
|
|
|
@ -1,53 +0,0 @@
|
|||
acrn-hypervisor (3.0~3.gbp9074bb) UNRELEASED; urgency=medium
|
||||
|
||||
** SNAPSHOT build @9074bb42223cf0a18a01ca7f5b481834ba79fc6a **
|
||||
|
||||
* Initial native packaging release for ACRN.
|
||||
* d/rules: Update regarding config detection
|
||||
* d/control: Pin elementpath and xmlschema
|
||||
* debian: Add docker build helpers
|
||||
* debian: Create local apt repo after build
|
||||
* debian: Update and rename README.md
|
||||
* debian: Add nuc7i7dnh/shared+initrd
|
||||
* debian: Add kontron-COMe-mAL10/shared+initrd
|
||||
* debian: Update changelog for UNRELEASED package build
|
||||
* debian: Preinstall build requirements in docker helper
|
||||
* debian: Silence build user creation
|
||||
* life_mngr: Makefile: Use sysconfdir
|
||||
* life_mngr: Makefile: Fix install path creation of CONF_DIR
|
||||
* life_mngr: Makefile: Fix permission of life_mngr.conf
|
||||
* debian: Fixup ACRN lifemngr package build
|
||||
* debian/rules: Store board and scenario xml
|
||||
* debian/grub: Adapt Linux commandline to ACRN scenario settings
|
||||
* debian/grub: Remove override variable support
|
||||
* debian: Use original acrnd.service
|
||||
* acrn_log: Fix log path to comply with Linux FSSTD
|
||||
* doc: Adapt documentation to change of acrnlog log path
|
||||
* debian: Install acrnprobe.xml
|
||||
* debian: linitian suppression rule update
|
||||
* debian/control: Use compat level 12
|
||||
* debian/rules: override_dh_strip: Fix wrong parameter
|
||||
* debian: Trigger grub-acrn on acrn-hypervisor install
|
||||
* debian/rules: Do not start services on install
|
||||
* debian: acrn-tools: Add helper scripts
|
||||
* debian: acrn-hypervisor: Refactor debconf
|
||||
* debian: nuc7i7dnh/shared+initrd: Add boot parameters
|
||||
* debian/configs: Add simatic-ipc227g/shared+initrd
|
||||
* debian/rules: Add simatic-ipc227g
|
||||
* debian: Add default configuration for acrnlog
|
||||
* debian/configs: Add kontron-COMe-mAL10:shared
|
||||
* debian/configs: Add nuc7i7dnh:shared
|
||||
* debian/configs: Add simatic-ipc227g:shared
|
||||
* debian: Separate build config items to acrn-hypervisor.conf.mk
|
||||
* debian/rules: Generate launch scripts
|
||||
* debian: Switch to elementpath 2.5.0-1 and xmlschema 1.10.0-1
|
||||
* debian/docker: Add source package handling for local apt repository
|
||||
* debian: Add build and installation description
|
||||
* debian: Update README.md
|
||||
* debian: Update changelog for UNRELEASED package build
|
||||
* debian: Convert README.md to README.rst
|
||||
* debian: Convert INSTALL.md to INSTALL.rst
|
||||
* debian/acrn-doc.doc-base: Fix typo
|
||||
* debian/configs: Remove proprietary configs, just provide a hook directory
|
||||
|
||||
-- Helmut Buchsbaum <helmut.buchsbaum@opensource.tttech-industrial.com> Mon, 09 May 2022 14:00:35 +0200
|
Loading…
Reference in New Issue