mirror of
https://github.com/dustinkirkland/byobu
synced 2025-08-22 14:24:39 -07:00
* byobu-export: tar files with owner/group as root/root, LP: #371025
Signed-off-by: Dustin Kirkland <kirkland@canonical.com>
This commit is contained in:
parent
42d9a96db9
commit
f423285213
2 changed files with 3 additions and 2 deletions
|
@ -239,7 +239,7 @@ sed -i "s:.$PKG/profile\":\.screenrc\":" "$PROFILE"
|
||||||
sed -i "s:^bindkey -k k9 screen -t help:#bindkey -k k9 screen -t help:" "$PROFILE"
|
sed -i "s:^bindkey -k k9 screen -t help:#bindkey -k k9 screen -t help:" "$PROFILE"
|
||||||
|
|
||||||
# tar up the results
|
# tar up the results
|
||||||
tar -zcf "$file" -C "$DIR" . || error "Could not create archive"
|
tar --owner=root --group=root -zcf "$file" -C "$DIR" . || error "Could not create archive"
|
||||||
|
|
||||||
echo
|
echo
|
||||||
echo "Success!"
|
echo "Success!"
|
||||||
|
|
3
debian/changelog
vendored
3
debian/changelog
vendored
|
@ -12,12 +12,13 @@ byobu (2.4) unreleased; urgency=low
|
||||||
colors look bad on the light* profiles
|
colors look bad on the light* profiles
|
||||||
* bin/ip-address: hostname -i doesn't always work, use ifconfig
|
* bin/ip-address: hostname -i doesn't always work, use ifconfig
|
||||||
instead, LP: #376080
|
instead, LP: #376080
|
||||||
|
* byobu-export: tar files with owner/group as root/root, LP: #371025
|
||||||
* debian/control: suggest vim, for better handling of status details
|
* debian/control: suggest vim, for better handling of status details
|
||||||
|
|
||||||
[ David Duffey ]
|
[ David Duffey ]
|
||||||
* rpm/byobu.spec: initial specfile for RH packaging
|
* rpm/byobu.spec: initial specfile for RH packaging
|
||||||
|
|
||||||
-- Dustin Kirkland <kirkland@ubuntu.com> Wed, 13 May 2009 23:08:39 -0500
|
-- Dustin Kirkland <kirkland@ubuntu.com> Thu, 14 May 2009 00:55:35 -0500
|
||||||
|
|
||||||
byobu (2.3-0ubuntu1) karmic; urgency=low
|
byobu (2.3-0ubuntu1) karmic; urgency=low
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue