search for: __pycache__

Displaying 19 results from an estimated 19 matches for "__pycache__".

2019 Dec 19
1
[PATCH] python: remove also __pycache__ directories on clean
...le.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/Makefile.am b/python/Makefile.am index 9aca202b5..c2f57a6ba 100644 --- a/python/Makefile.am +++ b/python/Makefile.am @@ -159,4 +159,4 @@ CLEANFILES += \ utils.c clean-local: - rm -rf build dist + rm -rf build dist __pycache__ t/__pycache__ -- 2.24.1
2018 Aug 23
2
Plans for buster
...hange the whole git workflow; I'm afraid I'm going to reopen that, but that'll be a separate message. Thanks, Ian [1] zealot:xen> dpkg-source -b . dpkg-source: info: using source format '3.0 (quilt)' dpkg-source: error: unwanted binary file: debian/lib/python/debian_linux/__pycache__/gencontrol.cpython-35.pyc dpkg-source: error: unwanted binary file: debian/lib/python/debian_linux/__pycache__/utils.cpython-35.pyc dpkg-source: error: unwanted binary file: debian/lib/python/debian_linux/__pycache__/__init__.cpython-35.pyc dpkg-source: error: unwanted binary file: debian/lib/pytho...
2018 Aug 22
4
Plans for buster
Knorrie and I just discussed our plans for sid and buster, on the phone. Here's my notes of the discussion. Plan is to upload Knorrie's 4.11 packages to experimental, to make them more public, while we fix the bugs in them. There's a list of Salsa issues and the BTS bugs list. This duplication is not ideal. We agreed that new things should go to the BTS. For now we'll keep
2019 Sep 28
2
Compile samba github code and flash the build binary to embedded device
On 28/09/2019 15:39, Hock Leong Ang via samba wrote: > Hi All, > May I have some advise on this issue? > Thank you. > > On Fri, 27 Sep 2019 at 10:55, Hock Leong Ang <anghockleong501 at gmail.com> > wrote: > >> Hi Sir/Madam/Miss, >> >> I am a firmware engineer. I would like to implement file sharing between >> embedded device and android phone/ios
2019 Sep 30
3
Compile samba github code and flash the build binary to embedded device
...samba/ >> [sudo] password for ubuntu: >> Sorry, try again. >> [sudo] password for ubuntu: >> 56 samba/lib/security >> 284 samba/lib/bind9 >> 22604 samba/lib/private >> 56 samba/lib/process_model >> 144 samba/lib/python3.4/site-packages/samba/provision/__pycache__ >> 344 samba/lib/python3.4/site-packages/samba/provision >> 252 samba/lib/python3.4/site-packages/samba/netcmd/__pycache__ >> 1088 samba/lib/python3.4/site-packages/samba/netcmd >> 120 samba/lib/python3.4/site-packages/samba/emulate >> 8 samba/lib/python3.4/site-packag...
2019 Sep 30
0
Compile samba github code and flash the build binary to embedded device
...buntu-AngHL:/usr/local$ sudo du samba/ > [sudo] password for ubuntu: > Sorry, try again. > [sudo] password for ubuntu: > 56 samba/lib/security > 284 samba/lib/bind9 > 22604 samba/lib/private > 56 samba/lib/process_model > 144 samba/lib/python3.4/site-packages/samba/provision/__pycache__ > 344 samba/lib/python3.4/site-packages/samba/provision > 252 samba/lib/python3.4/site-packages/samba/netcmd/__pycache__ > 1088 samba/lib/python3.4/site-packages/samba/netcmd > 120 samba/lib/python3.4/site-packages/samba/emulate > 8 samba/lib/python3.4/site-packages/samba/dcerpc/__py...
2019 Oct 02
0
Compile samba github code and flash the build binary to embedded device
...ord for ubuntu: >>> Sorry, try again. >>> [sudo] password for ubuntu: >>> 56 samba/lib/security >>> 284 samba/lib/bind9 >>> 22604 samba/lib/private >>> 56 samba/lib/process_model >>> 144 samba/lib/python3.4/site-packages/samba/provision/__pycache__ >>> 344 samba/lib/python3.4/site-packages/samba/provision >>> 252 samba/lib/python3.4/site-packages/samba/netcmd/__pycache__ >>> 1088 samba/lib/python3.4/site-packages/samba/netcmd >>> 120 samba/lib/python3.4/site-packages/samba/emulate >>> 8 samba/lib/p...
2019 Dec 20
0
[common/libguestfs PATCH 2/2] build: use split stringlist functions from common/utils
...,17 +458,15 @@ Makefile.in /python/guestfs.py /python/guestfs.pyc /python/guestfs.pyo -/python/guestfs-internal-all.h -/python/guestfs-utils.h -/python/ignore-value.h +/python/guestfs-stringlists-utils.h /python/MANIFEST /python/module.c +/python/stringlists-utils.c /python/structs.c /python/__pycache__ /python/setup.py /python/stamp-extra-files /python/t/tests_helper.py -/python/utils.c /rescue/stamp-virt-rescue.pod /rescue/virt-rescue /rescue/virt-rescue.1 diff --git a/generator/python.ml b/generator/python.ml index e436f4bda..821c66755 100644 --- a/generator/python.ml +++ b/generator/pyth...
2019 Dec 20
3
[common/libguestfs PATCH 0/2] Fix OCaml/Python linking
Make sure they can build also in no as-neede setups. Pino Toscano (1): utils: split string list functions in own file build: use split stringlist functions from common/utils utils/Makefile.am | 2 + utils/guestfs-stringlists-utils.h | 30 +++++ utils/guestfs-utils.h | 7 +- utils/stringlists-utils.c | 197 ++++++++++++++++++++++++++++++ utils/utils.c
2020 Mar 26
0
[PATCH nbdkit 5/9 patch split 2/5] lib: Move code for parsing, passwords and paths into libnbdkit.so.
...100644 --- a/.gitignore +++ b/.gitignore @@ -64,6 +64,7 @@ plugins/*/*.3 /include/nbdkit-version.h /INSTALL /install-sh +/lib/test-public /libtool /ltmain.sh /missing @@ -80,7 +81,6 @@ plugins/*/*.3 /server/nbdkit /server/nbdkit.pc /server/synopsis.c -/server/test-public /stamp-h1 /tests/__pycache__/ /tests/disk diff --git a/lib/libnbdkit.syms b/lib/libnbdkit.syms index a70b35fc..f4e80e42 100644 --- a/lib/libnbdkit.syms +++ b/lib/libnbdkit.syms @@ -38,6 +38,26 @@ { # The functions we want plugins and filters to call. global: + nbdkit_absolute_path; + nbdkit_add_extent; + nbdki...
2019 Nov 25
7
[PATCH nbdkit v2 0/7] Implement nbdkit API v2 for Python plugins.
v3 was here: https://www.redhat.com/archives/libguestfs/2019-November/msg00209.html In v4: - Rebase on top of current master. Includes various fixes and updates required because of Nir's patches that went into master. - Fix api_version() -> API_VERSION in patch 2 noted previously on the mailing list. Rich.
2019 Nov 23
8
[PATCH nbdkit v3 0/7] Implement nbdkit API v2 for Python plugins.
v2 was here: https://www.redhat.com/archives/libguestfs/2019-November/msg00163.html I pushed patch 1 (with spelling fix), patch 4 and patch 5 since those were previously ACKed on the list. Differences in v3: - Add error checking to PyModule_AddIntConstant. - Use API_VERSION constant instead of function. - Add max API version supported to --dump-plugin output. - Print API_VERSION selected by
2017 Jun 15
0
[PATCH v6 05/41] utils: Split out cleanups into common/cleanups.
...6,11 +497,11 @@ Makefile.in /python/guestfs.pyc /python/guestfs.pyo /python/guestfs-internal-all.h -/python/guestfs-internal-frontend-cleanups.h /python/guestfs-internal-frontend.h /python/ignore-value.h /python/MANIFEST /python/module.c +/python/stdlib-cleanups.c /python/structs.c /python/__pycache__ /python/setup.py diff --git a/Makefile.am b/Makefile.am index 64ac23f2e..7189519fb 100644 --- a/Makefile.am +++ b/Makefile.am @@ -38,7 +38,9 @@ SUBDIRS += gnulib/tests endif # Basic source for the library. -SUBDIRS += common/errnostring common/protocol common/qemuopts common/utils +SUBDIRS +=...
2020 Mar 26
9
[PATCH nbdkit 5/9 patch split 1/5] Create libnbdkit.so.
This is the previous 5/9 patch posted earlier today, split into reviewable chunks. This passes bisection with -x 'make && make check', but I didn't work very hard on the commit messages, so I refer you back to the original patch to explain how it works: https://www.redhat.com/archives/libguestfs/2020-March/msg00248.html Rich.
2013 Jul 25
19
[PATCH hivex 00/19] Fix read/write handling of li-records.
This is, hopefully, a full fix for handling of li-records. See: https://bugzilla.redhat.com/show_bug.cgi?id=717583 https://bugzilla.redhat.com/show_bug.cgi?id=987463 Rich.
2020 Mar 26
15
[PATCH nbdkit 0/9] Create libnbdkit.so
This creates libnbdkit.so as discussed in the following thread: https://www.redhat.com/archives/libguestfs/2020-March/thread.html#00203 test-delay-shutdown.sh fails for unclear reasons. This series starts by reverting "tests: Don't strand hung nbdkit processes" which is because several other tests fail randomly unless I revert this patch. I didn't investigate this yet so it
2017 Jun 09
12
[PATCH 00/12] Refactor utility functions.
This turned out to be rather more involved than I thought. We have lots of utility functions, spread all over the repository, with not a lot of structure. This moves many of them under common/ and structures them so there are clear dependencies. This doesn't complete the job by any means. Other items I had on my to-do list for this change were: - Split up mllib/common_utils into: -
2017 Jun 12
32
[PATCH v5 00/32] Refactor utilities, implement some APIs in OCaml.
This is a combination of: https://www.redhat.com/archives/libguestfs/2017-June/msg00046.html [PATCH 00/12] Refactor utility functions. plus: https://www.redhat.com/archives/libguestfs/2017-June/msg00023.html [PATCH v3 00/19] Allow APIs to be implemented in OCaml. with the second patches rebased on top of the utility refactoring, and some other adjustments and extensions. This passes
2017 Jun 15
45
[PATCH v6 00/41] Refactor utilities, reimplement inspection in the daemon.
v5: https://www.redhat.com/archives/libguestfs/2017-June/msg00065.html Since v5, this now implements inspection almost completely for Linux and Windows guests. Rich.