In software development, a neutral build is a build that reflects the current state of the source code checked into the source code version control system by the developers, but without any developer-specific changes. A nightly build is a neutral build that takes place automatically. These typically take place when no one is likely to be working in the office so that there are no changes to the source code during the build.
| Property | Value |
| dbpprop:abstract
|
- In software development, a neutral build is a build that reflects the current state of the source code checked into the source code version control system by the developers, but without any developer-specific changes. A nightly build is a neutral build that takes place automatically. These typically take place when no one is likely to be working in the office so that there are no changes to the source code during the build. The results of the build are inspected by the arriving programmers, who generally place a priority on ensuring the recent changes to the source code have not broken the build process or functionality of the software. When someone says a developer "broke the build", they are effectively saying that a developer checked in code which might very well have compiled (and hopefully also run properly) in their account, but does not compile (and therefore, cannot be run) in anyone else's account. This is typically due to additional developer-specific changes that were either not checked in, or (in the case of environment variables, etc. ) were modifications to systems not under revision control. One of the most common cases is remembering to check in all modified files, but forgetting to add newly created files to the repository. If the other developers check out the new code without being aware of the problem, their work may grind to a halt while they wait for the problem to be fixed (or try to fix it themselves, which can be even more problematic, if multiple developers attempt to fix the issue at the same time). This naturally can result in a significant loss of productivity. Neutral builds are important for software development processes running at high loads with short schedules; not having them means that any build that needs to be created for the Software Quality Assurance department has to be created using code which may be in the middle of major modifications, and which would best be left out of a build for testing (particularly a build being evaluated for possible release). Neutral builds can be done on a machine which is also used for active development if enough caution is taken, but it is safer to dedicate a machine to that purpose because an issue in the build process could cause the machine to become unstable.
- Unter Nightly Build, Nightly Snapshot oder kurz Nightly versteht man in der Softwareentwicklung einen Versionsstand eines Projektes, der in der Regel nachts automatisch generiert und kompiliert wird. Dadurch wird sichergestellt, dass sich der Quelltext auf der jeweiligen Zielplattform fehlerfrei übersetzen lässt. Außerdem werden in der Regel automatische Testläufe durchgeführt, um bei hinreichend guten Tests testgetrieben zu arbeiten.
- Ночные сборки — промежуточные рабочие сборки програмного обеспечения. Собираются автоматически ежедневно из последней версии исходного кода в репозитории. Данный вид сборок обычно является нестабильным и используется только разработчиками. Ночные сборки содержат префикс «N» + дата + номер.
- Nightly build är en teknik inom agil systemutveckling som innebär att de senaste versionerna av olika samhörande programmoduler automatiskt sätts samman och kompileras under natten. Arbetssättet innebär att programmerarna börjar sin arbetsdag med att kontrollera att nattens version är fungerande och sedan testar denna samtidigt som de kompletterar/nyutvecklar sina programmoduler.
|
| dbpprop:confusing
| |
| dbpprop:context
| |
| dbpprop:date
| |
| dbpprop:hasPhotoCollection
| |
| dbpprop:howto
| |
| dbpprop:postText
| |
| dbpprop:unreferenced
| |
| dbpprop:wikiPageUsesTemplate
| |
| rdfs:comment
|
- In software development, a neutral build is a build that reflects the current state of the source code checked into the source code version control system by the developers, but without any developer-specific changes. A nightly build is a neutral build that takes place automatically. These typically take place when no one is likely to be working in the office so that there are no changes to the source code during the build.
- Unter Nightly Build, Nightly Snapshot oder kurz Nightly versteht man in der Softwareentwicklung einen Versionsstand eines Projektes, der in der Regel nachts automatisch generiert und kompiliert wird. Dadurch wird sichergestellt, dass sich der Quelltext auf der jeweiligen Zielplattform fehlerfrei übersetzen lässt. Außerdem werden in der Regel automatische Testläufe durchgeführt, um bei hinreichend guten Tests testgetrieben zu arbeiten.
- Ночные сборки — промежуточные рабочие сборки програмного обеспечения. Собираются автоматически ежедневно из последней версии исходного кода в репозитории. Данный вид сборок обычно является нестабильным и используется только разработчиками.
- Nightly build är en teknik inom agil systemutveckling som innebär att de senaste versionerna av olika samhörande programmoduler automatiskt sätts samman och kompileras under natten. Arbetssättet innebär att programmerarna börjar sin arbetsdag med att kontrollera att nattens version är fungerande och sedan testar denna samtidigt som de kompletterar/nyutvecklar sina programmoduler.
|
| rdfs:label
|
- Neutral build
- Nightly Build
- Ночные сборки
- Nightly build
|
| owl:sameAs
| |
| skos:subject
| |
| foaf:page
| |
| is dbpprop:latestPreviewDate
of | |
| is dbpprop:latestPreviewVersion
of | |
| is dbpprop:redirect
of | |