summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2021-08-29Moved rebase to proper git repositoryHEADmasterFrediano Ziglio1-219/+0
Moved to Git_utils, it's a generic script, not anymore related to spice-server.
2021-08-27Add script to alter rebasepp script for spice-serverFrediano Ziglio1-0/+50
2021-08-27Add some files to be used by sed.shFrediano Ziglio1-1/+1
2021-08-27Minor updatesFrediano Ziglio1-0/+4
- add format for Vim - remove previous error log before compiling the branch - check for error pushing the branch
2019-12-06Support multiple remotes to pushFrediano Ziglio1-3/+9
2019-09-01Print subject of the commitFrediano Ziglio1-1/+2
Easier to track after rebasing
2019-07-31Allows to redefine build commandFrediano Ziglio1-9/+10
2019-07-24keep last failing compile log for each branchFrediano Ziglio1-4/+6
Don't override with possible future successful
2019-07-24allow to change easily the build scriptFrediano Ziglio1-2/+6
2019-07-24sed.sh: include C++ filesFrediano Ziglio1-1/+1
2018-10-21Do not accept invalid COMPILE settingsFrediano Ziglio1-3/+7
Signed-off-by: Frediano Ziglio <fziglio@redhat.com>
2018-07-05rebasepp: Do not attempt to push on remotes which we don't wantFrediano Ziglio1-4/+17
REMOTE_PUSH specify the remote which we want to update, if a branch is not going to that remote do not push it.
2018-06-30Fix problem with large stack and sanitizerFrediano Ziglio1-2/+1
2017-12-11Replace also test sources, not only main onesFrediano Ziglio1-1/+1
2017-12-11Cache commit compilationFrediano Ziglio1-2/+11
Svoid to recompile commit already checked. Some branches can share the same commit.
2017-09-04add a bit of documentation for rebase utilityFrediano Ziglio1-0/+34
2017-09-04make rebase script configurableFrediano Ziglio1-22/+45
2017-08-31add spaces to separate flag optionsFrediano Ziglio1-8/+9
2017-05-15replace some string in codeFrediano Ziglio1-0/+29
2017-05-15output some statistics for image compressionFrediano Ziglio1-0/+24
2017-05-15merge some branches after pushing themFrediano Ziglio1-0/+4
2017-03-01consider tests to get used functionsFrediano Ziglio1-1/+1
2016-11-28exclude git-series branches from rebasingFrediano Ziglio1-1/+2
2016-11-20Allows to change branch where to rebase toFrediano Ziglio1-4/+5
2016-10-25Clean coverage resultsFrediano Ziglio1-0/+3
2016-09-16Add script to execute machine with Virgl enabledFrediano Ziglio1-0/+120
Signed-off-by: Frediano Ziglio <fziglio@redhat.com>
2016-09-16Add script to detect unused functionsFrediano Ziglio1-0/+82
Signed-off-by: Frediano Ziglio <fziglio@redhat.com>
2016-09-16Add script helping sending emailsFrediano Ziglio1-0/+2
Signed-off-by: Frediano Ziglio <fziglio@redhat.com>
2016-09-16Add script to compile spice-server libraryFrediano Ziglio1-0/+111
Signed-off-by: Frediano Ziglio <fziglio@redhat.com>
2016-09-16Add script to check for globalsFrediano Ziglio1-0/+30
Signed-off-by: Frediano Ziglio <fziglio@redhat.com>
2016-09-16Add script to keep multiple branches up to dateFrediano Ziglio1-0/+112
Signed-off-by: Frediano Ziglio <fziglio@redhat.com>