Re: [DNG] Ho do I remove added files using git?

2015-09-21 Thread Edward Bartolo
I am now using .gitignore, it works. I don't know whether git.devuan.org website allows registered users to delete files by actually interacting with the website rather than using CLI git commands. That would be a far simpler task than having to learn using git for I task that most probably I would

Re: [DNG] Ho do I remove added files using git?

2015-09-21 Thread Adam Borowski
On Mon, Sep 21, 2015 at 09:24:03AM +0200, Edward Bartolo wrote: > That would be a far simpler task than having to learn using > git for I task that most probably I wouldn't use again. Avoiding learning git is a bad idea for a software developer of any kind. -- ⢎⣉⠂⠠⠤⡀⣄⠤⡀⠠⡅⠀⠤⡧⠄⡄⠀⡄⠀⠀⠀⠠⡅⠀⡠⠤⠄⠀⠀⠀⢴⠍⠀⡠⠤

Re: [DNG] Ho do I remove added files using git?

2015-09-21 Thread KatolaZ
On Mon, Sep 21, 2015 at 11:12:24AM +0200, Adam Borowski wrote: > On Mon, Sep 21, 2015 at 09:24:03AM +0200, Edward Bartolo wrote: > > That would be a far simpler task than having to learn using > > git for I task that most probably I wouldn't use again. > > Avoiding learning git is a bad idea for a

Re: [DNG] Ho do I remove added files using git?

2015-09-21 Thread Edward Bartolo
The "task that most probably I wouldn't use again" is removing unnecessary uploaded files from the repository rather than refraining from learning git entirely. Edward On 21/09/2015, KatolaZ wrote: > On Mon, Sep 21, 2015 at 11:12:24AM +0200, Adam Borowski wrote: >> On Mon, Sep 21, 2015 at 09:24:

Re: [DNG] Ho do I remove added files using git?

2015-09-21 Thread KatolaZ
On Mon, Sep 21, 2015 at 04:39:10PM +0200, Edward Bartolo wrote: > The "task that most probably I wouldn't use again" is removing > unnecessary uploaded files from the repository rather than refraining > from learning git entirely. > And my objection is that considering "deleting a file from a git

[DNG] What can I do after netman?

2015-09-21 Thread Edward Bartolo
Dear All, Since netman is effectively ready, and I can still offer my coding services to the Devuan project, I would like to ask what task should I take as my second attempt at helping with the project? Edward ___ Dng mailing list Dng@lists.dyne.org htt

Re: [DNG] What can I do after netman?

2015-09-21 Thread tilt!
Hi Edward, congratulations on wrapping this up! However, attempting to build "netman" from branch "master" at https://git.devuan.org/edbarx/netman.git i get the following errors: * directory ./backend_src/obj missing * directory ./bin missing * link-time error: backend_src/src

Re: [DNG] What can I do after netman?

2015-09-21 Thread Go Linux
On Mon, 9/21/15, Edward Bartolo wrote: Subject: [DNG] What can I do after netman? To: "dng" Date: Monday, September 21, 2015, 11:41 AM > > Dear All, > Since netman is effectively ready, and I can still offer my coding > services to the Devuan project, I would like to ask what task shoul

Re: [DNG] What can I do after netman?

2015-09-21 Thread Edward Bartolo
Hi Tilt, I will guide you to successfully compile both the GUI frontend and the CLI backend. If you have the source code, it should not be difficult to build both executables. To compile and build the backend change directory to where the netman source directory is. i) cd netman/backend_src/src

Re: [DNG] Ho do I remove added files using git?

2015-09-21 Thread Hendrik Boom
On Mon, Sep 21, 2015 at 11:12:24AM +0200, Adam Borowski wrote: > On Mon, Sep 21, 2015 at 09:24:03AM +0200, Edward Bartolo wrote: > > That would be a far simpler task than having to learn using > > git for I task that most probably I wouldn't use again. > > Avoiding learning git is a bad idea for a

Re: [DNG] What can I do after netman?

2015-09-21 Thread KatolaZ
On Mon, Sep 21, 2015 at 09:35:46PM +0200, Edward Bartolo wrote: > Hi Tilt, > > I will guide you to successfully compile both the GUI frontend and the > CLI backend. If you have the source code, it should not be difficult > to build both executables. > > To compile and build the backend change dir

[DNG] vdev status update: eventfs

2015-09-21 Thread Jude Nelson
Hey everyone, I promise, I'm not dead :) I've been working on vdev off and on over the past couple months as time permitted, but I haven't had anything interesting to report here (mostly bug fixes, which are tracked on the project's Github [1]). This past week I've been able to spend more time o

Re: [DNG] What can I do after netman?

2015-09-21 Thread Edward Bartolo
Hi KatolaZ, What I provided is a guide for Tilt to compile and install netman on his system since there is still no .deb package available. Regarding packaging for Debian including making the source capable of being built by dpkg-buildpackage, that is a task Aitor is taking care of. Edward On 2