Browse Source

🔖 Moving to bugfix-2.1.x

Scott Lahteine 1 year ago
parent
commit
d08223429b

+ 5
- 5
.github/ISSUE_TEMPLATE/bug_report.yml View File

@@ -14,13 +14,13 @@ body:
14 14
 
15 15
         ## Before Reporting a Bug
16 16
 
17
-        - Read and understand Marlin's [Code of Conduct](https://github.com/MarlinFirmware/Marlin/blob/bugfix-2.0.x/.github/code_of_conduct.md). You are expected to comply with it, including treating everyone with respect.
17
+        - Read and understand Marlin's [Code of Conduct](https://github.com/MarlinFirmware/Marlin/blob/bugfix-2.1.x/.github/code_of_conduct.md). You are expected to comply with it, including treating everyone with respect.
18 18
 
19
-        - Test with the [`bugfix-2.0.x` branch](https://github.com/MarlinFirmware/Marlin/archive/bugfix-2.0.x.zip) to see whether the issue still exists.
19
+        - Test with the [`bugfix-2.1.x` branch](https://github.com/MarlinFirmware/Marlin/archive/bugfix-2.1.x.zip) to see whether the issue still exists.
20 20
 
21 21
         ## Instructions
22 22
 
23
-        Please follow the instructions below. Failure to do so may result in your issue being closed. See [Contributing to Marlin](https://github.com/MarlinFirmware/Marlin/blob/bugfix-2.0.x/.github/contributing.md) for additional guidelines.
23
+        Please follow the instructions below. Failure to do so may result in your issue being closed. See [Contributing to Marlin](https://github.com/MarlinFirmware/Marlin/blob/bugfix-2.1.x/.github/contributing.md) for additional guidelines.
24 24
 
25 25
         1. Provide a good title starting with [BUG].
26 26
         2. Fill out all sections of this bug report form.
@@ -28,10 +28,10 @@ body:
28 28
 
29 29
   - type: dropdown
30 30
     attributes:
31
-      label: Did you test the latest `bugfix-2.0.x` code?
31
+      label: Did you test the latest `bugfix-2.1.x` code?
32 32
       description: >-
33 33
         Always try the latest code to make sure the issue you are reporting is not already fixed. To download
34
-        the latest code just [click this link](https://github.com/MarlinFirmware/Marlin/archive/bugfix-2.0.x.zip).
34
+        the latest code just [click this link](https://github.com/MarlinFirmware/Marlin/archive/bugfix-2.1.x.zip).
35 35
       options:
36 36
         - Yes, and the problem still exists.
37 37
         - No, but I will test it now!

+ 1
- 1
.github/ISSUE_TEMPLATE/feature_request.yml View File

@@ -17,7 +17,7 @@ body:
17 17
 
18 18
         - Read and understand Marlin's [Code of Conduct](https://github.com/MarlinFirmware/Marlin/blob/master/.github/code_of_conduct.md). You are expected to comply with it, including treating everyone with respect.
19 19
 
20
-        - Check the latest [`bugfix-2.0.x` branch](https://github.com/MarlinFirmware/Marlin/archive/bugfix-2.0.x.zip) to see if the feature already exists.
20
+        - Check the latest [`bugfix-2.1.x` branch](https://github.com/MarlinFirmware/Marlin/archive/bugfix-2.1.x.zip) to see if the feature already exists.
21 21
 
22 22
         - Before you proceed with your request, please consider if it is necessary to make it into a firmware feature, or if it may be better suited for a slicer or host feature.
23 23
 

+ 1
- 1
.github/contributing.md View File

@@ -116,7 +116,7 @@ Unsure where to begin contributing to Marlin? You can start by looking through t
116 116
 
117 117
 ### Pull Requests
118 118
 
119
-Pull Requests should always be targeted to working branches (e.g., `bugfix-2.0.x` and/or `bugfix-1.1.x`) and never to release branches (e.g., `2.0.x` and/or `1.1.x`). If this is your first Pull Request, please read our [Guide to Pull Requests](https://marlinfw.org/docs/development/getting_started_pull_requests.html) and Github's [Pull Request](https://help.github.com/articles/creating-a-pull-request/) documentation.
119
+Pull Requests should always be targeted to working branches (e.g., `bugfix-2.1.x` and/or `bugfix-1.1.x`) and never to release branches (e.g., `2.0.x` and/or `1.1.x`). If this is your first Pull Request, please read our [Guide to Pull Requests](https://marlinfw.org/docs/development/getting_started_pull_requests.html) and Github's [Pull Request](https://help.github.com/articles/creating-a-pull-request/) documentation.
120 120
 
121 121
 * Fill in [the required template](pull_request_template.md).
122 122
 * Don't include issue numbers in the PR title.

+ 2
- 2
.github/workflows/bump-date.yml View File

@@ -18,10 +18,10 @@ jobs:
18 18
 
19 19
     steps:
20 20
 
21
-    - name: Check out bugfix-2.0.x
21
+    - name: Check out bugfix-2.1.x
22 22
       uses: actions/checkout@v2
23 23
       with:
24
-        ref: bugfix-2.0.x
24
+        ref: bugfix-2.1.x
25 25
 
26 26
     - name: Bump Distribution Date
27 27
       run: |

+ 2
- 2
.github/workflows/check-pr.yml View File

@@ -26,8 +26,8 @@ jobs:
26 26
         comment: >
27 27
           Thanks for your contribution! Unfortunately we can't accept PRs directed at release branches. We make patches to the bugfix branches and only later do we push them out as releases.
28 28
 
29
-          Please redo this PR starting with the `bugfix-2.0.x` branch and be careful to target `bugfix-2.0.x` when resubmitting the PR.
29
+          Please redo this PR starting with the `bugfix-2.1.x` branch and be careful to target `bugfix-2.1.x` when resubmitting the PR.
30 30
 
31
-          It may help to set your fork's default branch to `bugfix-2.0.x`.
31
+          It may help to set your fork's default branch to `bugfix-2.1.x`.
32 32
 
33 33
           See [this page](http://marlinfw.org/docs/development/getting_started_pull_requests.html) for full instructions.

+ 2
- 2
.github/workflows/test-builds.yml View File

@@ -8,7 +8,7 @@ name: CI
8 8
 on:
9 9
   pull_request:
10 10
     branches:
11
-    - bugfix-2.0.x
11
+    - bugfix-2.1.x
12 12
     paths-ignore:
13 13
     - config/**
14 14
     - data/**
@@ -16,7 +16,7 @@ on:
16 16
     - '**/*.md'
17 17
   push:
18 18
     branches:
19
-    - bugfix-2.0.x
19
+    - bugfix-2.1.x
20 20
     paths-ignore:
21 21
     - config/**
22 22
     - data/**

+ 1
- 1
Marlin/Version.h View File

@@ -28,7 +28,7 @@
28 28
 /**
29 29
  * Marlin release version identifier
30 30
  */
31
-//#define SHORT_BUILD_VERSION "bugfix-2.0.x"
31
+//#define SHORT_BUILD_VERSION "bugfix-2.1.x"
32 32
 
33 33
 /**
34 34
  * Verbose version identifier which should contain a reference to the location

+ 1
- 1
Marlin/src/inc/Version.h View File

@@ -25,7 +25,7 @@
25 25
  * Release version. Leave the Marlin version or apply a custom scheme.
26 26
  */
27 27
 #ifndef SHORT_BUILD_VERSION
28
-  #define SHORT_BUILD_VERSION "bugfix-2.0.x"
28
+  #define SHORT_BUILD_VERSION "bugfix-2.1.x"
29 29
 #endif
30 30
 
31 31
 /**

+ 1
- 1
Marlin/src/lcd/e3v2/README.md View File

@@ -1,6 +1,6 @@
1 1
 # DWIN for Creality Ender 3 v2
2 2
 
3
-Marlin's Ender 3 v2 support requires the `DWIN_SET` included with the Ender 3 V2 [example configuration](https://github.com/MarlinFirmware/Configurations/tree/bugfix-2.0.x/config/examples/Creality/Ender-3%20V2).
3
+Marlin's Ender 3 v2 support requires the `DWIN_SET` included with the Ender 3 V2 [example configuration](https://github.com/MarlinFirmware/Configurations/tree/bugfix-2.1.x/config/examples/Creality/Ender-3%20V2).
4 4
 
5 5
 ## Easy Install
6 6
 

+ 1
- 1
Marlin/src/lcd/e3v2/jyersui/README.md View File

@@ -1,6 +1,6 @@
1 1
 # DWIN for Creality Ender 3 v2
2 2
 
3
-Marlin's Ender 3 v2 support requires the `DWIN_SET` included with the Ender 3 V2 [example configuration](https://github.com/MarlinFirmware/Configurations/tree/bugfix-2.0.x/config/examples/Creality/Ender-3%20V2).
3
+Marlin's Ender 3 v2 support requires the `DWIN_SET` included with the Ender 3 V2 [example configuration](https://github.com/MarlinFirmware/Configurations/tree/bugfix-2.1.x/config/examples/Creality/Ender-3%20V2).
4 4
 
5 5
 ## Easy Install
6 6
 

+ 1
- 1
Marlin/src/pins/stm32f4/pins_ANET_ET4.h View File

@@ -64,7 +64,7 @@
64 64
 // Z Probe
65 65
 //
66 66
 #if ENABLED(BLTOUCH)
67
-  #error "You will need to use 24V to 5V converter and remove one resistor and capacitor from the motherboard. See https://github.com/davidtgbe/Marlin/blob/bugfix-2.0.x/docs/Tutorials/bltouch-en.md for more information. Comment out this line to proceed at your own risk."
67
+  #error "You will need to use 24V to 5V converter and remove one resistor and capacitor from the motherboard. See https://bit.ly/3xg9cXO for more information. Comment out this line to proceed at your own risk."
68 68
   #define SERVO0_PIN                        PC3
69 69
 #elif !defined(Z_MIN_PROBE_PIN)
70 70
   #define Z_MIN_PROBE_PIN                   PC3

+ 1
- 1
README.md View File

@@ -59,7 +59,7 @@ Marlin 2.0 introduces a layer of abstraction so that all the existing high-level
59 59
 
60 60
 ## Submitting Patches
61 61
 
62
-Proposed patches should be submitted as a Pull Request against the ([bugfix-2.0.x](https://github.com/MarlinFirmware/Marlin/tree/bugfix-2.0.x)) branch.
62
+Proposed patches should be submitted as a Pull Request against the ([bugfix-2.1.x](https://github.com/MarlinFirmware/Marlin/tree/bugfix-2.1.x)) branch.
63 63
 
64 64
 - This branch is for fixing bugs and integrating any new features for the duration of the Marlin 2.0.x life-cycle.
65 65
 - Follow the [Coding Standards](https://marlinfw.org/docs/development/coding_standards.html) to gain points with the maintainers.

+ 1
- 1
buildroot/bin/use_example_configs View File

@@ -2,7 +2,7 @@
2 2
 
3 3
 IFS=: read -r PART1 PART2 <<< "$@"
4 4
 [ -n "${PART2}" ] && { REPO="$PART1" ; RDIR="${PART2// /%20}" ; } \
5
-                  || { REPO=bugfix-2.0.x   ; RDIR="${PART1// /%20}" ; }
5
+                  || { REPO=bugfix-2.1.x   ; RDIR="${PART1// /%20}" ; }
6 6
 EXAMPLES="https://raw.githubusercontent.com/MarlinFirmware/Configurations/$REPO/config/examples"
7 7
 
8 8
 which curl >/dev/null && TOOL='curl -L -s -S -f -o wgot'

+ 2
- 2
buildroot/share/git/mfconfig View File

@@ -35,7 +35,7 @@ COMMIT_STEPS=0
35 35
 
36 36
 ACTION=${1:-init}
37 37
 IMPORT=${2:-"import-2.0.x"}
38
-EXPORT=${3:-"bugfix-2.0.x"}
38
+EXPORT=${3:-"bugfix-2.1.x"}
39 39
 
40 40
 echo -n "Doing grhh ... " ; grhh ; echo
41 41
 
@@ -52,7 +52,7 @@ if [[ $ACTION == "manual" ]]; then
52 52
   git checkout $IMPORT || exit
53 53
 
54 54
   # Reset from the latest complete state
55
-  #git reset --hard bugfix-2.0.x
55
+  #git reset --hard bugfix-2.1.x
56 56
 
57 57
   cp "$MARLINREPO/Marlin/"Configuration*.h "$CDEF/"
58 58
   #git add . && git commit -m "Changes from Marlin ($(date '+%Y-%m-%d %H:%M'))."

+ 1
- 1
buildroot/share/git/mffp View File

@@ -3,7 +3,7 @@
3 3
 # mffp [1|2] [ref]
4 4
 #
5 5
 # Push the given commit (or HEAD) upstream immediately.
6
-# By default: `git push upstream HEAD:bugfix-2.0.x`
6
+# By default: `git push upstream HEAD:bugfix-2.1.x`
7 7
 #
8 8
 
9 9
 usage() { echo "usage: `basename $0` [1|2] [ref]" 1>&2 ; }

+ 3
- 3
buildroot/share/git/mfinfo View File

@@ -7,13 +7,13 @@
7 7
 #   - Remote (upstream) Org name (MarlinFirmware)
8 8
 #   - Remote (origin) Org name (your Github username)
9 9
 #   - Repo Name (Marlin, MarlinDocumentation)
10
-#   - PR Target branch (e.g., bugfix-2.0.x)
10
+#   - PR Target branch (e.g., bugfix-2.1.x)
11 11
 #   - Branch Arg (the branch argument or current branch)
12 12
 #   - Current Branch
13 13
 #
14 14
 # Example output
15 15
 #   > mfinfo -q ongoing
16
-#   MarlinFirmware john.doe Marlin bugfix-2.0.x ongoing bugfix-2.0.x -q
16
+#   MarlinFirmware john.doe Marlin bugfix-2.1.x ongoing bugfix-2.1.x -q
17 17
 #
18 18
 
19 19
 CURR=$(git branch 2>/dev/null | grep ^* | sed 's/\* //g')
@@ -55,7 +55,7 @@ while [[ $# -gt 0 ]]; do
55 55
 done
56 56
 
57 57
 case "$REPO" in
58
-  Marlin              ) TARG=bugfix-2.0.x ; ((INDEX == 1)) && TARG=bugfix-1.1.x ; [[ $BRANCH =~ ^[12]$ ]] && USAGE=1 ;;
58
+  Marlin              ) TARG=bugfix-2.1.x ; ((INDEX == 1)) && TARG=bugfix-1.1.x ; [[ $BRANCH =~ ^[12]$ ]] && USAGE=1 ;;
59 59
   Configurations      ) TARG=import-2.0.x ;;
60 60
   MarlinDocumentation ) TARG=master ;;
61 61
   AutoBuildMarlin     ) TARG=master ;;

+ 9
- 9
buildroot/share/git/mfprep View File

@@ -2,11 +2,11 @@
2 2
 #
3 3
 # mfprep tag1 [tag2]
4 4
 #
5
-# Find commits in bugfix-2.0.x that are not yet in 2.0.x.
5
+# Find commits in bugfix-2.1.x that are not yet in 2.0.x.
6 6
 #
7 7
 # Specify a version tag to start from, and optional version tag to end at.
8
-# For bugfix-2.0.x the tag will be prefixed by bf- to distinguish it from the version tag,
9
-# so at every release be sure to create a bf- tag and publish it to origin.
8
+# For bugfix-2.1.x the tag will be prefixed by dev- to distinguish it from the version tag,
9
+# so at every release be sure to create a dev- tag and publish it to origin.
10 10
 #
11 11
 
12 12
 SED=$(which gsed sed | head -n1)
@@ -22,12 +22,12 @@ DEST=2.1.x
22 22
 
23 23
 # Validate that the required tags exist
24 24
 
25
-MTAG=`git tag | grep -e "^bf-$TAG1\$"`
26
-[[ -n "$MTAG" ]] || { echo "Can't find tag bf-$TAG1" ; exit 1 ; }
25
+MTAG=`git tag | grep -e "^dev-$TAG1\$"`
26
+[[ -n "$MTAG" ]] || { echo "Can't find tag dev-$TAG1" ; exit 1 ; }
27 27
 MTAG=`git tag | grep -e "^$TAG1\$"`
28 28
 [[ -n "$MTAG" ]] || { echo "Can't find tag $TAG1" ; exit 1 ; }
29 29
 
30
-# Generate log of recent commits for bugfix-2.0.x and DEST
30
+# Generate log of recent commits for bugfix-2.1.x and DEST
31 31
 
32 32
 TMPDIR=`mktemp -d`
33 33
 LOGB="$TMPDIR/log-bf.txt"
@@ -35,11 +35,11 @@ LOG2="$TMPDIR/log-2x.txt"
35 35
 TMPF="$TMPDIR/tmp.txt"
36 36
 SCRF="$TMPDIR/update-$DEST.sh"
37 37
 
38
-git checkout bugfix-2.0.x
39
-git log --pretty="[%h] %s" bf-$TAG1..$TAG2 | grep -v '\[cron\]' | $SED '1!G;h;$!d' >"$LOGB"
38
+git checkout bugfix-2.1.x
39
+git log --pretty="[%h] %s" dev-$TAG1..$TAG2 | grep -v '\[cron\]' | $SED '1!G;h;$!d' >"$LOGB"
40 40
 
41 41
 git checkout $DEST
42
-git log --pretty="[%h] %s" $TAG1..$TAG2 | $SED '1!G;h;$!d' >"$LOG2" || { echo "Can't find tag bf-$TAG1" ; exit 1 ; }
42
+git log --pretty="[%h] %s" $TAG1..$TAG2 | $SED '1!G;h;$!d' >"$LOG2" || { echo "Can't find tag dev-$TAG1" ; exit 1 ; }
43 43
 
44 44
 # Go through commit text from DEST removing all matches from the bugfix log
45 45
 

+ 3
- 3
config/README.md View File

@@ -2,8 +2,8 @@
2 2
 
3 3
 Marlin configurations for specific machines are now maintained in their own repository at:
4 4
 
5
-## https://github.com/MarlinFirmware/Configurations/tree/bugfix-2.0.x
5
+## https://github.com/MarlinFirmware/Configurations/tree/bugfix-2.1.x
6 6
 
7
-Configuration files for use with the nightly `bugfix-2.0.x` branch can be downloaded from:
7
+Configuration files for use with the nightly `bugfix-2.1.x` branch can be downloaded from:
8 8
 
9
-## https://github.com/MarlinFirmware/Configurations/archive/bugfix-2.0.x.zip
9
+## https://github.com/MarlinFirmware/Configurations/archive/bugfix-2.1.x.zip

Loading…
Cancel
Save