mkulagowski

Results 34 comments of mkulagowski

Some tutorial about using X11 to create buttons: http://xopendisplay.hilltopia.ca/2009/Mar/Xlib-tutorial-part-9----Buttons.html

I tried to get it to work and was close to success. 1. Downloaded, configured (a lil' bit) and started it on our VPS. 2. Made temp repo locally, installed...

SETTING UP SERVER: 1. Download test-server binary from: https://github.com/github/lfs-test-server/releases 2. Change LFS_HOST to `nfprojects.org:8080` 3. Change LFS_ADMINUSER and LFS_ADMINPASS to known values 4. Enter http://nfprojects.org:8080/mgmt and add a user -...

It would be nice to actually write here a comment, concerning what is done and how: - We have FTP server running on our VPS. - For public access we...

FTP synchronisation script was merged [here](https://github.com/nfprojects/nfengine/commit/c9b48c681927b850b30d7062f52c8bd9afa6a0bd) and [here](https://github.com/nfprojects/nfengine/commit/1e8107354e51f66bbf898090fd1feeda7805ddab). Right now script has INIT, PUSH and UPDATE modes. Instead of keeping everything in a file, the script just compare listings of...

Seems like an interesting task. Lemme take care of it and maybe soon enough we will use it ;) Also for future use: http://www.appveyor.com/docs/how-to/private-git-sub-modules

One question though...do we have a way of using submodule or sth different to acquire builded nfDeps? We can easily setup Appveyor for nfDeps, make it send artifacts to some...

Thanks, that's long done already ;) We'd need to made additional mode for tests.py script, to send info to AppVeyor (so tests are visible in tests tab)...or we can make...

I'm currently working on it. Got some ideas from: •[changelog-from-git-log](https://coderwall.com/p/5cv5lg/generate-your-changelogs-with-git-log) •[wikipedia-Markdow](http://en.wikipedia.org/wiki/Markdown) •[git-log-manual](http://git-scm.com/docs/git-log) Not sure what is the right format and what branch should it track. I'm thinking about: 2015-04-17 •...

This issue should be left for now, so I'll leave here all, that I've gathered: `git log --pretty=format:'%cd • [view commit](http://github.com/nfprojects/nfengine/commit/%H) • %s' --date=short >> CHANGELOG.md` This line should suffice....