Skip to content

Commit

Permalink
Change ArchiveDate to Today
Browse files Browse the repository at this point in the history
Due to drift with the aur and arch packages this may need to be used in the short term until we can work around this.

Pikaur git breaks with `python 3.11.8-1`
 because it was adjusted to work with `python 3.12.3`

The docker image uses this date in the mirrorlist as it attempts to build packages.
  • Loading branch information
ruineka committed Apr 27, 2024
1 parent 8bfe180 commit 78cacc4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion manifest
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ export SYSTEM_DESC="ChimeraOS"
export SYSTEM_NAME="chimeraos"
export USERNAME="gamer"
export SIZE="12000MB"
export ARCHIVE_DATE=$(date -d 'yesterday' +%Y/%m/%d)
export ARCHIVE_DATE=$(date -d 'today' +%Y/%m/%d)
export WEBSITE="https://chimeraos.org"
export DOCUMENTATION_URL="https://chimeraos.org/about"
export BUG_REPORT_URL="https://github.com/ChimeraOS/chimeraos/issues"
Expand Down

0 comments on commit 78cacc4

Please sign in to comment.