Nikola Pajkovsky <[email protected]> writes: > Jiri Moskovcak <[email protected]> writes: > >> Hi, >> I decided to publish my work on the polkit feature in the separate git >> branch, so everyone can check it out, test and comment since the early >> stages. >> >> Further design note: >> There was an idea some time ago that we would provide a generic dbus >> API other application can use to to query the problem database. To >> make it more neutral I would like to change the service dbus name from >> com.redhat.abrt to org.freedesktop.Problems or something like that >> (waiting for ideas). >> >> $ git clone git://git.fedorahosted.org/git/abrt.git >> $ cd abrt >> $ git --trac origin/polkit > > create branch, checkout and track > $ git checkout -tb polkit origin/polkit > > create branch and track > $ git checkout -tb polkit origin/polkit
err! $ git branch -t polkit origin/polkit >> $ ./autogen && ./configure && make rpm > > You have pushed autotools wrapper > > diff --git a/src/dbus/abrt-dbus b/src/dbus/abrt-dbus > new file mode 100755 > index 0000000..084f82e > --- /dev/null > +++ b/src/dbus/abrt-dbus > @@ -0,0 +1,225 @@ > +#! /bin/sh > + > +# abrt-dbus - temporary wrapper script for .libs/abrt-dbus > +# Generated by libtool (GNU libtool) 2.4 > +# > +# The abrt-dbus program cannot be directly executed until all the libtool > +# libraries that it depends on are installed. > +# > +# This wrapper script should never be moved out of the build directory. > +# If it is, it will not operate correctly. > + -- Nikola
