summaryrefslogtreecommitdiffstats
path: root/scripts/combo-layer
AgeCommit message (Expand)Author
2024-02-13scripts: python 3.12 regexAdrian Freihofer
2023-03-14scripts/combo-layer: Fix python deprecation warningRichard Purdie
2022-12-08combo-layer: add sync-revs commandRoss Burton
2022-12-08combo-layer: dont use bb.utils.renameRoss Burton
2022-12-08combo-layer: remove unused importRoss Burton
2021-05-06classes/lib/scripts: Use bb.utils.rename() instead of os.rename()Devendra Tewari
2020-02-21scripts/combo-layer: Fix deprecation warningRichard Purdie
2019-05-09meta/lib+scripts: Convert to SPDX license headersRichard Purdie
2018-07-26logging: use warning instead warnChen Qi
2016-10-28combo-layer: handle file_exclude matching dirsOlaf Mandel
2016-10-28combo-layer: handle ambiguous git argumentsOlaf Mandel
2016-10-28combo-layer: fix crashes on wrong tempfile usageOlaf Mandel
2016-08-24combo-layer: python3: fix UnicodeDecodeErrorEd Bartosh
2016-06-03scripts: python3: change python to python3 in shebangEd Bartosh
2016-06-03scripts: python3: decode subprocess outputEd Bartosh
2016-06-03combo-layer: python3: use tempfile.TemporaryFileEd Bartosh
2016-06-03combo-layer: python3: import reduceEd Bartosh
2016-06-03scripts: python3: use new style except statementEd Bartosh
2016-06-03scripts: python3: convert iterables to listsEd Bartosh
2016-06-02scripts: Rename ConfigParser -> configparser for python3Ed Bartosh
2016-06-02scripts: Fix deprecated dict methods for python3Ed Bartosh
2016-06-01scripts: python3: Use print functionEd Bartosh
2016-05-14combo-layer: avoid too long command lines in update with historyPatrick Ohly
2016-05-14combo-layer: fix default "update" modePatrick Ohly
2016-05-11combo-layer: implement "update with history"Patrick Ohly
2016-05-11combo-layer: runcmd() enhancementsPatrick Ohly
2016-05-11combo-layer: dummy "update with history"Patrick Ohly
2016-03-31scripts, lib: Don't limit traceback lengths to arbitrary valuesRichard Purdie
2016-03-02combo-layer: handle empty commits during "init --history"Patrick Ohly
2015-12-18combo-layer: Stop using filterdiffRichard Purdie
2015-11-16combo-layer: introduce ability to exclude component from mass updateAlexander D. Kanevskiy
2015-08-09combo-layer: fix action_pull for unknown branchPatrick Ohly
2015-08-09combo-layer: enhance output in action_pullPatrick Ohly
2015-07-31combo-layer: fix AttributeError traceback.Alexander Kanevskiy
2015-07-16combo-layer: implement --hard-reset optionMarkus Lehtonen
2015-07-16combo-layer: only allow fast-forward when pullingMarkus Lehtonen
2015-07-08combo-layer: modified to generate better commit messages.Puustinen, Ismo
2015-06-05scripts/combo-layer: Fix exit codes and tty handlingRichard Purdie
2015-05-22combo-layer: handle unset dest_dir in sanity_check()Patrick Ohly
2015-05-09combo-layer: improve merge commit handlingPatrick Ohly
2015-03-31combo-layer: fix file_exclude for empty commitsPatrick Ohly
2015-03-31combo-layer: fix file_exclude for dest_dir = .Patrick Ohly
2015-03-31combo-layer: clean up dest_dir checkingPatrick Ohly
2015-03-20scripts/combo-layer: Handle update with no repo/revision specifiedRichard Purdie
2015-03-20combo-layer: partial import for '--history init'Patrick Ohly
2015-03-20combo-layer: combine trees via replacement objectsPatrick Ohly
2015-03-20combo-layer: init with full historyPatrick Ohly
2015-03-20combo-layer: update() also instance propertyPatrick Ohly
2015-03-20combo-layer: exclude filesPatrick Ohly
2015-03-20combo-layer: runcmd() with separate outputPatrick Ohly