Skip to content

Conversation

@mruprich
Copy link
Collaborator

No description provided.



int get_new_id(int socket, char **id, char *arch, char *release) {
int get_new_id(int socket, char **id, char *arch, char *release) {//TODO - implement this on server and then repair this function
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

TODO to new line

rpmtsSetNotifyCallback(ts, rpmShowProgress,(void *) nf);

rc = rpmtsRun(ts, NULL, flag);
rc = rpmtsRun(ts, NULL, flag);//TODO - does this write anything?
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

to TODO: yes, but its problem of rpm library

@lnykryn
Copy link

lnykryn commented Apr 5, 2016

If I can suggest something, don't use #ifdef DEBUG to enable debug log messages. In the future when a user reports some weird behavior it is easier to tell him something like "Hey, could you try it again with --log-level debug and send us the logs?", then to tell him to recompile the binary.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants