Age | Commit message (Collapse) | Author | Files | Lines |
|
Change-Id: I68f84873b45757acdc06bf57a5df34a328f97a5f
|
|
>= 13.2.
Signed-off-by: shuai.fu <shuai01.fu@samsung.com>
Change-Id: I507d2e0b46a9a1ed46131e1e83d4741474097848
|
|
Change-Id: I888b08eedc3c8902b54959bdb3dade94e9085690
Signed-off-by: Rong Jinhui <jinhui.rong@samsung.com>
|
|
Change-Id: I0354c4a2c38ccbf5eb61791d98c9f8cf5e136bfd
Signed-off-by: Rong Jinhui <jinhui.rong@samsung.com>
|
|
Change-Id: I35e1b61496188c0d5bdd6d487c55dcfc4815156b
Signed-off-by: Markus Lehtonen <markus.lehtonen@linux.intel.com>
|
|
Relax the tar dependency by allowing any version of tar to be used.
Initially, the requirement for tar < v1.27 was because the tar gnu
format changed a bit between v1.26 and v1.27 (more specifically the
mode/time fields of @LongLink headers). Thus, the delta might not apply
and tarballs committed (with pristine-tar) on a system with old tar
could possibly not be checked out on a system with newer tar (and vice
versa). Debian has a patched tar program (PRISTINE_TAR_COMPAT patch)
that restores the old tar format when pristine-tar is used (pristine-tar
sets the PRISTINE_TAR_COMPAT environment variable which the tar program
looks at).
However, it turns out that we do not suffer this problem (and do not
need patched tar) in Tizen tools. We have for a long time had
"Use-posix-tar-format-by-default.patch" which makes pristine-tar to
always use the posix tar format, regardless of the underlying system.
Thus, virtually all pristine-tar delta in Tizen packages should have
been generated using the posix tar format (which has not changed) and
delta should apply cleanly.
Change-Id: Ib0f203f69dc4ccb7a9ca9e8346d69522c0507734
Signed-off-by: Markus Lehtonen <markus.lehtonen@linux.intel.com>
|
|
Change-Id: Ie09434b76b94dba0090263563c16a7f4daf63821
Signed-off-by: Markus Lehtonen <markus.lehtonen@linux.intel.com>
|
|
Change-Id: I81406ed8de243c759f1a52f2c6537188d95f950f
Signed-off-by: Markus Lehtonen <markus.lehtonen@linux.intel.com>
|
|
Change-Id: I11ed656f1b5fa646dc03e155c7cd61012a87bef9
Signed-off-by: Markus Lehtonen <markus.lehtonen@linux.intel.com>
|
|
tagging package pristine-tar version 1.32
Conflicts:
debian/changelog
Change-Id: I37b8b92b367215b31708e45e3754b2a6df392a66
|
|
|
|
Change-Id: I5de33bd4057944c57ecdac4ad9ac97e6d169bc2f
|
|
Set rpm changelog revision format and vendor.
Change-Id: Ic6d6eaa0fef19d78bca62df3aaae7caee4868eab
Signed-off-by: Markus Lehtonen <markus.lehtonen@linux.intel.com>
|
|
tagging package pristine-tar version 1.31
Conflicts:
debian/changelog
Change-Id: Ia4f7bdad3f0b64559b3f507fe8b7c79a1f3f37af
|
|
Allow releases of tar v1.27 that contain the PRISTINE_TAR_COMPAT patch
from Debian.
Change-Id: I55bf0b08100314af2e188608336f5365541edba2
Signed-off-by: Markus Lehtonen <markus.lehtonen@linux.intel.com>
|
|
|
|
Change-Id: I010b3793da501ce3bb3e92556cb9978bea032b7f
|
|
Change-Id: I41a8c668dd6a65d6baaeb381a44241f9d9934843
Signed-off-by: Markus Lehtonen <markus.lehtonen@linux.intel.com>
|
|
Svante Signell
|
|
Require tar < 1.27 for now - the Debian PRISTINE_TAR_COMPAT patch for tar
to cope with tar file format changes is not generally available in other
distributions.
Change-Id: I5d87e4b54c15942d0b5e9ad185882554ba063e99
Signed-off-by: Markus Lehtonen <markus.lehtonen@linux.intel.com>
|
|
Rebase patches and update changelogs.
Change-Id: I6aa54c76be6d94d1c427f0177678bdad684961d9
Signed-off-by: Markus Lehtonen <markus.lehtonen@linux.intel.com>
|
|
tagging package pristine-tar version 1.30
Conflicts:
debian/changelog
Change-Id: If614284b36fb696eecc5e2dfbc20540e49d34b81
|
|
|
|
Makes it possible to checkout tarballs from certain broken pristine-tar
branches created with buggy versions of Tizen pristine-tar on openSUSE.
Also limit the suse bzip2 hack to older openSUSE distros.
Change-Id: Ifc5b173f8a5f5db5266a79c9cfd2b27c4293f7c7
Signed-off-by: Markus Lehtonen <markus.lehtonen@linux.intel.com>
|
|
|
|
|
|
|
|
|
|
PRISTINE_TAR_COMPAT patch applied to tar.) Closes: #726963
|
|
TAR_LONGLINK_100 is set and then unset inside a single function.
This unset appears to be unnecessary cruft.
|
|
submodule. Thanks, Victor Vasiliev. Closes: #726007
|
|
Due to the way submodules are organized in the latest versions of Git,
the working directory in the submodule repository configuration is set
to the relative path of submodule with respect to its physical GIT_DIR
location, instead of default ".". This confuses git-update-index, and
causes `pristine-tar commit' to fail.
|
|
|
|
|
|
|
|
tar's -t and --files-from options implement quoting/unquoting of unprintable
characters, so we need to unquote the filenames before passing them to mkpath.
|
|
|
|
Remove all timestamps the PAX extended headers of posix tar archives.
Change-Id: I5db7d76be5256442d10b6ed1d35fe2b868dd693c
Signed-off-by: Markus Lehtonen <markus.lehtonen@linux.intel.com>
|
|
Change-Id: I3089810f3b2c4938338cd630fc4e72d8250d0d1d
Signed-off-by: Markus Lehtonen <markus.lehtonen@linux.intel.com>
|
|
|
|
Try "posix" and "gnu" formats if tarball re-creation with the default
tar format fails.
Makes pristine-tar more compatible accross different Linux distributions
as the default format used by tar varies.
Signed-off-by: Markus Lehtonen <markus.lehtonen@linux.intel.com>
|
|
Fixes bug #998.
Change-Id: I54e7ab56bd80cf87e11be5c45e88a1bd50b60d17
Signed-off-by: Markus Lehtonen <markus.lehtonen@linux.intel.com>
|
|
Also update .gbp.conf so that gbp-pq and gbp-pq-rpm can use the same
development branch.
Change-Id: I89ccbcb32e8615ff31412b91d9f1de6e027c0629
Signed-off-by: Markus Lehtonen <markus.lehtonen@linux.intel.com>
|
|
Change spec and rebase patches. Also, add an RPM changelog.
Change-Id: Ieb5e477f42888005b45882e9fea5edf80c517689
Signed-off-by: Markus Lehtonen <markus.lehtonen@linux.intel.com>
|
|
Tizen version bump to 1.28
Conflicts:
debian/changelog
Change-Id: I989d57024ee36bfb3607fe50cfedfb5530722cdd
|
|
Because we have changes on top of the upstream (RPM packaging, only,
but, still).
Change-Id: I9dc5e6dbf841d4c91a142534ca1462c90ce63b58
Signed-off-by: Markus Lehtonen <markus.lehtonen@linux.intel.com>
|
|
Change-Id: Ib7a61b271f1f01917bf93e98f680c2bbe67ca521
Signed-off-by: Markus Lehtonen <markus.lehtonen@linux.intel.com>
|
|
Remove the .dsc file from RPM packaging. Now, we build Debian packages
properly with git-buildpackage.
Change-Id: I6dc613d9d7a811c8fb830d51017cdfcf9f032a12
Signed-off-by: Markus Lehtonen <markus.lehtonen@linux.intel.com>
|
|
Change-Id: I6eb933bb3e89ae54a899675507f8367bb2a2dda3
Signed-off-by: Markus Lehtonen <markus.lehtonen@linux.intel.com>
|
|
Makes it possible to build Debian packages too, from the same branch.
Change-Id: Ie51d5413aeddc722e719bf926eb4bd1f0bcf4921
|