Neutral build (original) (raw)

About DBpedia

In software development, a neutral build is a software build that reflects the current state of the source code checked into the source code version control system by the developers, and done in a neutral environment (an environment not used for development).

Property Value
dbo:abstract In software development, a neutral build is a software build that reflects the current state of the source code checked into the source code version control system by the developers, and done in a neutral environment (an environment not used for development). 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. Nightly builds also ensure that the build tools have not broken due to system updates, and are therefore often run whether any source code has changed or not. In contrast, continuous integration environments automatically rebuild the project whenever changes are checked in – often several times a day – and provide more immediate feedback; however, they do not necessarily include nightly builds. As a result, compiler and tool updates may break the ability to compile older projects easily without warning. Nonetheless, CI techniques are considered the more modern approach. CI jobs are often run on isolated virtual machines, and typically include automated testing as well. 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 (see extreme programming, startup). Not having them means that any build that needs to be created for the software quality assurance department will use code that may be in the middle of major modifications, and which is therefore best left out of a build intended for independent validation – particularly a build being evaluated for possible release. (en)
dbo:wikiPageID 46768483 (xsd:integer)
dbo:wikiPageInterLanguageLink dbpedia-ru:Непрерывная_интеграция
dbo:wikiPageLength 5747 (xsd:nonNegativeInteger)
dbo:wikiPageRevisionID 1107435798 (xsd:integer)
dbo:wikiPageWikiLink dbr:RetroArch dbr:Daily_build dbr:VLC_media_player dbr:Version_control_system dbr:Virtual_machines dbr:Media_Player_Classic dbr:Safari_(web_browser) dbr:Nightly_build dbr:Environment_variable dbr:MuseScore dbr:Continuous_integration dbr:Android_(operating_system) dbr:Simutrans dbr:Startup_company dbr:Computer_programming dbc:Computer_programming dbr:WebKit dbr:CyanogenMod dbr:Firefox dbr:Source_code dbr:Video_game_console dbr:Arduino dbr:Atom_(text_editor) dbr:Build_automation dbr:Software_development dbr:Integrated_development_environment dbr:Operating_system dbr:Software_build dbr:Software_quality_assurance dbr:Single-board_microcontroller dbr:Extreme_programming
dbp:wikiPageUsesTemplate dbt:Cleanup_bare_URLs dbt:More_citations_needed dbt:Reflist
dcterms:subject dbc:Computer_programming
gold:hypernym dbr:Software
rdf:type dbo:Software
rdfs:comment In software development, a neutral build is a software build that reflects the current state of the source code checked into the source code version control system by the developers, and done in a neutral environment (an environment not used for development). (en)
rdfs:label Neutral build (en)
owl:sameAs freebase:Neutral build wikidata:Neutral build https://global.dbpedia.org/id/3LKVU
prov:wasDerivedFrom wikipedia-en:Neutral_build?oldid=1107435798&ns=0
foaf:isPrimaryTopicOf wikipedia-en:Neutral_build
is dbo:wikiPageWikiLink of dbr:Daily_build dbr:Code::Blocks dbr:JMonkeyEngine dbr:Sony_Ericsson_Live_with_Walkman dbr:WordPress
is foaf:primaryTopic of wikipedia-en:Neutral_build