This is an automated email from the ASF dual-hosted git repository.

tiagobento pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-kie-tools.git


The following commit(s) were added to refs/heads/main by this push:
     new ea4790289fd NO-ISSUE: Align `devbox.lock` with `devbox` `0.13.6` and 
move files to `repo/` (#2740)
ea4790289fd is described below

commit ea4790289fda44b00e8e04b451d9791dcc6d13d5
Author: Tiago Bento <[email protected]>
AuthorDate: Mon Nov 11 16:59:09 2024 -0500

    NO-ISSUE: Align `devbox.lock` with `devbox` `0.13.6` and move files to 
`repo/` (#2740)
---
 .github/supporting-files/ci/patterns/non-source-files-patterns.txt | 1 +
 README.md                                                          | 2 +-
 devbox.lock                                                        | 2 ++
 KOGITO_UPGRADE_PROCESS.md => repo/KOGITO_UPGRADE_PROCESS.md        | 0
 repo/MANUAL.md                                                     | 4 ++--
 NIX_DEV_ENV.md => repo/NIX_DEV_ENV.md                              | 0
 6 files changed, 6 insertions(+), 3 deletions(-)

diff --git a/.github/supporting-files/ci/patterns/non-source-files-patterns.txt 
b/.github/supporting-files/ci/patterns/non-source-files-patterns.txt
index 1ef6baf30f6..ba56a69874c 100644
--- a/.github/supporting-files/ci/patterns/non-source-files-patterns.txt
+++ b/.github/supporting-files/ci/patterns/non-source-files-patterns.txt
@@ -8,6 +8,7 @@
 docs
 gifs
 repo
+devbox.*
 .vscode
 .idea
 .ci
diff --git a/README.md b/README.md
index 9af78d4f2a6..8eb1f047b91 100644
--- a/README.md
+++ b/README.md
@@ -41,7 +41,7 @@ This repository contains tooling applications and libraries 
for KIE projects.
 
 > **💡 RECOMMENDED**
 >
-> **Nix development environment**: A _devbox_ configuration is provided to 
automatically setup all the tools below. Read more in [here](./NIX_DEV_ENV.md).
+> **Nix development environment**: A _devbox_ configuration is provided to 
automatically setup all the tools below. Read more in 
[here](./repo/NIX_DEV_ENV.md).
 
 To build and test all packages of the Apache KIE Tools project, you're going 
to need:
 
diff --git a/devbox.lock b/devbox.lock
index 309462aaba7..a0d26a58bd0 100644
--- a/devbox.lock
+++ b/devbox.lock
@@ -103,6 +103,7 @@
     },
     "[email protected]": {
       "last_modified": "2024-06-12T20:55:33Z",
+      "plugin_version": "0.0.2",
       "resolved": 
"github:NixOS/nixpkgs/a9858885e197f984d92d7fe64e9fff6b2e488d40#nodejs_20",
       "source": "devbox-search",
       "version": "20.12.2",
@@ -123,6 +124,7 @@
     },
     "[email protected]": {
       "last_modified": "2024-04-02T02:53:36Z",
+      "plugin_version": "0.0.4",
       "resolved": 
"github:NixOS/nixpkgs/080a4a27f206d07724b88da096e27ef63401a504#python312",
       "source": "devbox-search",
       "version": "3.12.2",
diff --git a/KOGITO_UPGRADE_PROCESS.md b/repo/KOGITO_UPGRADE_PROCESS.md
similarity index 100%
rename from KOGITO_UPGRADE_PROCESS.md
rename to repo/KOGITO_UPGRADE_PROCESS.md
diff --git a/repo/MANUAL.md b/repo/MANUAL.md
index f283ede6f04..d36f764cb9a 100644
--- a/repo/MANUAL.md
+++ b/repo/MANUAL.md
@@ -30,7 +30,7 @@ structure, concepts like "packages" and specifics on 
important tools like Maven,
 | `repo/` <br> `scripts/`                                                      
                                                  | Related to the monorepo 
itself. `repo` contains files describing the monorepo structure (I.e., packages 
DAG, for enabling partial clones with sparse checkout). `scripts` contains code 
to make the monorepo run smoothly. (E.g., `update-version-to` or `bootstrap`).  
                                                                                
                  [...]
 | `docs/` <br> `gifs/`                                                         
                                                  | Files referenced externally 
in READMEs, for instance. Could be unified into a single directory only, 
probably with a better name.                                                    
                                                                                
                                                                                
                     [...]
 | `package.json` <br> `pnpm-workspace.yaml`                                    
                                                  | Together they define the 
monorepo structure and make some commands available at the root dir. The root 
`package.json` acts like the glue holding everything together. It declares 
dependencies that are necessary for the monorepo to operate. Packages inside 
`scripts` are part of these dependencies.                                       
                           [...]
-| `.envrc` <br> `devbox.lock` <br> `devbox.json`                               
                                                  | Direnv and Devbox 
configuration files. See these instructions to set it up. See 
[NIX_DEV_ENV.md](./../../NIX_DEV_ENV.md)                                        
                                                                                
                                                                                
                                          [...]
+| `.envrc` <br> `devbox.lock` <br> `devbox.json`                               
                                                  | Direnv and Devbox 
configuration files. See these instructions to set it up. See 
[NIX_DEV_ENV.md](./NIX_DEV_ENV.md)                                              
                                                                                
                                                                                
                                          [...]
 | `.ci/`                                                                       
                                                  | Jeknins configuration for 
Apache release jobs                                                             
                                                                                
                                                                                
                                                                                
                [...]
 | `.github/`                                                                   
                                                  | GitHub configuration        
                                                                                
                                                                                
                                                                                
                                                                                
              [...]
 | `.asf.yaml`                                                                  
                                                  | Apache Software Foundation 
(ASF) YAML for configuring GitHub features, as no one has access to the 
Settings tab of repos under the Apache organization.                            
                                                                                
                                                                                
                       [...]
@@ -257,7 +257,7 @@ This section contains relevant topics about developing 
packages hosted on KIE To
 #### Setting up your environment
 
 - Nix.dev, Devbox, and `direnv` _**(recommended!)**_
-  - See [NIX_DEV_ENV.md](./../../NIX_DEV_ENV.md)
+  - See [NIX_DEV_ENV.md](./NIX_DEV_ENV.md)
 - Traditional
   - See [the top-level 
README.md](../../README.md#step-0-install-the-necessary-tools)
 
diff --git a/NIX_DEV_ENV.md b/repo/NIX_DEV_ENV.md
similarity index 100%
rename from NIX_DEV_ENV.md
rename to repo/NIX_DEV_ENV.md


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to