Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/freebsd/poudriere.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2021-08-23Package fetch: Generate logfiles, stats, and show in webBryan Drewery
2019-08-03IGNORE: Restore old accounting method for skipped/ignored.Bryan Drewery
Because skipped is both pre- and post- build now it needs to still be accounted for in the queued stat. There are also backwards-compat problems with the html interface. Just revert to the old accounting method to resolve the issue. Revert "Tobuild should account for ignored/skipped being trimmed out of queued" This reverts commit 383f6f2ab47df89cb746e132c4ba891af1d435cb. Revert "IGNORE: Don't count trimmed ignored/skipped ports as part of the queued count." This reverts commit 1fd1aa73ef592d384cae1a5fd006f915507daabc.
2019-08-02Tobuild should account for ignored/skipped being trimmed out of queuedBryan Drewery
2018-08-01Add wwwJoseph Mulloy
2018-08-01Add https and trailing slashJoseph Mulloy
2018-08-01Replace broken portsmon with freshportsJoseph Mulloy
2018-05-28Resetting load attempts counterAleksandr
The load attempts counter must be reset after successful loading of data.json otherwise code will react to total number of errors, not sequential one
2017-12-05HTML: Throw explicit error if unkwown ports type is encountered.Bryan Drewery
This is to avoid obscure errors when a poudriere.js file is cached and the .data.json contains new fields. PR: 224065
2017-11-23Fix displaying of Origin column in Failed portsAntoine
2017-10-28Record flavor for port build results.Bryan Drewery
This shows in several places: - bulk final output - HTML tables - Some job status messages
2017-10-20Rename .poudriere.deps% to .poudriere.pkg_deps% based on its proper nameBryan Drewery
2017-09-29HTML: Be backwards compatible with data without elapsed for built/failedBryan Drewery
2017-07-06HTML Remaining: Hide table if there's no [more] data.Bryan Drewery
Fixes #511 Issue #386
2017-07-06HTML: Don't show NaN:NaN:NaN for duration on older builds.Bryan Drewery
Reported by: kwm Issue #452
2017-06-16HTML: Show PKGNAME in builder tableBryan Drewery
Issue #386
2017-06-07HTML: Track PKGNAME now for queued ports.Bryan Drewery
This is more relevant now with DEPENDS_ARGS/FLAVORS. Issue #386
2017-06-06HTML: Move Remaining ports to bottom since it constantly resizesBryan Drewery
2017-06-04HTML_TRACK_REMAINING: Fix the table to actually update and remove items.Bryan Drewery
Issue #386
2017-06-04HTML_TRACK_REMAINING: Show status of item in queueBryan Drewery
Issue #386
2017-06-04HTML: Show time elapsed for built/failed ports.Bryan Drewery
Fixes #452
2017-06-04Update some copyrightsBryan Drewery
2017-06-04HTML: Show queued ports.Bryan Drewery
Issue #386
2017-06-04HTML: Store and link dependency graph from 'Logs' dropdown.Bryan Drewery
It is stored in .poudriere.deps% in the log directory for the build.
2017-06-04HTML_JSON: Add HTML_TRACK_REMAINING to show remaining packages in queueBryan Drewery
Issue #386
2017-03-02Add some missing license headers in HTML code.Bryan Drewery
I did not assume anyone's copyrights except for Baptiste since he usually added copyrights on his original modifications. Thus he had one added to index.html.
2015-08-28Remove old references to the fossil site and point to github.Brad Davis
2015-08-16Update siteChris Petrik
2015-06-06Use monotonic time for calculating durationsBryan Drewery
2015-05-16Revert "Use &"Bryan Drewery
This reverts commit 051e4654493b6aae416c0f316f16ab38fea6eadd.
2015-04-28Use &erwinlem
Issue #301
2015-04-28Reindent HTMLBryan Drewery
Issue #301
2015-04-28Add missing </span>erwinlem
Issue #301
2015-04-28Add missing </span>erwinlem
Issue #301
2015-04-28Remove excess iderwinlem
Issue #301
2015-04-28Remove excess </div>erwinlem
Issue #301
2015-03-28HTML: Fix JS error processing data.status by improving compatibilty from ↵Bryan Drewery
before bf9e59b978a
2015-03-07Show proper percentage in progress bar.Bryan Drewery
Spotted by AMDmi3 Bug #261
2014-11-14HTML: Fix file:// and direct access for showing the interface.Bryan Drewery
Now the HTML files are installed into each log dir using hardlinks (1b5a26f6). The files support both the "hosted" solution of mapping serving the static /usr/local/share/poudriere/html files and mapping /data to /usr/local/poudriere/data/logs/bulk, as well as the older format of serving the log directory directly, or viewing over file://. The older format is referred to as "inline". Currently the "inline" setup only supports showing the build. It could easily be extended to show the JAIL and INDEX as well, but would require hardlinking all of the HTML files into the root log dir and jail dir. This is efficient on space, but not if the user copies the directories elsewhere without copying hardlinks (which rsync doesn't do by default for example). This setup was specifically done to allow copying only the build directory elsewhere for archiving with a build of packages/world/kernel and viewing with the interface without extra setup required.
2014-11-07HTML: Make top-level data.json list builds in 'masternames' arrayBryan Drewery
2014-11-07HTML: Handle case where canvas may be missingBryan Drewery
2014-11-07HTML: Hide idle jobs when the build is stoppedBryan Drewery
2014-09-23HTML: Add missing space in build page titleBryan Drewery
2014-08-27HTML: Don't show NaN in progress bar during compute depsBryan Drewery
2014-06-22Fix printing of "Remaining" on the jail pageAntoine Brodin
2014-05-21HTML: Fix skipped filterBryan Drewery
2014-05-21HTML: Tweak column widths and remove annoying word breakingBryan Drewery
2014-05-21HTML: Pkg/Hour: Don't show 'Infinity' for older buildsBryan Drewery
2014-05-21HTML: Fix skipped column sortingBryan Drewery
2014-05-16HTML: Don't defer building builds table when using DTRowBryan Drewery
2014-05-10HTML: Update DataTables to 1.10.1-dev 77343b72cBryan Drewery