Re: [PATCH] Spelling fixes

2016-08-09 Thread Ville Skyttä
On Tue, Aug 9, 2016 at 9:19 PM, Junio C Hamano wrote: [...] > There are two "commited" you seem to have missed, though, > > t/t3420-rebase-autostash.sh:echo uncommited-content >file0 && > t/t3420-rebase-autostash.sh:echo uncommited-content >expected && > > which I'll

[PATCH v2] completion: complete --delete, --move, and --remotes for git branch

2016-08-09 Thread Ville Skyttä
Signed-off-by: Ville Skyttä <ville.sky...@iki.fi> --- contrib/completion/git-completion.bash | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/contrib/completion/git-completion.bash b/contrib/completion/git-completion.bash index 6a187bc..76abbd1 100644 --- a/c

[PATCH] Spelling fixes

2016-08-09 Thread Ville Skyttä
Signed-off-by: Ville Skyttä <ville.sky...@iki.fi> --- Documentation/RelNotes/2.3.10.txt | 2 +- Documentation/RelNotes/2.4.10.txt | 2 +- Documentation/RelNotes/2.5.4.txt| 2 +- Documentation/RelNotes/2.6.1.txt| 2 +- Documentation/git-remote-

Re: hfsplus-tools executables renamed

2016-08-03 Thread Ville Skyttä
On Wed, Aug 3, 2016 at 9:00 AM, Mattia Verga wrote: > it seems that the hfsplus-tools package arbitrary renames its executables. > This prevents kde-partitionmanager to fully support HFS+. > I've opened a bug [1] for this, but I received no answer. > > Anyone knows why

[issue27461] Optimize PNGs

2016-07-26 Thread Ville Skyttä
Changes by Ville Skyttä <ville.sky...@iki.fi>: Removed file: http://bugs.python.org/file43653/pngs.patch ___ Python tracker <rep...@bugs.python.org> <http://bugs.python

[issue27461] Optimize PNGs

2016-07-26 Thread Ville Skyttä
Ville Skyttä added the comment: Updated patch against tip. Before: 289426 total After: 194638 total -- Added file: http://bugs.python.org/file43896/pngs.patch ___ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/i

[issue27626] Spelling fixes

2016-07-26 Thread Ville Skyttä
Changes by Ville Skyttä <ville.sky...@iki.fi>: -- files: spelling.patch keywords: patch nosy: scop priority: normal severity: normal status: open title: Spelling fixes type: enhancement versions: Python 3.6 Added file: http://bugs.python.org/file43895/spelling

[Bash-completion-devel] Bug#830937: Bug#830937: Please support dynamically loading completions from $HOME

2016-07-12 Thread Ville Skyttä
We (upstream) already do this in bash-completion >= 2.2. ___ Bash-completion-devel mailing list Bash-completion-devel@lists.alioth.debian.org http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/bash-completion-devel

Bug#830937: [Bash-completion-devel] Bug#830937: Please support dynamically loading completions from $HOME

2016-07-12 Thread Ville Skyttä
We (upstream) already do this in bash-completion >= 2.2.

Re: Too fast karma on Bodhi updates

2016-07-11 Thread Ville Skyttä
On Mon, Jul 11, 2016 at 9:37 AM, Raphael Groner wrote: > Why is it possible to give +1 to stable packages? Bodhi may deny or at least > impede such actions, -1 or neutral comments should be still possible though > for users having issues. I disagree with allowing

[issue27461] Optimize PNGs

2016-07-07 Thread Ville Skyttä
Ville Skyttä added the comment: Sure, I plan to suggest this to sphinx as well. One corresponding tool for JPEGs is jpegoptim and its --strip-all option, but there is only ./Mac/BuildScript/resources/background.jpg in the cpython source tree (which despite of the .jpg extension appears

[issue27461] Optimize PNGs

2016-07-07 Thread Ville Skyttä
New submission from Ville Skyttä: Running PNGs through zopflipng makes them smaller, with no drawbacks. This patch was done with zopflipng version 1.0.1 with the -m option, and decreases the in-tree total size size of all *.png by almost 100KiB. $ find -name "*.png" | xargs du -bc |

Re: [vdr] Logical Channel Numbers

2016-07-03 Thread Ville Skyttä
On Sat, Jul 2, 2016 at 7:05 PM, Stuart Morris wrote: > > I have recently upgraded to VDR v2.2.0 and I notice in the changelog that > support for Logical Channel Numbers (LCN) has been added. > Is there any way to sort and select VDR channels by LCN yet? Works fine for

[issue27430] Spelling fixes

2016-07-01 Thread Ville Skyttä
Changes by Ville Skyttä <ville.sky...@iki.fi>: -- files: spelling.patch keywords: patch nosy: scop priority: normal severity: normal status: open title: Spelling fixes type: enhancement Added file: http://bugs.python.org/file43597/spelling

[Oxygen] [Bug 364905] New: Optimize PNGs with zopflipng

2016-06-29 Thread Ville Skyttä via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=364905 Bug ID: 364905 Summary: Optimize PNGs with zopflipng Product: Oxygen Version: unspecified Platform: Other OS: Linux Status: UNCONFIRMED Severity: wishlist

Re: [vdr] vdr-2.2.0 fails on compile with systemd-230

2016-06-21 Thread Ville Skyttä
On Tue, Jun 21, 2016 at 2:25 PM, Joerg Bornkessel wrote: > atached patch fix this problem. It however also most likely breaks things with systemd < 230. Attached is another approach I sent to Klaus last week, this one should be backwards compatible. From

Re: [PATCH 1/2] git-prompt.sh: Don't error on null ${ZSH,BASH}_VERSION, $short_sha

2016-06-06 Thread Ville Skyttä
On Mon, Jun 6, 2016 at 11:08 PM, Junio C Hamano <gits...@pobox.com> wrote: > Ville Skyttä <ville.sky...@iki.fi> writes: > >> When the shell is in "nounset" or "set -u" mode, referencing unset or >> null variables results in an error.

Re: [PATCH 1/2] git-prompt.sh: Don't error on null ${ZSH,BASH}_VERSION, $short_sha

2016-06-06 Thread Ville Skyttä
On Mon, Jun 6, 2016 at 7:29 PM, Ville Skyttä <ville.sky...@iki.fi> wrote: > When the shell is in "nounset" or "set -u" mode, referencing unset or > null variables results in an error. Protect $ZSH_VERSION and > $BASH_VERSION against that, and initialize

Re: [PATCH] git-prompt.sh: Don't error on null ${ZSH,BASH}_VERSION

2016-06-06 Thread Ville Skyttä
On Tue, May 24, 2016 at 8:27 PM, Junio C Hamano <gits...@pobox.com> wrote: > Ville Skyttä <ville.sky...@iki.fi> writes: > >> When the shell is in "nounset" or "set -u" mode, referencing unset or >> null variables results in an error.

[PATCH 1/2] git-prompt.sh: Don't error on null ${ZSH,BASH}_VERSION, $short_sha

2016-06-06 Thread Ville Skyttä
When the shell is in "nounset" or "set -u" mode, referencing unset or null variables results in an error. Protect $ZSH_VERSION and $BASH_VERSION against that, and initialize $short_sha before use. Signed-off-by: Ville Skyttä <ville.sky...@iki.fi> --- contrib/co

Re: [PATCH] completion: complete --move for git branch

2016-06-06 Thread Ville Skyttä
On Mon, Jun 6, 2016 at 5:16 PM, Remi Galan Alfonso <remi.galan-alfo...@ensimag.grenoble-inp.fr> wrote: > > Hi, > > Ville Skyttä <ville.sky...@iki.fi> writes: > > while [ $c -lt $cword ]; do > > i="${words[c]}" > >

[PATCH] completion: complete --move for git branch

2016-06-06 Thread Ville Skyttä
Signed-off-by: Ville Skyttä <ville.sky...@iki.fi> --- contrib/completion/git-completion.bash | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/contrib/completion/git-completion.bash b/contrib/completion/git-completion.bash index 3402475..6918cc8 100644 --- a/c

[Rpm-maint] [rpm-software-management/rpm] Various python fixes (#71)

2016-06-04 Thread Ville Skyttä
You can view, comment on, or merge this pull request online at: https://github.com/rpm-software-management/rpm/pull/71 -- Commit Summary -- * python: Fix signalsCaught() docstring * python: Trivial code cleanups * python: Remove unnecessary shebang * python: Close file in _f2hdr also

[Rpm-maint] [rpm-software-management/rpm] Spelling fixes (#70)

2016-06-04 Thread Ville Skyttä
You can view, comment on, or merge this pull request online at: https://github.com/rpm-software-management/rpm/pull/70 -- Commit Summary -- * Spelling fixes -- File Changes -- M doc/rpmspec.8 (2) M lib/rpmfi.c (2) M lib/rpmtriggers.c (2) M misc/rpmxprogname.c (2) M

[PATCH] git-prompt.sh: Don't error on null ${ZSH,BASH}_VERSION

2016-05-24 Thread Ville Skyttä
When the shell is in "nounset" or "set -u" mode, referencing unset or null variables results in an error. Protect $ZSH_VERSION and $BASH_VERSION against that. Signed-off-by: Ville Skyttä <ville.sky...@iki.fi> --- contrib/completion/git-prompt.sh | 4 ++-- 1 file c

[issue27076] Doc and comment spelling fixes

2016-05-21 Thread Ville Skyttä
New submission from Ville Skyttä: Patch attached. -- assignee: docs@python components: Documentation, Library (Lib) files: docs.patch keywords: patch messages: 265992 nosy: docs@python, scop priority: normal severity: normal status: open title: Doc and comment spelling fixes type

[issue27075] Link to StreamReader/Writer from codecs.getreader/writer

2016-05-21 Thread Ville Skyttä
New submission from Ville Skyttä: Patch attached. -- assignee: docs@python components: Documentation files: codeclinks.patch keywords: patch messages: 265991 nosy: docs@python, scop priority: normal severity: normal status: open title: Link to StreamReader/Writer from codecs.getreader

[PATCH] tools: Low hanging Python 3 compatibility fixes

2016-03-28 Thread Ville Skyttä via cfe-commits
--- tools/clang-format/clang-format-diff.py | 4 +-- tools/clang-format/clang-format.py | 6 ++--- tools/clang-format/git-clang-format | 42 -- tools/scan-build/bin/set-xcode-analyzer | 24 - tools/scan-view/bin/scan-view | 11

git-bz config in fedpkg (was: Re: [PATCH] Update to 2.0.2)

2016-03-28 Thread Ville Skyttä
On Mon, Aug 3, 2015 at 9:35 PM, Michel Alexandre Salim <mic...@michel-slm.name> wrote: > > On Mon, Aug 3, 2015, 15:15 Ville Skyttä <ville.sky...@iki.fi> wrote: > > > Once configured, git-bz makes it even easier. My ~/.gitconfig has: > > [bz] > browser

Packages installing files to /etc/tmpfiles.d

2016-03-26 Thread Ville Skyttä
The following packages in current rawhide install files to /etc/tmpfiles.d. They should most likely be fixed to install those files to /usr/lib/tmpfiles.d instead. $ dnf -q repoquery --disablerepo=* --enablerepo=rawhide --qf=%{NAME} "/etc/tmpfiles.d/*" | sort -u 389-dsgw amplab-tachyon anyterm

Re: meaning of Requires(pre)

2016-03-20 Thread Ville Skyttä
On Fri, Mar 18, 2016 at 8:47 PM, Honza Šilhan wrote: > The maintainers of Fedora components containing > `Requires(pre)` tag and while not having the `Requires` were informed. BTW the thing that detected the use of Requires(pre) in packages seems to have been buggy; I got

Re: introducing curl-minimal and libcurl-minimal RPM packages

2016-03-19 Thread Ville Skyttä
On Wed, Mar 16, 2016 at 6:36 PM, Kamil Dudka wrote: > The curl and libcurl packages, which are both required by dnf, Hm, does dnf really require curl? On my F-23 box: $ rpm -e --test curl error: Failed dependencies: curl is needed by (installed) rpmdevtools-8.6-2.fc23.noarch

[bug #41295] Optimize PNGs

2016-03-12 Thread Ville Skyttä
Follow-up Comment #1, bug #41295 (project grub): ...and even a bit more can be achieved with zopflipng: $ for file in $(find . -name *.png) ; do zopflipng -m $file $file.new && mv $file.new $file ; done [...] $ du -bc $(find . -name "*.png") | tail -n 1 1363348 total

Re: [Bash-completion-devel] [PATCH 0/3] Fix lvm completion

2016-03-07 Thread Ville Skyttä
On Mon, Mar 7, 2016 at 11:56 AM, Liuhua Wang wrote: > Liuhua Wang (3): > lvm: fix all commands that should get all PVs > lvm: pvcreate should be able to use all block devcices > lvm: disable silent temporarily to avoid no output Looks like these changes no longer apply to

Re: ghost compat-gcc-296/32 debuginfo and source packages in rawhide

2016-03-05 Thread Ville Skyttä
On Sat, Mar 5, 2016 at 4:41 PM, Jakub Jelinek <ja...@redhat.com> wrote: > > On Sat, Mar 05, 2016 at 04:09:55PM +0200, Ville Skyttä wrote: > > Rawhide repos have currently compat-gcc-296 and compat-gcc-32 -debuginfo > > and source packages but the correspond

ghost compat-gcc-296/32 debuginfo and source packages in rawhide

2016-03-05 Thread Ville Skyttä
Rawhide repos have currently compat-gcc-296 and compat-gcc-32 -debuginfo and source packages but the corresponding main binary packages are not there. Shouldn't all or none of them be there, something wrong with the compose? -- devel mailing list devel@lists.fedoraproject.org

Re: bash completion dirs

2016-03-03 Thread Ville Skyttä
On Mon, Feb 22, 2016 at 5:11 PM, Ondřej Vašík <ova...@redhat.com> wrote: > Ville Skyttä píše v Po 22. 02. 2016 v 14:12 +0200: >> On Mon, Feb 22, 2016 at 2:04 PM, Thomas Moschny >> >> Why not. Note however that if going this route, the dirs >> /usr/share/ba

Re: Large number of packages to be orphaned on Feb 26

2016-02-26 Thread Ville Skyttä
On Fri, Feb 26, 2016 at 8:10 PM, Kevin Fenzi wrote: > rpms/zopfli -- Zlib compatible better compressor ( master f24 f23 f22 ) Took this one. -- devel mailing list devel@lists.fedoraproject.org http://lists.fedoraproject.org/admin/lists/devel@lists.fedoraproject.org

Re: [Bash-completion-devel] bash-completion project moved

2016-02-25 Thread Ville Skyttä
On Thu, Feb 25, 2016 at 4:26 AM, Raphaël wrote: > Out of curiosity what was the main reason for moving away from alioth? Speaking for myself, in no particular order: Alioth's dev facilities pale in comparison to GitHub; GitHub has much more developer traction and

[Bash-completion-devel] bash-completion project moved

2016-02-24 Thread Ville Skyttä
Hello, As some of you have probably noticed already, the bash-completion project has moved to GitHub, https://github.com/scop/bash-completion/ Unfortunately it looks like there is no sane way to migrate the existing issue reports in the Alioth tracker to GitHub (specifically, no comments or

Re: bash completion dirs

2016-02-22 Thread Ville Skyttä
On Mon, Feb 22, 2016 at 2:04 PM, Thomas Moschny wrote: > However, for the same reasons, shouldn't the filesystem package also > own the "new" /usr/share/bash-completion/completions location? Why not. Note however that if going this route, the dirs

Bug#814599: [Bash-completion-devel] Bug#814599: bash-completion: different behavior in /etc/bash_completion.d/ than in /usr/share/bash-completion/completions/

2016-02-13 Thread Ville Skyttä
On Sat, Feb 13, 2016 at 1:57 PM, Martin-Éric Racine wrote: > Responding to Lintian's warning (package-installs-into-obsolete-dir > etc/bash_completion.d) I moved a completion script to the new > /usr/share/bash-completion/completions/ location. The script is not

Bug#814599: [Bash-completion-devel] Bug#814599: bash-completion: different behavior in /etc/bash_completion.d/ than in /usr/share/bash-completion/completions/

2016-02-13 Thread Ville Skyttä
Yes, things have changed, this is not a bug in bash-completion. Your script not being sourced at all from the new location is expected because the name of the script is not what it needs to be to work properly in that location. In the old, deprecated location everything is eagerly loaded at shell

[Bash-completion-devel] Bug#814599: Bug#814599: bash-completion: different behavior in /etc/bash_completion.d/ than in /usr/share/bash-completion/completions/

2016-02-13 Thread Ville Skyttä
On Sat, Feb 13, 2016 at 1:57 PM, Martin-Éric Racine wrote: > Responding to Lintian's warning (package-installs-into-obsolete-dir > etc/bash_completion.d) I moved a completion script to the new > /usr/share/bash-completion/completions/ location. The script is not

Re: dnf remove qemu-img uninstall kernel

2016-02-12 Thread Ville Skyttä
On Fri, Feb 12, 2016 at 8:36 PM, Mattia Verga wrote: > Il 12/02/2016 19:22, Sérgio Basto ha scritto: >> On Sex, 2016-02-12 at 19:18 +0100, Mattia Verga wrote: >> >> clean_requirements_on_remove=true >> >> in /etc/dnf/dnf.conf >> > Thanks, setting it to "false" avoid

Re: [Bash-completion-devel] Minicom completion misses local config - #315256 (with patch)

2016-02-09 Thread Ville Skyttä
On Wed, Feb 10, 2016 at 2:46 AM, Nevo Hed wrote: > >> Anyway, applied with minor tweaks. > Can you explain the tweak? > as far as I can see, spacing aside, there is a switch from testing & return > > From >[[ ${#COMPREPLY[@]} -gt 0 ]] && return 0 > To >[[

Re: [Bash-completion-devel] Minicom completion misses local config - #315256 (with patch)

2016-02-08 Thread Ville Skyttä
On Mon, Feb 8, 2016 at 7:39 AM, Nevo Hed wrote: > Try as a I might I could not locate contribution guidelines and was left > with the impression that submitting a bug report with a patch should be > enough. But my the traffic n the mailing list I see that I was

[Bash-completion-commits] [bash-completion] branch master updated (9cbd68b -> 39acdb2)

2016-02-08 Thread Ville Skyttä
This is an automated email from the git hooks/post-receive script. scop-guest pushed a change to branch master in repository bash-completion. from 9cbd68b cppcheck: Add native to --platform completions new 39acdb2 minicom: Recognize user ~/.minirc.* as config files The 1

[Bash-completion-commits] [bash-completion] 01/01: minicom: Recognize user ~/.minirc.* as config files

2016-02-08 Thread Ville Skyttä
This is an automated email from the git hooks/post-receive script. scop-guest pushed a commit to branch master in repository bash-completion. commit 39acdb21e89f89c207089da4c061c193d5d8af84 Author: Nevo Hed Date: Mon Feb 8 16:38:32 2016 +0200 minicom:

Re: [Bash-completion-devel] iptables-bash_completion 1.4 - Bash shell programmable completion for ip[6]tables

2016-02-07 Thread Ville Skyttä
On Sun, Feb 7, 2016 at 12:06 AM, AllKind wrote: > If I get it to upstream, the downside is, it's up to the packager of the > distro, or the user itself, to take care of it becoming available. How so? Don't just dump it somewhere in their source tree, make it so that "make

Re: [Bash-completion-devel] [ipset] simple bash completion

2016-02-07 Thread Ville Skyttä
On Sat, Feb 6, 2016 at 9:00 AM, AllKind wrote: > On 06.02.2016 06:49, Codarren Velvindron wrote: >> >> Hello Guys, >> >> I have a really basic working bash completion for ipset. >> >> I would welcome feedback on improving it :-) >> >>

Re: [Bash-completion-devel] [PATCH] Fix lvm completion related with physical volumes

2016-02-07 Thread Ville Skyttä
On Wed, Dec 16, 2015 at 5:21 AM, Liuhua Wang wrote: > There are the following problems with lvm completions: Thanks for the patch and sorry about the delay. I don't use lvm myself -- any lvm users around to review this? In any case, please add test cases for the changes to the

Re: [Bash-completion-devel] iptables-bash_completion 1.4 - Bash shell programmable completion for ip[6]tables

2016-02-06 Thread Ville Skyttä
On Tue, Feb 2, 2016 at 1:01 PM, AllKind wrote: > Good day! > > I've written a fairly huge and complex completion for iptables and > ip6tables. I know there is already a version available in bash completion. > But this one is way more powerful. Wow, looks like a lot of work

Re: Should rpmlint warn about misleading indentation?

2016-02-01 Thread Ville Skyttä
On Mon, Feb 1, 2016 at 1:36 PM, Jonathan Wakely wrote: > > Insisting that feature requests provide an implementation is a good > way to ensure nobody bothers asking for improvements to a tool. And encouraging filing RFE's for which there is no implementor resources in

Re: Should rpmlint warn about misleading indentation?

2016-01-29 Thread Ville Skyttä
On Fri, Jan 29, 2016 at 2:41 PM, Jonathan Wakely wrote: > > I've seen a few spec files with content like this: > > %configure --disable-static --with-imagemagick --with-magickpp \ >--without-libavcodec >CPPFLAGS='-DMagickLib=MagickCore

Re: Needless use of %defattr (in 4464 packages)

2016-01-26 Thread Ville Skyttä
On Tue, Jan 26, 2016 at 11:12 AM, Michael Schwendt <mschwe...@gmail.com> wrote: > On Tue, 26 Jan 2016 10:48:28 +0200, Ville Skyttä wrote: > >> On Tue, Jan 26, 2016 at 9:35 AM, Petr Pisar <ppi...@redhat.com> wrote: >> > This can bring bugs because, as noted in the

Re: Needless use of %defattr (in 4464 packages)

2016-01-26 Thread Ville Skyttä
On Tue, Jan 26, 2016 at 9:35 AM, Petr Pisar wrote: > This can bring bugs because, as noted in the orignal message, some > people use to change wrong permissions coming from %install section. Can you give a concrete example where doing this actually accomplishes something with

Re: review swap

2016-01-01 Thread Ville Skyttä
On Fri, Jan 1, 2016 at 5:14 AM, Mark McKinstry wrote: > Can anyone do a review swap for emacs-yaml-mode? It is a very simple > package. > > https://bugzilla.redhat.com/show_bug.cgi?id=1247442 Looks like someone beat me to it, but feel free to return the favor to me with

Re: What to do when upstream doesn't version

2015-12-27 Thread Ville Skyttä
On Sun, Dec 27, 2015 at 9:58 AM, Björn Esser wrote: > Version: 0.0.0 The dotted zeros don't add any value here, they're just cruft. "Version: 0" works fine. -- devel mailing list devel@lists.fedoraproject.org

Re: Specs using %define

2015-12-25 Thread Ville Skyttä
On Fri, Dec 25, 2015 at 2:10 AM, Jason L Tibbitts III wrote: >> "JJ" == Jerry James writes: > > JJ> This uses a %define inside the %check script as a convenient macro, > JJ> used only inside the %check script; i.e., it really is a local > JJ>

[Bash-completion-commits] [bash-completion] branch master updated (5fd0077 -> f8f6ffa)

2015-12-25 Thread Ville Skyttä
This is an automated email from the git hooks/post-receive script. scop-guest pushed a change to branch master in repository bash-completion. from 5fd0077 chronyc: Parse command args from help output new f8f6ffa ssh: Avoid completing commands before hostname The 1 revisions

[Bash-completion-commits] [bash-completion] 01/01: ssh: Avoid completing commands before hostname

2015-12-25 Thread Ville Skyttä
This is an automated email from the git hooks/post-receive script. scop-guest pushed a commit to branch master in repository bash-completion. commit f8f6ffa72ed3db9c6628b50f1bd3ef9582b4f264 Author: Ville Skyttä <ville.sky...@iki.fi> Date: Fri Dec 25 14:56:22 2015 +0200 ssh:

[EPEL-devel] Re: Mass rebuild of EPEL6

2015-12-23 Thread Ville Skyttä
On Wed, Dec 23, 2015 at 10:27 PM, Antonio Trande wrote: > On 12/23/2015 09:13 PM, Jason L Tibbitts III wrote: > >> tktable-2.9-13.el6.src.rpm > > This is not current tktable release. It is what's in EPEL 6 at the moment. There are some newer koji builds, but apparently

Bug#808478: [Bash-completion-devel] Bug#808478: systemctl fails to autocomplete without dbus

2015-12-20 Thread Ville Skyttä
I don't know how things like this are generally handled in Debian, but would like to note that systemctl completion is not shipped by bash-completion (at least upstream) so chances are that it should be fixed somewhere else.

[Bash-completion-devel] Bug#808478: Bug#808478: systemctl fails to autocomplete without dbus

2015-12-20 Thread Ville Skyttä
I don't know how things like this are generally handled in Debian, but would like to note that systemctl completion is not shipped by bash-completion (at least upstream) so chances are that it should be fixed somewhere else. ___ Bash-completion-devel

Re: mdpolicy=group:primary for mock yum distros

2015-12-12 Thread Ville Skyttä
On Fri, Dec 11, 2015 at 7:52 PM, Clark Williams <clark.willi...@gmail.com> wrote: > On Fri, 11 Dec 2015 17:14:39 +0200 > Ville Skyttä <ville.sky...@iki.fi> wrote: > >> Hello, >> >> I've had mdpolicy=group:primary set for all yum-based distros in my >

Re: How to remove old source file?

2015-11-15 Thread Ville Skyttä
On Sun, Nov 15, 2015 at 8:59 PM, Kevin Kofler wrote: > Jan Kratochvil wrote: >> There is also ".gitignore" file which is sometimes unmaintained and huge. > > This is a feature. If you still have old tarballs in your checkout, they > should be ignored as well as the current

[Rpm-maint] [rpm] brp-python-hardlink: Use cmp instead of sha1summing (#30)

2015-11-13 Thread Ville Skyttä
diffutils is a rpm-build dependency anyway nowadays, e.g. find-debuginfo.sh uses cmp too. See PR #16 for discussion. You can view, comment on, or merge this pull request online at: https://github.com/rpm-software-management/rpm/pull/30 -- Commit Summary -- * brp-python-hardlink: Use cmp

[Rpm-maint] [rpm] pythoneggs.py: flake8 fixes (#31)

2015-11-13 Thread Ville Skyttä
...except long lines warnings. You can view, comment on, or merge this pull request online at: https://github.com/rpm-software-management/rpm/pull/31 -- Commit Summary -- * pythoneggs.py: flake8 fixes -- File Changes -- M scripts/pythoneggs.py (40) -- Patch Links --

[PATCH] libselinux, policycoreutils: Man page warning fixes

2015-11-09 Thread Ville Skyttä
Signed-off-by: Ville Skyttä <ville.sky...@iki.fi> --- libselinux/man/man3/security_load_booleans.3| 2 +- libselinux/man/man3/selinux_binary_policy_path.3| 2 +- libselinux/man/man8/avcstat.8 | 2 +- libselinux/man/man8/booleans.8

Re: [PATCH] man: Syntax and warning fixes

2015-11-09 Thread Ville Skyttä
On Mon, Nov 9, 2015 at 11:40 AM, Albino B Neto <b...@bino.us> wrote: > 2015-11-07 7:55 GMT-02:00 Ville Skyttä <ville.sky...@iki.fi>: >>> Signed-off-by and description ? >> >> Superseding patches sent separately. I suggest documenting the >> requirement

[PATCH] man: Syntax and warning fixes

2015-11-07 Thread Ville Skyttä
--- man/man8/tc-bpf.8 | 2 +- man/man8/tipc-bearer.8| 4 ++-- man/man8/tipc-link.8 | 6 +++--- man/man8/tipc-media.8 | 4 ++-- man/man8/tipc-nametable.8 | 4 ++-- man/man8/tipc-node.8 | 4 ++-- man/man8/tipc-socket.8| 4 ++-- 7 files changed, 14 insertions(+), 14

[PATCH 2/2] man: Spelling fixes

2015-11-07 Thread Ville Skyttä
Signed-off-by: Ville Skyttä <ville.sky...@iki.fi> --- man/man8/bridge.8 | 2 +- man/man8/ifcfg.8 | 2 +- man/man8/lnstat.8 | 2 +- man/man8/tc-bpf.8 | 2 +- man/man8/tc-cbq-details.8 | 2 +- man/man8/tc-mqprio.8 | 2 +- man/man8/tc.8 | 2

[PATCH 1/2] man: Syntax and warning fixes

2015-11-07 Thread Ville Skyttä
Fix syntax issues and warnings highlighted by `man --warnings=w' from man-db 2.7.1. Signed-off-by: Ville Skyttä <ville.sky...@iki.fi> --- man/man8/tc-bpf.8 | 2 +- man/man8/tipc-bearer.8| 4 ++-- man/man8/tipc-link.8 | 6 +++--- man/man8/tipc-media.8 | 4 ++-- man/man

Re: [PATCH] man: Syntax and warning fixes

2015-11-07 Thread Ville Skyttä
On Sat, Nov 7, 2015 at 11:47 AM, Albino B Neto <b...@bino.us> wrote: > 2015-11-07 7:44 GMT-02:00 Ville Skyttä <ville.sky...@iki.fi>: >> --- >> man/man8/tc-bpf.8 | 2 +- >> man/man8/tipc-bearer.8| 4 ++-- >> man/man8/tipc-link.8 | 6 +

[PATCH] man: Spelling fixes

2015-11-07 Thread Ville Skyttä
--- man/man8/bridge.8 | 2 +- man/man8/ifcfg.8 | 2 +- man/man8/lnstat.8 | 2 +- man/man8/tc-bpf.8 | 2 +- man/man8/tc-cbq-details.8 | 2 +- man/man8/tc-mqprio.8 | 2 +- man/man8/tc.8 | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff

Re: Query: %cmake not doing out-of-tree builds?

2015-10-11 Thread Ville Skyttä
On Sun, Oct 11, 2015 at 5:42 AM, Orion Poplawski wrote: > FWIW - you can pass -m to rpmdev-newspec to get %{buildroot}. That probably > should be the default, but... ...https://bugzilla.redhat.com/show_bug.cgi?id=1256815#c3 You can make it the default with

Re: Query: %cmake not doing out-of-tree builds?

2015-10-11 Thread Ville Skyttä
On Sun, Oct 11, 2015 at 5:03 AM, Neal Gompa wrote: > We don't use %make_build, https://git.fedorahosted.org/cgit/rpmdevtools.git/commit/?id=dcf1005d2cca7ce2a541718425f84d65fe8b8d00 -- devel mailing list devel@lists.fedoraproject.org

Re: Need perl help to remove dpkg dependency on licensecheck (devscripts-minimal)

2015-10-09 Thread Ville Skyttä
On Fri, Oct 9, 2015 at 1:05 PM, Sandro Mani wrote: > can anyone suggest an alternative way to accomplish the same which > does not use spawn from Dpkg::IPC? > > [1] > https://github.com/Debian/devscripts/commit/c0687bcde23108dd42e146573c368b6905e6b8e8 # at top of

[Bash-completion-commits] [bash-completion] 01/01: chronyc: Parse command args from help output

2015-10-07 Thread Ville Skyttä
This is an automated email from the git hooks/post-receive script. scop-guest pushed a commit to branch master in repository bash-completion. commit 5fd00776c49f1d4552630c986e70f21e4a6028ad Author: Ville Skyttä <ville.sky...@iki.fi> Date: Wed Oct 7 10:38:06 2015 +0300 chronyc:

Re: [Bash-completion-devel] [PATCH 1/3] chronyc: Add -6 option

2015-10-06 Thread Ville Skyttä
On Tue, Oct 6, 2015 at 6:44 PM, Miroslav Lichvar wrote: > [...] All three applied, thanks! ___ Bash-completion-devel mailing list Bash-completion-devel@lists.alioth.debian.org

[Bash-completion-commits] [bash-completion] 04/04: chronyc: Wrap long lines

2015-10-06 Thread Ville Skyttä
This is an automated email from the git hooks/post-receive script. scop-guest pushed a commit to branch master in repository bash-completion. commit aa404ca17d3838b18669e006ab30446cb402988b Author: Ville Skyttä <ville.sky...@iki.fi> Date: Wed Oct 7 00:29:00 2015 +0300 chronyc: Wra

[Bash-completion-commits] [bash-completion] 02/04: chronyc: Add missing subcommands

2015-10-06 Thread Ville Skyttä
This is an automated email from the git hooks/post-receive script. scop-guest pushed a commit to branch master in repository bash-completion. commit ef26136ea3f4fcf123c1a4af741be625fbac1a05 Author: Miroslav Lichvar Date: Tue Oct 6 17:44:59 2015 +0200 chronyc: Add

[Bash-completion-commits] [bash-completion] 01/04: chronyc: Add -6 option

2015-10-06 Thread Ville Skyttä
This is an automated email from the git hooks/post-receive script. scop-guest pushed a commit to branch master in repository bash-completion. commit 7669f0c1bece8f4a344d8e22f7d4969f8f141c10 Author: Miroslav Lichvar Date: Tue Oct 6 17:44:58 2015 +0200 chronyc: Add -6

Re: Fedora 23 cloud image (and, for that matter, minimal anything) bloat

2015-09-22 Thread Ville Skyttä
On Tue, Sep 22, 2015 at 2:25 PM, Neal Gompa wrote: > On Tue, Sep 22, 2015 at 5:36 AM, Matej Stuchlik wrote: >> >> Also note that it's possibly not just 9MB. For instance python3-boto, also >> on this list, would >> save 4.7MB, python3-pip 2.9MB. In

Re: Fedora 23 cloud image (and, for that matter, minimal anything) bloat

2015-09-22 Thread Ville Skyttä
On Tue, Sep 22, 2015 at 4:13 PM, Matej Stuchlik <mstuc...@redhat.com> wrote: > - Original Message - >> From: "Ville Skyttä" <ville.sky...@iki.fi> >> >> Managed to fiddle around some more and looks like the above is a false >> concern, many

Re: Fedora 23 cloud image (and, for that matter, minimal anything) bloat

2015-09-22 Thread Ville Skyttä
On Tue, Sep 22, 2015 at 3:32 PM, Matej Stuchlik <mstuc...@redhat.com> wrote: > - Original Message - >> From: "Ville Skyttä" <ville.sky...@iki.fi> >> >> Also, be careful with measuring space savings when working with *.pyo. >> It is a common

Re: Fedora 23 cloud image (and, for that matter, minimal anything) bloat

2015-09-22 Thread Ville Skyttä
On Tue, Sep 22, 2015 at 3:43 PM, Ville Skyttä <ville.sky...@iki.fi> wrote: > > BTW I just had a peek into some Arch Linux Python 3.5 packages, and it > seems they contain *no* identical *.pyc and corresponding *.opt-1.pyc > files. This is bad news wrt the hardlinking. I haven't f

[issue25176] Link to urllib.parse.parse_qsl, not parse_qs, from cgi.parse_qsl doc

2015-09-19 Thread Ville Skyttä
New submission from Ville Skyttä: The docs for cgi.parse_qsl should link to urllib.parse.parse_qsl instead of urllib.parse.parse_qs, patch attached. -- assignee: docs@python components: Documentation files: cgi.parse_qsl.doc.patch keywords: patch messages: 251072 nosy: docs@python

[Bash-completion-devel] Bug#799064: Bug#799064: bash-completion: "pmount /med" then TAB hangs after upgrade to jessie

2015-09-15 Thread Ville Skyttä
I don't know about the Debian bash-completion package, but with my upstream hat on, we don't have a completion for pmount in upstream bash-completion. ___ Bash-completion-devel mailing list Bash-completion-devel@lists.alioth.debian.org

Bug#799064: [Bash-completion-devel] Bug#799064: bash-completion: "pmount /med" then TAB hangs after upgrade to jessie

2015-09-15 Thread Ville Skyttä
I don't know about the Debian bash-completion package, but with my upstream hat on, we don't have a completion for pmount in upstream bash-completion.

[Bash-completion-commits] [bash-completion] branch master updated (f661811 -> c5451db)

2015-09-09 Thread Ville Skyttä
This is an automated email from the git hooks/post-receive script. scop-guest pushed a change to branch master in repository bash-completion. from f661811 (testsuite) Ignore files generated by complete-ant-cmd.pl new c5451db make: Don't pick up variables when makefile is

[Bash-completion-commits] [bash-completion] 01/01: make: Don't pick up variables when makefile is reloaded

2015-09-09 Thread Ville Skyttä
This is an automated email from the git hooks/post-receive script. scop-guest pushed a commit to branch master in repository bash-completion. commit c5451dbd310074f8bceeada0e48e542713dada1e Author: Tristan Wibberley Date: Mon Sep 7 00:23:55 2015 +0100 make:

Re: [Bash-completion-devel] [PATCH 2/2] make: Don't pick up variables when makefile is reloaded

2015-09-06 Thread Ville Skyttä
On Sun, Sep 6, 2015 at 12:03 AM, Tristan Wibberley wrote: > Please apply this patch to "make" completion. This avoids completion getting > confused on variables when a makefile is reloaded. I tried this out by applying the new test case only first, but it does not

[Bash-completion-commits] [bash-completion] 01/01: (testsuite) Ignore files generated by complete-ant-cmd.pl

2015-09-06 Thread Ville Skyttä
This is an automated email from the git hooks/post-receive script. scop-guest pushed a commit to branch master in repository bash-completion. commit f6618113b55e49c4c81f3a2a9fd5dc95a36a683f Author: Ville Skyttä <ville.sky...@iki.fi> Date: Sun Sep 6 10:00:59 2015 +0300 (testsuite)

[Bash-completion-commits] [bash-completion] 03/04: scp, sftp: Fix querying ssh options

2015-09-05 Thread Ville Skyttä
This is an automated email from the git hooks/post-receive script. scop-guest pushed a commit to branch master in repository bash-completion. commit 50ea015f8bc66919eb0ecc7ed351c1f89755f8c0 Author: Ville Skyttä <ville.sky...@iki.fi> Date: Sat Sep 5 10:16:58 2015 +0300 scp, sft

[Bash-completion-commits] [bash-completion] 01/04: ssh-copy-id: Offer only *.pub to -i

2015-09-05 Thread Ville Skyttä
This is an automated email from the git hooks/post-receive script. scop-guest pushed a commit to branch master in repository bash-completion. commit f9f66c39d35c18c5985bc2baca2242c2e17d539a Author: Ville Skyttä <ville.sky...@iki.fi> Date: Sat Sep 5 10:09:30 2015 +0300 ssh-copy-id:

[Bash-completion-commits] [bash-completion] 02/04: sftp: Add -l arg non-completion

2015-09-05 Thread Ville Skyttä
This is an automated email from the git hooks/post-receive script. scop-guest pushed a commit to branch master in repository bash-completion. commit 4d82190da70621d6b0fc375c063e12f97b27edb4 Author: Ville Skyttä <ville.sky...@iki.fi> Date: Sat Sep 5 10:16:25 2015 +0300 sftp: Add -l a

Re: [Bash-completion-devel] [PATCH] make: Offer hidden targets when it is clear that the user is trying to complete one of them

2015-09-04 Thread Ville Skyttä
On Fri, Sep 4, 2015 at 11:56 PM, Tristan Wibberley wrote: > Please apply the patch below for "make" completion. Applied, thanks. ___ Bash-completion-devel mailing list Bash-completion-devel@lists.alioth.debian.org

[Bash-completion-commits] [bash-completion] branch master updated (00abd48 -> e0c0832)

2015-09-04 Thread Ville Skyttä
This is an automated email from the git hooks/post-receive script. scop-guest pushed a change to branch master in repository bash-completion. from 00abd48 mpv: Remove mplayer-aliased completion new e0c0832 make: Offer hidden targets when it is clear that the user is trying to

<    1   2   3   4   5   6   7   8   9   10   >