-
Notifications
You must be signed in to change notification settings - Fork 161
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
AutoBuild suite #881
AutoBuild suite #881
Conversation
Thank you for the suggestion. |
Hi Jerome, Thanks for taking interest in my suggestion. Thanks for your work on this cool project, too. I would be happy to squash all these commits for you, but I am not so experienced with Git as to know the best way to go about doing that. I started Googling it, and it seems like GitHub should offer this feature to the repository maintainer : https://stackoverflow.com/questions/11396069/squash-to-only-one-proper-commit-for-github-pull-request But, I want to know how to do it manually, anyway.... Would you mind instructing me on how to manually squash the commits, since I am still learning Git? By the way, these changes alone have not solved my problem... I'm still faced with some build problems. The MediaInfo build complains that it can't find the MediaInfoLib "configuration"... In case you are interested, I've included the output from Media-Autobuild_suite below...: I'm not sure what to think about the zstd message... I thought it was installed, but there is no zstd.pc in /local64/lib/pkgconfig. Do I need to clone "zstd" and add it to the meadia-autobuild_suite scripts? libzen git .............................................. [Already built] Attach D:\mabs\media-autobuild_suite\build\logs.zip to the GitHub issue. Try running the build again at a later time. |
here are some logs :p |
I am lazy and use a graphical interface, no idea on Linux command line, something like https://www.git-tower.com/learn/git/faq/git-squash and then force-push maybe...
I could but it wouldn't be "verified" (indicated as made by you for sure) anymore. Will do if it stays as it.
You need to install
It is from libcurl and specific to your environment, no idea. |
https://sourceforge.net/p/mediainfo/bugs/729/ Signed-off-by: Greg Scaffidi <sgscaffidi3@gmail.com>
I followed your suggestions, @cjee21. Thanks for your help! Does it look alright now? I did it on my master branch, and then noticed that GitHub said to use the ab-suite branch, so I checked-out that branch too and repeated the same steps. Seems like that wasn't necessary, though...? |
@sgscaffidi3 if you don't mind check the other repos for the same issue in order to have all repos with the same style of code. |
Usually when I make contributions I do it on a new branch and do not touch the main/master branch. |
Actually the PR was made on the non master branch so:
It was necessary, as the master branch was not used for the PR. In practice, I don't care for a PR but true it is a good practice to use a branch with a name describing the issue, as it was done there, rather than using the master branch. |
Since I am unemployed at the moment... I might get around to this as I have time. Unless you want to hire me... then I'll get on it ASAP! ;p btw, I found an interesting thread as I started researching how to most efficiently perform your request : https://gist.github.com/caniszczyk/3856584 |
Can use GitHub's search feature: https://github.com/search?q=org%3AMediaArea+%22Exists%29%5C%22+%3D+%5C%22yes%5C%22%22&type=code |
No description provided.