Set up default protection ruleset for default and release branches (#2)
1 file changed
tree: 7b315358af36b5d48a6b7e02a0f1054a49d8c71c
  1. aoo-stats/
  2. bootstrap-connector/
  3. build-scripts/
  4. bz-tools/
  5. genUpdateFeed/
  6. guno-extension/
  7. hg2svn/
  8. images/
  9. lazybones-templates/
  10. list-stats/
  11. Microsoft Store/
  12. netbeansintegration/
  13. release-scripts/
  14. scripts/
  15. sdk-examples/
  16. SVG/
  17. svn-stats/
  18. updateVersion/
  19. .asf.yaml
  20. README.md
  21. test.c
README.md

Apache OpenOffice Developer Tools

Scripts that are helpful for developers who are building Apache OpenOffice from Source Code

Contents

TODO

History

This repository was cloned from a subversion repository.

  1. Created using self-service at https://gitbox.apache.org/boxer/?action=newrepo

  2. Cloned and pushed.

    # get the ASF authors map.
    curl https://gitbox.apache.org/authors.txt --output authors.txt
    # this clones the svn repository into git. You may need to install svn2git.
    # it takes almost three hours.
    git svn clone https://svn.apache.org/repos/asf/openoffice/devtools -A authors.txt
    cd devtools
    git remote add origin https://github.com/apache/openoffice-devtools.git
    git branch -M main
    # due to my setup I used GitHub Desktop for this next step.
    git push -u origin main