Skip to content

Commit

Permalink
Rename scripts/ directory to tools/
Browse files Browse the repository at this point in the history
We also have a "script" directory (without the "s"), which makes it confusing
and harder to select the correct directory with shell completion.

The "tools" name fits better, since the directory contains tools that are/were
helpful during mixxx development (these tools are all scripts - but that
is of secondary importance and also coincidence).
  • Loading branch information
Holzhaus committed May 11, 2020
1 parent cfc90a6 commit 75b3347
Show file tree
Hide file tree
Showing 19 changed files with 63 additions and 64 deletions.
8 changes: 4 additions & 4 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -88,18 +88,18 @@ repos:
rev: stable
hooks:
- id: black
files: ^scripts/.*$
files: ^tools/.*$
- repo: https://gitlab.com/pycqa/flake8
rev: '3.7.9'
hooks:
- id: flake8
files: ^scripts/.*$
files: ^tools/.*$
- repo: local
hooks:
- id: qsscheck
name: qsscheck
description: Run qsscheck to detect broken QSS.
entry: ./scripts/qsscheck.py
entry: ./tools/qsscheck.py
args: [.]
pass_filenames: false
language: python
Expand All @@ -116,7 +116,7 @@ repos:
- id: line-length
name: line-length
description: Check for lines longer 100 and brakes them before 80.
entry: ./scripts/line_length.py
entry: ./tools/line_length.py
stages:
- commit
- push
Expand Down
58 changes: 0 additions & 58 deletions scripts/lp_to_github/community.txt

This file was deleted.

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -105,4 +105,4 @@ Vittorio <[email protected]>,Vittorio <[email protected]>
vrince <[email protected]>,vrince <[email protected]>
wesleyprofox,Wesley Stessens <[email protected]>
who8877,John Sully <[email protected]>
[email protected],zestoi <[email protected]>
[email protected],zestoi <[email protected]>
File renamed without changes.
58 changes: 58 additions & 0 deletions tools/lp_to_github/community.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,58 @@
git bzr import lp:~ulatekh/mixxx/mingw
git bzr import lp:~max-linke/mixxx/chromaprint
git bzr import lp:~ulatekh/mixxx/auto-dj-crates
git bzr import lp:~rryan/mixxx/atomic-co
git bzr import lp:~pasanen-tuukka/mixxx/ffmpeg-libav-fix
git bzr import lp:~pasanen-tuukka/mixxx/mixxx-ffmpeg-0.11
git bzr import lp:~max-linke/mixxx/qsettings
git bzr import lp:~daschuer/mixxx/daschuers_trunk
git bzr import lp:~ywwg/mixxx/master_sync
git bzr import lp:~r0w4nj/mixxx/rowanstrunk
git bzr import lp:~ywwg/mixxx/DJO-hacks-trunk
git bzr import lp:~troyan3/mixxx/mixxx_tr0
git bzr import lp:~uklotzde/mixxx/Vestax-VCI-300
git bzr import lp:~harshadura/mixxx/harshadura
git bzr import lp:~hustcalm/mixxx/non-blocking-database-access
git bzr import lp:~konarak/mixxx/fixes
git bzr import lp:~ywwg/mixxx/DJO-hacks-1.11
git bzr import lp:~oberling/mixxx/feature_first-beat-in-bar
git bzr import lp:~mixxxcontributors/mixxx/rmx2
git bzr import lp:~raul-emmanuel-gil/mixxx/trunk
git bzr import lp:~smstewart91/mixxx/advanced_autodj
git bzr import lp:~daschuer/mixxx/features_banshee
git bzr import lp:~kabelfrickler/mixxx/snu
git bzr import lp:~shanx-shashank/mixxx/effects_parametricEq
git bzr import lp:~ervanalb/mixxx/midi_clock_out
git bzr import lp:~daschuer/mixxx/features_ipod
git bzr import lp:~mkas/mixxx/mysql
git bzr import lp:~mattmik/mixxx/mic_modifications
git bzr import lp:~hile/mixxx/hacks
git bzr import lp:~max-linke/mixxx/experiments
git bzr import lp:~hile/mixxx/hotplug
git bzr import lp:~neale/mixxx/m4a
git bzr import lp:~neale/mixxx/neale
git bzr import lp:~hile/mixxx/dragdrop
git bzr import lp:~hile/mixxx/osxbuildfixes
git bzr import lp:~mattmik/mixxx/duckmic
git bzr import lp:~mr-unwell2006/mixxx/features_key_preferences
git bzr import lp:~hile/mixxx/mbpskins
git bzr import lp:~mr-unwell2006/mixxx/track_selector_feature
git bzr import lp:~ferranpujol/mixxx/test
git bzr import lp:~mr-unwell2006/mixxx/key_features
git bzr import lp:~keithsalisbury/mixxx/track_selector_feature
git bzr import lp:~mr-unwell2006/mixxx/features_vamp
git bzr import lp:~keithsalisbury/mixxx/features_key_preferences
git bzr import lp:~mutil/mixxx/librarycover
git bzr import lp:~raskolnikov/mixxx/mpd
git bzr import lp:~keithsalisbury/mixxx/mixxx
git bzr import lp:~keithsalisbury/mixxx/advanced_autodj
git bzr import lp:~vrince/mixxx/playground-circular-waveform
git bzr import lp:~raskolnikov/mixxx/round-bpm
git bzr import lp:~daschuer/mixxx/features_clementine
git bzr import lp:~rockstarartist/mixxx/mixxx0src0codetesting
git bzr import lp:~stefan-derkits-net/mixxx/mixxx
git bzr import lp:~tgascoigne/mixxx/tgascoigne_branch
git bzr import lp:~mr-unwell2006/mixxx/mixxx
git bzr import lp:~dan-lin/mixxx/features_qml
git bzr import lp:~dan-lin/mixxx/qml
git bzr import lp:~stonby/mixxx/midi_mapping_radius2000
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -888,4 +888,3 @@ export GIT_AUTHOR_NAME
export GIT_AUTHOR_EMAIL
export GIT_COMMITTER_NAME
export GIT_COMMITTER_EMAIL'

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 75b3347

Please sign in to comment.